Definition Type: Element
Name: Country
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specification of a country
Collapse XSD Schema Diagram:
Drilldown into Thoroughfare in schema xal_xsd Drilldown into Locality in schema xal_xsd Drilldown into AdministrativeArea in schema xal_xsd Drilldown into CountryName in schema xal_xsd Drilldown into CountryNameCode in schema xal_xsd Drilldown into AddressLine in schema xal_xsdXSD Diagram of Country in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Country">
    <xs:annotation>
        <xs:documentation>Specification of a country</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="CountryNameCode" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>A country code according to the specified scheme</xs:documentation>
                </xs:annotation>
                <xs:complexType mixed="true">
                    <xs:attribute name="Scheme">
                        <xs:annotation>
                            <xs:documentation>Country code scheme possible values, but not limited to: iso.3166-2, iso.3166-3 for two and three character country codes.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="grPostal" />
                    <xs:anyAttribute namespace="##other" />
                </xs:complexType>
            </xs:element>
            <xs:element ref="CountryName" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice minOccurs="0">
                <xs:element ref="AdministrativeArea" />
                <xs:element ref="Locality" />
                <xs:element ref="Thoroughfare" />
            </xs:choice>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
CountryNameCode xal:CountryNameCode 0 unbounded
CountryName xal:CountryName 0 unbounded
AdministrativeArea xal:AdministrativeArea (1) (1)
Locality xal:Locality (1) (1)
Thoroughfare xal:Thoroughfare (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus