Elementgen:measureAttribute
定義
単位付き計測値型の汎用属性。CityGML又はi-URに定義されていない単位付き計測値型の属性を追加したい場合に使用する。
このタグの属性として、 name=”[汎用属性名称]" を入れ、属性の名称を定義する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:element name="measureAttribute" type="MeasureAttributeType" substitutionGroup="_genericAttribute"/>
XMLインスタンスのサンプル
<gen:measureAttribute name="[汎用属性名称]">
    <gen:value uom="m2">123.45</gen:value>
</gen:measureAttribute>