<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:com.adcubum.foundation.vo" version="1.0"
    xmlns:tns="urn:com.adcubum.foundation.vo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="VOKey" type="tns:VOKey"/>
    <xs:complexType name="VOKey">
        <xs:sequence/>
        <xs:attribute name="id" type="xs:string"/>
        <xs:attribute name="internalName" type="xs:string"/>
        <xs:attribute name="key" type="xs:string"/>
        <xs:attribute name="type" type="xs:long" use="required"/>
        <xs:attribute name="origin" type="xs:string"/>
    </xs:complexType>
</xs:schema>
