diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractStyleType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:featureStyle gml:graphStyle | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StyleType"> <xs:annotation> <xs:documentation>[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractStyleType"> <xs:sequence> <xs:element ref="gml:featureStyle" maxOccurs="unbounded"/> <xs:element ref="gml:graphStyle" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |