<complexType name="GraphStyleType">
<annotation>
<documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</documentation>
</annotation>
<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>
|