<xsd:complexType name="GraphStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:BaseStyleDescriptorType">
<xsd:sequence>
<xsd:element name="planar" type="boolean" minOccurs="0" />
<xsd:element name="directed" type="boolean" minOccurs="0" />
<xsd:element name="grid" type="boolean" minOccurs="0" />
<xsd:element name="minDistance" type="double" minOccurs="0" />
<xsd:element name="minAngle" type="double" minOccurs="0" />
<xsd:element name="graphType" type="gml:GraphTypeType" minOccurs="0" />
<xsd:element name="drawingType" type="gml:DrawingTypeType" minOccurs="0" />
<xsd:element name="lineType" type="gml:LineTypeType" minOccurs="0" />
<xsd:element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|