Documentation for fieldgml

Complex Type: GraphStyleType

[Table of contents]

Super-types: gml:AbstractGMLType < BaseStyleDescriptorType (by extension) < GraphStyleType (by extension)
Sub-types: None
Name GraphStyleType
Abstract no
Documentation [complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:spatialResolution> gml:ScaleType </gml:spatialResolution> [0..1]
<gml:styleVariation> gml:StyleVariationType </gml:styleVariation> [0..*]
<smil20:animate> ... </smil20:animate> [0..*]
<smil20:set> ... </smil20:set> [0..*]
<gml:planar> boolean </gml:planar> [0..1]
<gml:directed> boolean </gml:directed> [0..1]
<gml:grid> boolean </gml:grid> [0..1]
<gml:minDistance> double </gml:minDistance> [0..1]
<gml:minAngle> double </gml:minAngle> [0..1]
<gml:graphType> gml:GraphTypeType </gml:graphType> [0..1]
<gml:drawingType> gml:DrawingTypeType </gml:drawingType> [0..1]
<gml:lineType> gml:LineTypeType </gml:lineType> [0..1]
<gml:aestheticCriteria> gml:AesheticCriteriaType </gml:aestheticCriteria> [0..*]
</...>
Diagram
Schema Component Representation
<complexType name="GraphStyleType">
<complexContent>
<extension base=" gml:BaseStyleDescriptorType ">
<sequence>
<element name="planar" type=" boolean " minOccurs="0"/>
<element name="directed" type=" boolean " minOccurs="0"/>
<element name="grid" type=" boolean " minOccurs="0"/>
<element name="minDistance" type=" double " minOccurs="0"/>
<element name="minAngle" type=" double " minOccurs="0"/>
<element name="graphType" type=" gml:GraphTypeType " minOccurs="0"/>
<element name="drawingType" type=" gml:DrawingTypeType " minOccurs="0"/>
<element name="lineType" type=" gml:LineTypeType " minOccurs="0"/>
<element name="aestheticCriteria" type=" gml:AesheticCriteriaType " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>