<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>
|