Definition Type: Group
Name: StandardObjectProperties
Namespace: http://www.opengis.net/gml
Containing Schema: gmlBase.xsd
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.
Collapse XSD Schema Diagram:
Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsdXSD Diagram of StandardObjectProperties in schema gmlbase_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="StandardObjectProperties">
    <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.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
        <element ref="gml:description" minOccurs="0" />
        <element ref="gml:name" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <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.</documentation>
            </annotation>
        </element>
    </sequence>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded