<xs:simpleType name="ListingCategoryEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="Purchase">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101217</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lease">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101218</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rent">
<xs:annotation>
<xs:documentation>
While rent and lease may be considered
synonymous, this is a convenience entry.
Common usage has Rent as a term of less
than a year, or month to month, while
lease represents a term of greater
than one year. These are usages only
and local conditions may change the
meaning.
</xs:documentation>
<xs:appinfo>
<retsid>101219</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|