Definition Type: Group
Name: StandardObjectProperties
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsdXSD Diagram of StandardObjectProperties in schema gml_xsd (National Information Exchange Model (NEIM))
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