Definition Type: Element
Name: category
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:AddressCategoryEnum
Containing Schema: Address.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Provide a category for the address. Examples include shipping, billing, physical, etc.
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsd Drilldown into AddressCategoryEnum in schema address_xsdXSD Diagram of category in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="category" type="commons:AddressCategoryEnum" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Provide a category for the address.
						Examples include shipping, billing,
						physical, etc.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100025</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Derivation Tree: