<xsd:complexType name="TopologyStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:BaseStyleDescriptorType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="gml:symbol" />
<xsd:element name="style" type="string" />
</xsd:choice>
<xsd:element ref="gml:LabelStyle" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="topologyProperty" type="string" />
<xsd:attribute name="topologyType" type="string" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|