ComplexTypegen:StringAttributeType
gen:StringAttributeType
定義
文字列型の汎用属性を表現するための型。CityGML又はi-URに定義されていない文字列型の属性を追加したい場合に使用する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gen:value
xs:string [1]
XMLスキーマ
<xs:complexType name="StringAttributeType">
	<xs:annotation>
		<xs:documentation/>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractGenericAttributeType">
			<xs:sequence>
				<xs:element name="value" type="xs:string"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>