Documentation for fieldgml

Complex Type: LabelType

[Table of contents]

Super-types: None
Sub-types: None
Name LabelType
Abstract no
Documentation Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.
XML Instance Representation
<...
gml:transform="[0..1]">
<!-- Mixed content -->
<gml:LabelExpression> string </gml:LabelExpression> [0..*]
</...>
Diagram
h1947696521
Schema Component Representation
<complexType name="LabelType" mixed="true">
<sequence>
<element name="LabelExpression" type=" string " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute ref=" gml:transform " use="optional"/>
</complexType>