<xs:complexType name="BuildingType">
<xs:sequence>
<xs:element name="Age" type="commons:Age" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The age of the house. This is usually the age
of the house as of the listing date, but it
may also be a calculated value from TODAY to
the YearBuilt of the house.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
<example>10</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Stories" type="commons:Stories" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ArchitecturalStyle" type="commons:ArchitecturalStyleEnum" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Areas" type="prop:AreasType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Construction" type="prop:ConstructionType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Interior" type="prop:Interior" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Rooms" type="prop:RoomsType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Utilities" type="commons:UtilitiesType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<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>
</xs:sequence>
</xs:complexType>
|