complexType LabelType
diagram index_p772.png
namespace http://www.opengis.net/gml
properties
mixed true
children gml:LabelExpression
used by
element LabelStyleType/label
attributes
Name  Type  Use  Default  Fixed  annotation
transformoptional      
documentation
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
annotation
documentation
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.
source <xs:complexType name="LabelType" mixed="true">
 
<xs:annotation>
   
<xs:documentation>Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute ref="gml:transform" use="optional"/>
</xs:complexType>

element LabelType/LabelExpression
diagram index_p773.png
namespace http://www.opengis.net/gml
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy