Elementuro:ControlPoint
uro:ControlPoint
定義
軌道中心線上の変化点。平面線形の変化点、縦断線形の変化点及び勾配変化点を含む。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [0..1]
以下のいずれかを選択
choice
uro:circularCurve
uro:CircularCurveTypePropertyType [1]
uro:transitionCurve
uro:TransitionCurveTypePropertyType [1]
uro:slopeType
uro:SlopeTypePropertyType [1]
uro:verticalCurve
uro:VerticalCurveTypePropertyType [1]
gml:pos
gml:DirectPositionType [1]
gml:pos
gml:DirectPositionType [1]
XMLスキーマ
  <xs:element name="ControlPoint" type="uro:ControlPointType"/>
XMLインスタンスのサンプル
<uro:ControlPoint>
    <uro:startPost>0.1</uro:startPost>
    <uro:endPost>0.3</uro:endPost>
    <uro:function codeSpace="../../codelists/ControlPoint_function.xml">02</uro:function>
    <uro:parameter>
        <uro:ControlPointType>
            <uro:transitionCurve>
                <uro:TransitionCurveType>
                    <uro:intersection uom="度">30.0</uro:intersection>
                    <uro:distance uom="m">100.0</uro:distance>
                    <uro:curveLength uom="m">200.0</uro:curveLength>
                </uro:TransitionCurveType>
            </uro:transitionCurve>
        </uro:ControlPointType>
    </uro:parameter>
    <uro:startPoint>
        <gml:Point>
            <gml:pos><!--省略--></gml:pos>
        </gml:Point>
    </uro:startPoint>
    <uro:endPoint>
        <gml:Point>
            <gml:pos><!--省略--></gml:pos>
        </gml:Point>
    </uro:endPoint>
</uro:ControlPoint>