<xsd:complexType name="StyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractStyleType">
<xsd:sequence>
<xsd:element ref="gml:FeatureStyle" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="gml:GraphStyle" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|