Definition Type: ComplexType
Name: LabelType
Namespace: http://www.opengis.net/gml
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.
Collapse XSD Schema Diagram:
Drilldown into LabelExpression in schema defaultstyle_xsd Drilldown into transform in schema defaultstyle_xsdXSD Diagram of LabelType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="LabelType" mixed="true">
    <annotation>
        <documentation>Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.</documentation>
    </annotation>
    <sequence>
        <element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
    <attribute ref="gml:transform" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LabelExpression gml:LabelExpression 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
transform gml:transform Optional
Collapse Derivation Tree:
Collapse References:
gml:label