Definition Type: Element
Name: ThoroughfareNumberPrefix
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
Abstract
Documentation:
Prefix before the number. A in A12 Archer Street
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into Type in schema xal_xsd Drilldown into NumberPrefixSeparator in schema xal_xsdXSD Diagram of ThoroughfareNumberPrefix in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="ThoroughfareNumberPrefix">
    <xs:annotation>
        <xs:documentation>Prefix before the number. A in A12 Archer Street</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:annotation>
            <xs:documentation>A-12 where 12 is number and A is prefix and "-" is the separator</xs:documentation>
        </xs:annotation>
        <xs:attribute name="NumberPrefixSeparator" />
        <xs:attribute name="Type" />
        <xs:attributeGroup ref="grPostal" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
NumberPrefixSeparator xal:NumberPrefixSeparator (Optional)
Type xal:Type (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus