<xsd:complexType name="BaseStyleDescriptorType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Base complex type for geometry, topology, label and graph styles.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="spatialResolution" type="gml:ScaleType" minOccurs="0" />
<xsd:element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="smil20:animate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="smil20:animateMotion" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="smil20:animateColor" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="smil20:set" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|