<xsd:complexType name="DefaultStylePropertyType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data and the style should be established through this property only.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="gml:_Style" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="about" type="anyURI" use="optional" />
<xsd:attributeGroup ref="gml:AssociationAttributeGroup" />
</xsd:complexType>
|