Definition Type: SimpleType
Name: Country
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Documentation:
Standard values from ISO 3166-3:1999 Part 1 Codes for the representation of names of countries and their subdivisions - Part 1: Country codes
Collapse XSD Schema Diagram:
XSD Diagram of Country in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:simpleType name="Country">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Standard values from ISO 3166-3:1999 Part 1</xs:documentation>
        <xs:documentation source="http://www.openapplications.org/oagis">Codes for the representation of names of countries and their subdivisions - Part 1: Country codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsC:Country