Definition Type: SimpleType
Name: OwnershipCode
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Documentation:
Idenifies who owns the associated entity.
Collapse XSD Schema Diagram:
XSD Diagram of OwnershipCode in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:simpleType name="OwnershipCode">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Idenifies who owns the associated entity.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="Code" />
</xs:simpleType>
Collapse Derivation Tree: