Elementurf:districtFacility
定義
地区計画において定められる、主として街区内の居住者等の利用に供される道路、公園その他政令で定める施設。
道路、公園、避難路、避難施設、雨水貯留浸透施設、緑地及び広場その他公共空地。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="districtFacility" maxOccurs="unbounded" minOccurs="0" type="urf:DistrictFacilityPropertyType"/>
XMLインスタンスのサンプル
<urf:districtFacility>
    <urf:DistrictFacility gml:id="urf_00000000-0000-0000-0000-000000000002">
        <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:usage codeSpace="../../codelists/UrbanFacility_function.xml">3010</urf:usage>
        <urf:reference>http://www.XXXreference/sample.org</urf:reference>
        <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">5210</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:DistrictFacility>
</urf:districtFacility>