<xs:complexType name="RemarksType">
<xs:sequence>
<xs:element name="AdvertisingRemarks" type="commons:SecureRemark" minOccurs="0">
<xs:annotation>
<xs:documentation>
Remarks meant for marketing purposes.
</xs:documentation>
<xs:appinfo>
<retsid />
<example>If you lived here you'd be home already!</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="MemberRemarks" type="commons:SecureRemark" minOccurs="0">
<xs:annotation>
<xs:documentation>
Text remarks that are restricted. In an MLS
this is typically the field where information
is stored for REALTORS(R) only. This information
is NOT intended to be displayed to the general
public. Realtor remarks may contain information
pertaining to seller/tenant, listing member
contact information, or entry information.
In other systems, access will be determined
by local business rules.
</xs:documentation>
<xs:appinfo>
<retsid />
<example>Beware of dog on premises</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="PublicRemarks" type="commons:SecureRemark" minOccurs="0">
<xs:annotation>
<xs:documentation>
Text remarks that may be displayed to the
public. In an MLS, it is the field where
information is entered for the public. This
information is intended to be visible on-line.
This is typically information that describes
the selling points of the building and/or land
for sale. Local conditions and rules will
determine what such content can contain.
Generally, the following information is excluded:
any information pertaining to entry to the
property, the seller and/or tenant,
listing member contact information.
In other systems, these remarks will be
determined by local business rules.
</xs:documentation>
<xs:appinfo>
<retsid />
<example>A real gem!</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ListingOfficeRemarks" type="commons:SecureRemark" minOccurs="0">
<xs:annotation>
<xs:documentation>
Remarks meant for internal office use.
</xs:documentation>
<xs:appinfo>
<retsid />
<example>Highly marketable!</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="CompanyRemarks" type="commons:SecureRemark" minOccurs="0">
<xs:annotation>
<xs:documentation>
Remarks meant for offices that are the
same company as the listing office.
</xs:documentation>
<xs:appinfo>
<retsid />
<example>Highly marketable!</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|