Definition Type: ComplexType
Name: ShowingInformationType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShowingAccess in schema retscommons_xsd Drilldown into Contact in schema retscommons_xsd Drilldown into AppointmentPhoneNumber in schema retscommons_xsd Drilldown into RequiresAppointment in schema retscommons_xsd Drilldown into Lockbox in schema retscommons_xsd Drilldown into OccupancyState in schema retscommons_xsd Drilldown into Remarks in schema retscommons_xsdXSD Diagram of ShowingInformationType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ShowingInformationType">
    <xs:sequence>
        <xs:element name="Remarks" type="commons:SecureRemark" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						In an MLS system, remarks that detail the
						seller's instructions for showing the
						subject property. Showing instructions may
						include: contact information, showing times,
						notice required or other information.
						These remarks are priveledged and are not
						for public viewing.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100389</retsid>
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OccupancyState" type="commons:OccupancyStateEnum" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The current occupancy state of the property.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100390</retsid>
                    <example>Vacant</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Lockbox" type="commons:LockboxType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>100391</retsid>
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RequiresAppointment" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Showing is by appointment only
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100396</retsid>
                    <example>true</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="AppointmentPhoneNumber" type="commons:Phone" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The contact telephone number to make an
						appointment.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100397</retsid>
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Contact" type="commons:ContactablePerson" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						Contact information related to the showing
						of the listing.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100392</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ShowingAccess" type="commons:SecureString" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						Provides information about access to
						the listing property.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100393</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Remarks commons:Remarks 0 unbounded
OccupancyState commons:OccupancyState 0 1
Lockbox commons:Lockbox 0 unbounded
RequiresAppointment commons:RequiresAppointment 0 1
AppointmentPhoneNumber commons:AppointmentPhoneNumber 0 1
Contact commons:Contact 0 unbounded
ShowingAccess commons:ShowingAccess 0 unbounded
Collapse Derivation Tree:
Collapse References:
list:ShowingInformation