Definition Type: Element
Name: local-number
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:stringnumeric
Containing Schema: ContactMethods.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The access number to connect to a telephone. It comes after the area-code. The number of digits depends on the location. In the North American Numbering Plan area, the number is 7, while in other areas, there may be fewer or more digits. An example is 555-1212. Within this schema, the example will be 5551212
Collapse XSD Schema Diagram:
XSD Diagram of local-number in schema contactmethods_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="local-number" type="commons:stringnumeric">
    <xs:annotation>
        <xs:documentation>
						The access number to connect to a telephone. It
						comes after the area-code.

						The number of digits depends on the location. In
						the North American Numbering Plan area, the number
						is 7, while in other areas, there may be fewer or
						more digits.

						An example is 555-1212.

						Within this schema, the example will be 5551212
					</xs:documentation>
        <xs:appinfo>
            <retsid>100054</retsid>
            <example>5551212</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: