Documentation for fieldgml

Complex Type: StyleVariationType

[Table of contents]

Super-types: string < StyleVariationType (by extension)
Sub-types: None
Name StyleVariationType
Abstract no
Documentation Used to vary individual graphic parameters and attributes of the style, symbol or text.
XML Instance Representation
<...
styleProperty="string [1]"
featurePropertyRange="string [0..1]">
string
</...>
Diagram
Schema Component Representation
<complexType name="StyleVariationType">
<simpleContent>
<extension base=" string ">
<attribute name="styleProperty" type=" string " use="required"/>
<attribute name="featurePropertyRange" type=" string " use="optional"/>
</extension>
</simpleContent>
</complexType>