complexType FeatureStyleType
diagram index_p752.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractGMLType
properties
base gml:AbstractGMLType
children gml:metaDataProperty gml:description gml:name gml:featureConstraint gml:geometryStyle gml:topologyStyle gml:labelStyle
used by
element FeatureStyle
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.
featureTypexs:stringoptional      
baseTypexs:stringoptional      
queryGrammargml:QueryGrammarEnumeration      
annotation
documentation
[complexType of] The style descriptor for features.
source <xs:complexType name="FeatureStyleType">
 
<xs:annotation>
   
<xs:documentation>[complexType of] The style descriptor for features.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractGMLType">
     
<xs:sequence>
       
<xs:element name="featureConstraint" type="string" minOccurs="0"/>
       
<xs:element ref="gml:geometryStyle" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="gml:topologyStyle" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="gml:labelStyle" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="featureType" type="string" use="optional"/>
     
<xs:attribute name="baseType" type="string" use="optional"/>
     
<xs:attribute name="queryGrammar" type="gml:QueryGrammarEnumeration"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute FeatureStyleType/@featureType
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="featureType" type="string" use="optional"/>

attribute FeatureStyleType/@baseType
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="baseType" type="string" use="optional"/>

attribute FeatureStyleType/@queryGrammar
type gml:QueryGrammarEnumeration
properties
isRef 0
facets
Kind Value annotation 
enumeration xpath 
enumeration xquery 
enumeration other 
source <xs:attribute name="queryGrammar" type="gml:QueryGrammarEnumeration"/>

element FeatureStyleType/featureConstraint
diagram index_p753.png
namespace http://www.opengis.net/gml
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="featureConstraint" type="string" minOccurs="0"/>


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