Documentation for fieldgml

Complex Type: AttributeType

[Table of contents]

Super-types: None
Sub-types: None
Name AttributeType
Used by (from the same schema document) Complex Type SamplesType
Abstract no
XML Instance Representation
<...>
<Name> xs:string </Name> [1]
<Scale> AttributeScaleType </Scale> [1]
<Description> xs:string </Description> [0..1]
</...>
Diagram
h1911398829
Schema Component Representation
<xs:complexType name="AttributeType">
<xs:sequence>
<xs:element name="Name" type=" xs:string "/>
<xs:element name="Scale" type=" AttributeScaleType "/>
<xs:element name="Description" type=" xs:string " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>