group StandardObjectProperties
diagram index_p86.png
namespace http://www.opengis.net/gml
children gml:metaDataProperty gml:description gml:name
used by
complexType AbstractGMLType
annotation
documentation
This content model group makes it easier to construct types that
      derive from AbstractGMLType and its descendents "by restriction". 
      A reference to the group saves having to enumerate the standard object properties.
source <xs:group name="StandardObjectProperties">
 
<xs:annotation>
   
<xs:documentation>This content model group makes it easier to construct types that
      derive from AbstractGMLType and its descendents "by restriction". 
      A reference to the group saves having to enumerate the standard object properties.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element ref="gml:description" minOccurs="0"/>
   
<xs:element ref="gml:name" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Multiple names may be provided.  These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute.  In an instance document there will usually only be one name per authority.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:group>


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