<xs:complexType name="BuildingDetailAttributeType">
<xs:complexContent>
<xs:extension base="uro:BuildingAttributeType">
<xs:sequence>
<xs:element name="serialNumberOfBuildingCertification" minOccurs="0" type="xs:string"/>
<xs:element name="siteArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="totalFloorArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="buildingFootprintArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="buildingRoofEdgeArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="developmentArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="buildingStructureType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="buildingStructureOrgType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="fireproofStructureType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="implementingBody" minOccurs="0" type="xs:string"/>
<xs:element name="urbanPlanType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="areaClassificationType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="districtsAndZonesType" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
<xs:element name="landUseType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="reference" minOccurs="0" type="xs:string"/>
<xs:element name="majorUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="majorUsage2" minOccurs="0" type="gml:CodeType"/>
<xs:element name="orgUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="orgUsage2" minOccurs="0" type="gml:CodeType"/>
<xs:element name="detailedUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="detailedUsage2" minOccurs="0" type="gml:CodeType"/>
<xs:element name="detailedUsage3" minOccurs="0" type="gml:CodeType"/>
<xs:element name="groundFloorUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="secondFloorUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="thirdFloorUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="basementUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="basementFirstUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="basementSecondUsage" minOccurs="0" type="gml:CodeType"/>
<xs:element name="vacancy" minOccurs="0" type="gml:CodeType"/>
<xs:element name="buildingCoverageRate" minOccurs="0" type="xs:double"/>
<xs:element name="floorAreaRate" minOccurs="0" type="xs:double"/>
<xs:element name="specifiedBuildingCoverageRate" minOccurs="0" type="xs:double"/>
<xs:element name="specifiedFloorAreaRate" minOccurs="0" type="xs:double"/>
<xs:element name="standardFloorAreaRate" minOccurs="0" type="xs:double"/>
<xs:element name="buildingHeight" minOccurs="0" type="gml:LengthType"/>
<xs:element name="eaveHeight" minOccurs="0" type="gml:LengthType"/>
<xs:element name="note" minOccurs="0" type="xs:string"/>
<xs:element name="surveyYear" type="xs:gYear"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>