complexType BaseStyleDescriptorType
diagram index_p747.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractGMLType
properties
base gml:AbstractGMLType
children gml:metaDataProperty gml:description gml:name gml:spatialResolution gml:styleVariation smil20:animate smil20:animateMotion smil20:animateColor smil20:set
used by
complexTypes GeometryStyleType GraphStyleType LabelStyleType TopologyStyleType
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
Base complex type for geometry, topology, label and graph styles.
source <xs:complexType name="BaseStyleDescriptorType">
 
<xs:annotation>
   
<xs:documentation>Base complex type for geometry, topology, label and graph styles.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractGMLType">
     
<xs:sequence>
       
<xs:element name="spatialResolution" type="gml:ScaleType" minOccurs="0"/>
       
<xs:element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="smil20:animate" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="smil20:animateMotion" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="smil20:animateColor" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="smil20:set" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element BaseStyleDescriptorType/spatialResolution
diagram index_p748.png
namespace http://www.opengis.net/gml
type gml:ScaleType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="spatialResolution" type="gml:ScaleType" minOccurs="0"/>

element BaseStyleDescriptorType/styleVariation
diagram index_p749.png
namespace http://www.opengis.net/gml
type gml:StyleVariationType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
stylePropertyxs:stringrequired      
featurePropertyRangexs:stringoptional      
source <xs:element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded"/>


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