Definition Type: Element
Name: PermittedTypes
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: RETSCommons.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
PermittedTypes should include things like breeds, types (Cats, Dogs), Neutered, Spayed, Declawed or other information.
Collapse XSD Schema Diagram:
XSD Diagram of PermittedTypes in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="PermittedTypes" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						PermittedTypes should include things like
						breeds, types (Cats, Dogs), Neutered, Spayed,
						Declawed or other information.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101608</retsid>
            <example />
        </xs:appinfo>
    </xs:annotation>
</xs:element>