Definition Type: Element
Name: DependentLocalityNumber
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Number of the dependent locality. Some areas are numbered. Eg. SECTOR 5 in a Suburb as in India or SOI SUKUMVIT 10 as in Thailand
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into NameNumberOccurrence in schema xal_xsdXSD Diagram of DependentLocalityNumber in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="DependentLocalityNumber" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Number of the dependent locality. Some areas are numbered. Eg. SECTOR 5 in a Suburb as in India or SOI SUKUMVIT 10 as in Thailand</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="NameNumberOccurrence">
            <xs:annotation>
                <xs:documentation>Eg. SECTOR occurs before 5 in SECTOR 5</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Before" />
                    <xs:enumeration value="After" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attributeGroup ref="grPostal" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
NameNumberOccurrence xal:NameNumberOccurrence (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus