Definition Type: Element
Name: ThoroughfareNumber
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
Abstract
Documentation:
Eg.: 23 Archer street or 25/15 Zero Avenue, etc
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into NumberOccurrence in schema xal_xsd Drilldown into IndicatorOccurrence in schema xal_xsd Drilldown into Indicator in schema xal_xsd Drilldown into Type in schema xal_xsd Drilldown into NumberType in schema xal_xsdXSD Diagram of ThoroughfareNumber in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="ThoroughfareNumber">
    <xs:annotation>
        <xs:documentation>Eg.: 23 Archer street or 25/15 Zero Avenue, etc</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="NumberType">
            <xs:annotation>
                <xs:documentation>12 Archer Street is "Single" and 12-14 Archer Street is "Range"</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Single" />
                    <xs:enumeration value="Range" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="Type" />
        <xs:attribute name="Indicator">
            <xs:annotation>
                <xs:documentation>No. in Street No.12 or "#" in Street # 12, etc.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IndicatorOccurrence">
            <xs:annotation>
                <xs:documentation>No.12 where "No." is before actual street number</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:attribute name="NumberOccurrence">
            <xs:annotation>
                <xs:documentation>23 Archer St, Archer Street 23, St Archer 23</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="BeforeName" />
                    <xs:enumeration value="AfterName" />
                    <xs:enumeration value="BeforeType" />
                    <xs:enumeration value="AfterType" />
                </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
NumberType xal:NumberType (Optional)
Type xal:Type (Optional)
Indicator xal:Indicator (Optional)
IndicatorOccurrence xal:IndicatorOccurrence (Optional)
NumberOccurrence xal:NumberOccurrence (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus