Elementuro:IndoorUserDefinedAttribute
uro:IndoorUserDefinedAttribute
定義
任意に追加するナビゲーション用の属性。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
uro:stringValue
xs:string [0..1]
uro:intValue
xs:integer [0..1]
uro:doubleValue
xs:double [0..1]
uro:codeValue
gml:CodeType [0..1]
uro:dateValue
xs:date [0..1]
uro:uriValue
xs:anyURI [0..1]
uro:measuredValue
gml:MeasureType [0..1]
xs:string [0..1]
xs:string [0..1]
XMLスキーマ
  <xs:element name="IndoorUserDefinedAttribute" substitutionGroup="uro:IndoorAttribute" type="uro:IndoorUserDefinedAttributeType"/>
XMLインスタンスのサンプル
<uro:IndoorUserDefinedAttribute>
    <uro:source codeSpace="../../codelists/Common_indoorSource.xml">1</uro:source>
    <uro:name>[フィールド名]</uro:name>
    <uro:nominalValue>
        <uro:UserDefinedValue>
            <uro:stringValue>[文字列]</uro:stringValue>
        </uro:UserDefinedValue>
    </uro:nominalValue>
    <uro:description>[説明情報]</uro:description>
    <uro:unit>[単位]</uro:unit>
</uro:IndoorUserDefinedAttribute>