Definition Type: ComplexType
Name: StreetNumberType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Address.xsd
Abstract
Documentation:
Text field that uniquely locates a building on a given street. House numbers may have fractional or alphabetic modifiers. This is the first component in a street address.
Collapse XSD Schema Diagram:
XSD Diagram of StreetNumberType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="StreetNumberType">
    <xs:annotation>
        <xs:documentation>
				Text field that uniquely locates a building on a given
				street. House numbers may have fractional or alphabetic
				modifiers. This is the first component in a street
				address.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
commons:StreetNumber