Definition Type: Element
Name: YearBuilt
Namespace: http://rets.org/xsd/Properties/2007-08
Type: commons:YearBuiltType
Containing Schema: Building.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The year that an occupancy permit is first granted for the house or other local measure of initial habitability of the build. The type definition permits an empty value with an attribute noting that it is an unknown date or that the building is new construction. While constraints have not been applied, convention at the time of adoption has this as a four (4) digit year value.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureYear in schema primitives_xsd Drilldown into newConstruction in schema retscommons_xsd Drilldown into YearBuiltType in schema retscommons_xsdXSD Diagram of YearBuilt in schema building_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="YearBuilt" type="commons:YearBuiltType" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The year that an occupancy permit is first
						granted for the house or other local measure
						of initial habitability of the build.
						The type definition permits an empty value with
						an attribute noting that it is an unknown date
						or that the building is new construction.
						
						While constraints have not been applied,
						convention at the time of adoption has this
						as a four (4) digit year value.
					</xs:documentation>
        <xs:appinfo>
            <retsid>
            </retsid>
            <example>1995</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
newConstruction commons:newConstruction Optional
Collapse Derivation Tree: