Elementuro:tranKeyValuePairAttribute
定義
属性を拡張するための仕組み。コ-ド値を値とする属性を拡張する場合にのみ使用する。コ-ド値以外の属性を拡張する場合又は属性の集合を拡張する場合は、gen:_GenericAttributeの下位型を使用する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:element name="tranKeyValuePairAttribute" type="uro:KeyValuePairAttributePropertyType" substitutionGroup="tran:_GenericApplicationPropertyOfTransportationComplex"/>
XMLインスタンスのサンプル
<uro:tranKeyValuePairAttribute>
    <uro:KeyValuePairAttribute>
        <uro:key codeSpace="../../codelists/KeyValuePairAttribute_key.xml">1</uro:key>
        <uro:codeValue codeSpace="../../codelists/KeyValuePairAttribute_key1.xml">101</uro:codeValue>
    </uro:KeyValuePairAttribute>
</uro:tranKeyValuePairAttribute>