Definition Type: ComplexType
Name: Complex
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Properties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Manager in schema properties_xsd Drilldown into ComplexDescriptiveCategory in schema properties_xsd Drilldown into UnitsTotal in schema properties_xsd Drilldown into SharedPool in schema properties_xsd Drilldown into MaximumRentalsPercentage in schema properties_xsd Drilldown into ComplexFeatures in schema properties_xsd Drilldown into ComplexBuildings in schema properties_xsd Drilldown into Name in schema properties_xsd Drilldown into HasFinancialStatementsAvailable in schema properties_xsdXSD Diagram of Complex in schema properties_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Complex">
    <xs:sequence>
        <xs:element name="HasFinancialStatementsAvailable" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The name of the complex - moved from
						ManufacturedHousing ParkName
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ComplexBuildings" type="prop:ComplexBuildingsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ComplexFeatures" type="commons:ComplexFeatures" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="MaximumRentalsPercentage" type="commons:SecureDecimal" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SharedPool" type="commons:PoolType" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="UnitsTotal" type="commons:UnitsTotal" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ComplexDescriptiveCategory" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A category description - moved from
						ManufacturedHousing ParkType
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Manager" type="commons:ContactablePerson" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						The manager of the complex - moved from
						ManufacturedHousing ParkManager
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </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
HasFinancialStatementsAvailable prop:HasFinancialStatementsAvailable 0 1
Name prop:Name 0 1
ComplexBuildings prop:ComplexBuildings 0 1
ComplexFeatures prop:ComplexFeatures 0 (1)
MaximumRentalsPercentage prop:MaximumRentalsPercentage 0 (1)
SharedPool prop:SharedPool 0 (1)
UnitsTotal prop:UnitsTotal 0 (1)
ComplexDescriptiveCategory prop:ComplexDescriptiveCategory 0 1
Manager prop:Manager 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:Complex