Definition Type: ComplexType
Name: CountryType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Containing Schema: UBL-CommonAggregateComponents-2.0.xsd
Abstract
Documentation:
ABIE Country. Details Information about a geopolitical country. Country
Collapse XSD Schema Diagram:
Drilldown into Name in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into IdentificationCode in schema ubl-commonbasiccomponents-2_0_xsdXSD Diagram of CountryType in schema ubl-commonaggregatecomponents-2_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="CountryType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Country. Details</ccts:DictionaryEntryName>
                <ccts:Definition>Information about a geopolitical country.</ccts:Definition>
                <ccts:ObjectClass>Country</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:IdentificationCode" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Country. Identification Code. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>An identifier for the Country.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Country</ccts:ObjectClass>
                        <ccts:PropertyTerm>Identification Code</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Country Identification_ Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Country. Name</ccts:DictionaryEntryName>
                        <ccts:Definition>The name of the Country.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Country</ccts:ObjectClass>
                        <ccts:PropertyTerm>Name</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
                        <ccts:DataType>Name. Type</ccts:DataType>
                        <ccts:Examples>“SOUTH AFRICA”</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IdentificationCode cbc:IdentificationCode 0 1
Name cbc:Name 0 1
Collapse Derivation Tree:
Collapse References:
cac:Country, cac:DestinationCountry, cac:ExportCountry, cac:FinalDestinationCountry, cac:IssuingCountry, cac:OriginalDepartureCountry, cac:OriginCountry, cac:TransitCountry