Documentation for CityGML

Complex Type: StringAttributeType

[Table of contents]

Super-types: _GenericAttributeType < StringAttributeType (by extension)
Sub-types: None
Name StringAttributeType
Used by (from the same schema document) Element stringAttribute
Abstract no
Documentation
XML Instance Representation
<...
name=" xs:string [1]">
<value> xs:string </value> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="StringAttributeType">
<xs:complexContent>
<xs:extension base=" _GenericAttributeType ">
<xs:sequence>
<xs:element name="value" type=" xs:string "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>