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