Definition Type: ComplexType
Name: Feature
Namespace: http://rets.org/xsd/PublicRecords/2007-08
Containing Schema: PublicRecords.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Value in schema publicrecords_xsd Drilldown into YearBuilt in schema publicrecords_xsd Drilldown into Depth in schema publicrecords_xsd Drilldown into Width in schema publicrecords_xsd Drilldown into Number in schema publicrecords_xsd Drilldown into Description in schema publicrecords_xsdXSD Diagram of Feature in schema publicrecords_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Feature">
    <xs:sequence>
        <xs:element name="Description" type="xs:string" minOccurs="0" />
        <xs:element name="Number" type="xs:decimal" minOccurs="0" />
        <xs:element name="Width" minOccurs="0">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="commons:Measurement" />
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="Depth" minOccurs="0">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="commons:Measurement" />
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="YearBuilt" type="commons:YearBuiltType" minOccurs="0" />
        <xs:element name="Value" type="xs:decimal" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description record:Description 0 (1)
Number record:Number 0 (1)
Width record:Width 0 (1)
Depth record:Depth 0 (1)
YearBuilt record:YearBuilt 0 (1)
Value record:Value 0 (1)
Collapse Derivation Tree:
Collapse References:
record:Feature