complexType DefaultStylePropertyType
diagram index_p750.png
namespace http://www.opengis.net/gml
children gml:_Style
used by
element defaultStyle
attributes
Name  Type  Use  Default  Fixed  annotation
aboutxs:anyURIoptional      
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
annotation
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.
source <xs:complexType name="DefaultStylePropertyType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="gml:_Style" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="about" type="anyURI" use="optional"/>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>

attribute DefaultStylePropertyType/@about
type xs:anyURI
properties
isRef 0
use optional
source <xs:attribute name="about" type="anyURI" use="optional"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy