complexType LabelStyleType
diagram index_p769.png
namespace http://www.opengis.net/gml
type extension of gml:BaseStyleDescriptorType
properties
base gml:BaseStyleDescriptorType
children gml:metaDataProperty gml:description gml:name gml:spatialResolution gml:styleVariation smil20:animate smil20:animateMotion smil20:animateColor smil20:set gml:style gml:label
used by
element LabelStyle
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
[complexType of] The style descriptor for labels of a feature, geometry or topology.
source <xs:complexType name="LabelStyleType">
 
<xs:annotation>
   
<xs:documentation>[complexType of] The style descriptor for labels of a feature, geometry or topology.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:BaseStyleDescriptorType">
     
<xs:sequence>
       
<xs:element name="style" type="string"/>
       
<xs:element name="label" type="gml:LabelType"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LabelStyleType/style
diagram index_p770.png
namespace http://www.opengis.net/gml
type xs:string
properties
isRef 0
content simple
source <xs:element name="style" type="string"/>

element LabelStyleType/label
diagram index_p771.png
namespace http://www.opengis.net/gml
type gml:LabelType
properties
isRef 0
content complex
mixed true
children gml:LabelExpression
attributes
Name  Type  Use  Default  Fixed  annotation
transformoptional      
documentation
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
source <xs:element name="label" type="gml:LabelType"/>


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