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:
<xsd:complexType name="LabelType" mixed="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute ref="gml:transform" use="optional" />
</xsd: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