Definition Type: Group
Name: StandardDefinitionProperties
Namespace: http://www.opengis.net/gml
Containing Schema: dictionary.xsd
Documentation:
This content model group makes it easier to construct types that derive from DefinitionType and its descendents "by restriction". A reference to the group saves having to enumerate the standard definition properties. See definition of StandardObjectProperties for more documentation
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 StandardDefinitionProperties in schema dictionary_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="StandardDefinitionProperties">
    <annotation>
        <documentation>This content model group makes it easier to construct types that 
      derive from DefinitionType and its descendents "by restriction".  
      A reference to the group saves having to enumerate the standard definition properties. 
      See definition of StandardObjectProperties for more documentation</documentation>
    </annotation>
    <sequence>
        <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
        <element ref="gml:description" minOccurs="0" />
        <element ref="gml:name" maxOccurs="unbounded" />
    </sequence>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded