Definition Type: Element
Name: Property
Namespace: http://rets.org/xsd/IDXExtended/2007-08
Containing Schema: IDXExtended.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Media in schema idxextended_xsd Drilldown into Rooms in schema idxextended_xsd Drilldown into PinNumber in schema idxextended_xsd Drilldown into AssociationFee in schema idxextended_xsd Drilldown into Parking in schema idxextended_xsd Drilldown into SchoolData in schema idxextended_xsd Drilldown into Subdivision in schema idxextended_xsd Drilldown into Style in schema idxextended_xsd Drilldown into YearBuilt in schema idxextended_xsd Drilldown into LotDescription in schema idxextended_xsd Drilldown into LotSize in schema idxextended_xsd Drilldown into FinishedAreaTotal in schema idxextended_xsd Drilldown into AreaTotal in schema idxextended_xsdXSD Diagram of Property in schema idxextended_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Property">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AreaTotal" type="commons:Area" minOccurs="0" />
            <xs:element name="FinishedAreaTotal" type="commons:boundedCardinalInteger" minOccurs="0" />
            <xs:element name="LotSize" type="commons:LotSize" minOccurs="0" />
            <xs:element name="LotDescription" type="xs:string" minOccurs="0" />
            <xs:element name="YearBuilt" type="commons:YearBuiltType" minOccurs="0" />
            <xs:element name="Style" type="commons:Style" minOccurs="0" />
            <xs:element name="Subdivision" type="commons:Subdivision" minOccurs="0" />
            <xs:element name="SchoolData" type="commons:School" minOccurs="0" />
            <xs:element name="Parking" type="commons:ParkingType" minOccurs="0" />
            <xs:element name="AssociationFee" type="commons:Fee" minOccurs="0" />
            <xs:element name="PinNumber" type="xs:string" minOccurs="0" />
            <xs:element name="Rooms" type="prop:RoomsType" minOccurs="0" />
            <xs:element name="Media" type="media:MediaType" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AreaTotal idxex:AreaTotal 0 (1)
FinishedAreaTotal idxex:FinishedAreaTotal 0 (1)
LotSize idxex:LotSize 0 (1)
LotDescription idxex:LotDescription 0 (1)
YearBuilt idxex:YearBuilt 0 (1)
Style idxex:Style 0 (1)
Subdivision idxex:Subdivision 0 (1)
SchoolData idxex:SchoolData 0 (1)
Parking idxex:Parking 0 (1)
AssociationFee idxex:AssociationFee 0 (1)
PinNumber idxex:PinNumber 0 (1)
Rooms idxex:Rooms 0 (1)
Media idxex:Media 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded