Definition Type: Element
Name: StreetNmbr
Type: StreetNmbrType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
May contain the street number and optionally the street name.
Collapse XSD Schema Diagram:
Drilldown into PO_Box in schema ota_commontypes_xsd1 Drilldown into StreetNmbrType in schema ota_commontypes_xsd Drilldown into RuralRouteNmbr in schema ota_commontypes_xsd1 Drilldown into StreetDirection in schema ota_commontypes_xsd1 Drilldown into StreetNmbrSuffix in schema ota_commontypes_xsd1XSD Diagram of StreetNmbr in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="StreetNmbr" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">May contain the street number and optionally the street name.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StreetNmbrType">
                <xs:attribute name="StreetNmbrSuffix" type="StringLength1to8" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Usually a letter right after the street number (A in 66-A, B in 123-B etc).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="StreetDirection" type="StringLength1to8" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Street direction of an address (e.g., N, E, S, NW, SW). 

</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="RuralRouteNmbr" type="NumericStringLength1to5" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Numerical equivalent of a rural township as defined within a given area (e.g., 12, 99).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PO_Box PO_Box (Optional)
StreetNmbrSuffix StreetNmbrSuffix Optional
StreetDirection StreetDirection Optional
RuralRouteNmbr RuralRouteNmbr Optional
Collapse Derivation Tree: