Definition Type: Element
Name: PostOfficeNumber
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specification of the number of the postoffice. Common in rural postoffices
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into IndicatorOccurrence in schema xal_xsd Drilldown into Indicator in schema xal_xsdXSD Diagram of PostOfficeNumber in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="PostOfficeNumber" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Specification of the number of the postoffice. Common in rural postoffices</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Indicator">
            <xs:annotation>
                <xs:documentation>MS in MS 62, # in MS # 12, etc.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IndicatorOccurrence">
            <xs:annotation>
                <xs:documentation>MS occurs before 62 in MS 62</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
Indicator xal:Indicator (Optional)
IndicatorOccurrence xal:IndicatorOccurrence (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus