ComplexTypeuro:BuildingDetailAttributeType
uro:BuildingDetailAttributeType
定義
都市計画法に基づき実施される都市計画基礎調査において収集された基礎的な情報を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [0..1]
xs:double [0..1]
xs:double [0..1]
xs:double [0..1]
xs:double [0..1]
xs:string [0..1]
xs:gYear [1]
XMLスキーマ
  <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>