Elementurf:district
定義
当該地区整備計画に定められた地区。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="district" maxOccurs="unbounded" minOccurs="0" type="urf:DistrictPropertyType"/>
XMLインスタンスのサンプル
<urf:district>
    <urf:District gml:id="urf_00000000-0000-0000-0000-000000000001">
        <gml:description>[概要]</gml:description>
        <gml:name>[名称]</gml:name>
        <core:creationDate>2024-03-31</core:creationDate>
        <core:terminationDate>0001-01-01</core:terminationDate>
        <urf:function codeSpace="../../codelists/Common_districtFacilityType.xml">1</urf:function>
        <urf:reference>http://www.XXXreference/sample.org</urf:reference>
        <urf:reason>[指定された理由]</urf:reason>
        <urf:note>[特筆すべき事項]</urf:note>
        <urf:lod1MultiSurface>
            <gml:MultiSurface>
                <gml:surfaceMember>
                    <gml:Polygon>
                        <gml:exterior>
                            <gml:LinearRing>
                                <gml:posList><!--省略--></gml:posList>
                            </gml:LinearRing>
                        </gml:exterior>
                    </gml:Polygon>
                </gml:surfaceMember>
                <!--省略-->
            </gml:MultiSurface>
        </urf:lod1MultiSurface>
        <urf:keyValuePairAttribute>
            <uro:KeyValuePairAttribute>
                <uro:key codeSpace="../../codelists/KeyValuePairAttribute_key.xml">1</uro:key>
                <uro:codeValue codeSpace="../../codelists/KeyValuePairAttribute_key1.xml">101</uro:codeValue>
            </uro:KeyValuePairAttribute>
        </urf:keyValuePairAttribute>
        <urf:dataQualityAttribute>
            <uro:DataQualityAttribute>
                <uro:geometrySrcDescLod1 codeSpace="../../codelists/DataQualityAttribute_geometrySrcDesc.xml">202</uro:geometrySrcDescLod1>
                <uro:thematicSrcDesc codeSpace="../../codelists/DataQualityAttribute_thematicSrcDesc.xml">202</uro:thematicSrcDesc>
                <uro:appearanceSrcDescLod1 codeSpace="../../codelists/DataQualityAttribute_appearanceSrcDesc.xml">99</uro:appearanceSrcDescLod1>
            </uro:DataQualityAttribute>
        </urf:dataQualityAttribute>
        <urf:boundary>
            <urf:Boundary>
                <urf:function codeSpace="../../codelists/Boundary_function.xml">41</urf:function>
                <urf:usage codeSpace="../../codelists/UrbanPlan_areaType.xml">5200</urf:usage>
                <urf:offset uom="m">0.5</urf:offset>
                <urf:offsetDirection>[オフセットの方向]</urf:offsetDirection>
                <urf:location>
                    <gml:MultiCurve>
                        <gml:curveMember>
                            <gml:LineString>
                                <gml:posList><!--省略--></gml:posList>
                            </gml:LineString>
                        </gml:curveMember>
                        <!--省略-->
                    </gml:MultiCurve>
                </urf:location>
            </urf:Boundary>
        </urf:boundary>
        <urf:location>○○区○○XX</urf:location>
        <urf:buildingRestrictions>[建築物に関する制限事項]</urf:buildingRestrictions>
        <urf:useRestrictions>[建築物等の用途の制限]</urf:useRestrictions>
        <urf:maximumFloorAreaRate>200</urf:maximumFloorAreaRate>
        <urf:minimumFloorAreaRate>150</urf:minimumFloorAreaRate>
        <urf:maximumBuildingCoverageRate>60</urf:maximumBuildingCoverageRate>
        <urf:minimumBuildingCoverageRate>30</urf:minimumBuildingCoverageRate>
        <urf:minimumSiteArea uom="m2">100.0</urf:minimumSiteArea>
        <urf:minimumBuildingArea uom="m2">50.0</urf:minimumBuildingArea>
        <urf:minimumGroundHeight uom="m">0.5</urf:minimumGroundHeight>
        <urf:setbackSize>[外壁の後退距離]</urf:setbackSize>
        <urf:structurePlacementRestrictions>[工作物の設置の制限]</urf:structurePlacementRestrictions>
        <urf:maximumBuildingHeight uom="m">15.0</urf:maximumBuildingHeight>
        <urf:minimumBuildingHeight uom="m">3.0</urf:minimumBuildingHeight>
        <urf:minimumFloorHeight uom="m">0.3</urf:minimumFloorHeight>
        <urf:buildingDesignRestriction>[建築物の形態及び意匠にかかる制限]</urf:buildingDesignRestriction>
        <urf:minimumGreeningRate>20</urf:minimumGreeningRate>
        <urf:fenceGuideline>[垣及びさくの構造にかかる制限]</urf:fenceGuideline>
        <urf:restrictionsForFireProtection>[建築物の構造に関する防火上必要な制限]</urf:restrictionsForFireProtection>
        <urf:restrictionsForNoiseProtection>[建築物の構造に関する防音上又は遮音上必要な制限]</urf:restrictionsForNoiseProtection>
        <urf:minimumFrontageRate>70</urf:minimumFrontageRate>
    </urf:District>
</urf:district>