complexType StyleVariationType
diagram index_p775.png
namespace http://www.opengis.net/gml
type extension of xs:string
properties
base string
used by
element BaseStyleDescriptorType/styleVariation
attributes
Name  Type  Use  Default  Fixed  annotation
stylePropertyxs:stringrequired      
featurePropertyRangexs:stringoptional      
annotation
documentation
Used to vary individual graphic parameters and attributes of the style, symbol or text.
source <xs:complexType name="StyleVariationType">
 
<xs:annotation>
   
<xs:documentation>Used to vary individual graphic parameters and attributes of the style, symbol or text.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="string">
     
<xs:attribute name="styleProperty" type="string" use="required"/>
     
<xs:attribute name="featurePropertyRange" type="string" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute StyleVariationType/@styleProperty
type xs:string
properties
isRef 0
use required
source <xs:attribute name="styleProperty" type="string" use="required"/>

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


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