Definition Type: SimpleType
Name: TransferType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Enums.xsd
Documentation:
Is used to describe the item transfer.
Collapse XSD Schema Diagram:
XSD Diagram of TransferType in schema enums_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:simpleType name="TransferType">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is used to describe the item transfer. </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Complete" />
        <xs:enumeration value="Return" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Complete
Enumeration Return