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