Definition Type: Element
Name: ThoroughfareNumberFrom
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Starting number in the range
Collapse XSD Schema Diagram:
Drilldown into ThoroughfareNumberSuffix in schema xal_xsd Drilldown into ThoroughfareNumber in schema xal_xsd Drilldown into ThoroughfareNumberPrefix in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsdXSD Diagram of ThoroughfareNumberFrom in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
ThoroughfareNumberPrefix xal:ThoroughfareNumberPrefix 0 unbounded
ThoroughfareNumber xal:ThoroughfareNumber (1) unbounded
ThoroughfareNumberSuffix xal:ThoroughfareNumberSuffix 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus