Elementuro:KeyValuePairAttribute
uro:KeyValuePairAttribute
定義
都市オブジェクトに付与する追加情報。都市オブジェクトが継承する属性及び都市オブジェクトに定義された属性以外にコード型の属性を追加したい場合に使用する。属性名称と属性の値の対で構成される。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:element name="KeyValuePairAttribute" type="uro:KeyValuePairAttributeType"/>
XMLインスタンスのサンプル
<uro:KeyValuePairAttribute>
    <uro:key codeSpace="../../codelists/KeyValuePairAttribute_key.xml">1</uro:key>
    <uro:codeValue codeSpace="../../codelists/KeyValuePairAttribute_key1.xml">101</uro:codeValue>
</uro:KeyValuePairAttribute>