Definition Type: ComplexType
Name: RemarksType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CompanyRemarks in schema retscommons_xsd Drilldown into ListingOfficeRemarks in schema retscommons_xsd Drilldown into PublicRemarks in schema retscommons_xsd Drilldown into MemberRemarks in schema retscommons_xsd Drilldown into AdvertisingRemarks in schema retscommons_xsdXSD Diagram of RemarksType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdvertisingRemarks commons:AdvertisingRemarks 0 (1)
MemberRemarks commons:MemberRemarks 0 (1)
PublicRemarks commons:PublicRemarks 0 (1)
ListingOfficeRemarks commons:ListingOfficeRemarks 0 (1)
CompanyRemarks commons:CompanyRemarks 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
list:Remarks