Definition Type: SimpleType
Name: Preference
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Documentation:
Identifies the preference.
Collapse XSD Schema Diagram:
XSD Diagram of Preference in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:simpleType name="Preference">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies the preference.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>