Definition Type: ComplexType
Name: LockboxType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Model in schema retscommons_xsd Drilldown into Location in schema retscommons_xsdXSD Diagram of LockboxType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="LockboxType">
    <xs:sequence>
        <xs:element name="Location" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Site location for the lockbox.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100394</retsid>
                    <example>Front Door</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Model" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A description of the lockbox brand and model
						number.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100395</retsid>
                    <example>Realtor's Friend</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Location commons:Location 0 1
Model commons:Model 0 1
Collapse Derivation Tree:
Collapse References:
commons:Lockbox