Definition Type: Element
Name: ThoroughfareNumberRange
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A container to represent a range of numbers (from x thru y)for a thoroughfare. eg. 1-2 Albert Av
Collapse XSD Schema Diagram:
Drilldown into ThoroughfareNumberTo in schema xal_xsd Drilldown into ThoroughfareNumberFrom in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into Type in schema xal_xsd Drilldown into NumberRangeOccurrence in schema xal_xsd Drilldown into IndicatorOccurrence in schema xal_xsd Drilldown into Separator in schema xal_xsd Drilldown into Indicator in schema xal_xsd Drilldown into RangeType in schema xal_xsdXSD Diagram of ThoroughfareNumberRange in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="ThoroughfareNumberRange">
    <xs:annotation>
        <xs:documentation>A container to represent a range of numbers (from x thru y)for a thoroughfare. eg. 1-2 Albert Av</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="ThoroughfareNumberFrom">
                <xs:annotation>
                    <xs:documentation>Starting number in the range</xs:documentation>
                </xs:annotation>
                <xs:complexType mixed="true">
                    <xs:sequence>
                        <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumberPrefix" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumber" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumberSuffix" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                    <xs:attributeGroup ref="grPostal" />
                    <xs:anyAttribute namespace="##other" />
                </xs:complexType>
            </xs:element>
            <xs:element name="ThoroughfareNumberTo">
                <xs:annotation>
                    <xs:documentation>Ending number in the range</xs:documentation>
                </xs:annotation>
                <xs:complexType mixed="true">
                    <xs:sequence>
                        <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumberPrefix" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumber" maxOccurs="unbounded" />
                        <xs:element ref="ThoroughfareNumberSuffix" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                    <xs:attributeGroup ref="grPostal" />
                    <xs:anyAttribute namespace="##other" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="RangeType">
            <xs:annotation>
                <xs:documentation>Thoroughfare number ranges are odd or even</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Odd" />
                    <xs:enumeration value="Even" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="Indicator">
            <xs:annotation>
                <xs:documentation>"No." No.12-13</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Separator">
            <xs:annotation>
                <xs:documentation>"-" in 12-14  or "Thru" in 12 Thru 14 etc.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IndicatorOccurrence">
            <xs:annotation>
                <xs:documentation>No.12-14 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="NumberRangeOccurrence">
            <xs:annotation>
                <xs:documentation>23-25 Archer St, where number appears before name</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:attribute name="Type" />
        <xs:attributeGroup ref="grPostal" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
ThoroughfareNumberFrom xal:ThoroughfareNumberFrom (1) (1)
ThoroughfareNumberTo xal:ThoroughfareNumberTo (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
RangeType xal:RangeType (Optional)
Indicator xal:Indicator (Optional)
Separator xal:Separator (Optional)
IndicatorOccurrence xal:IndicatorOccurrence (Optional)
NumberRangeOccurrence xal:NumberRangeOccurrence (Optional)
Type xal:Type (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus