Definition Type: Element
Name: ListingCategory
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: commons:ListingCategoryEnum
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The values are: "Purchase" "Lease" "Rent"
Collapse XSD Schema Diagram:
XSD Diagram of ListingCategory in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ListingCategory" minOccurs="0" maxOccurs="1" type="commons:ListingCategoryEnum">
    <xs:annotation>
        <xs:documentation>
						The values are:
							"Purchase"
							"Lease"
							"Rent"
					</xs:documentation>
        <xs:appinfo>
            <retsid>101945</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: