Definition Type: ComplexType
Name: DefinitionType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGMLType
Containing Schema: gml.xsd
Abstract
Documentation:
A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The gml:id attribute is required - it must be possible to reference this definition using this handle.
Collapse XSD Schema Diagram:
Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsdXSD Diagram of DefinitionType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="DefinitionType">
    <annotation>
        <documentation>A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. 
The gml:id attribute is required - it must be possible to reference this definition using this handle.  </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:AbstractGMLType">
            <sequence>
                <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:description" minOccurs="0" />
                <element ref="gml:name" maxOccurs="unbounded" />
            </sequence>
            <attribute ref="gml:id" use="required" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:AbstractCoordinateOperationBaseType, gml:AbstractCoordinateSystemBaseType, gml:AbstractDatumBaseType, gml:AbstractGeneralOperationParameterType, gml:AbstractReferenceSystemBaseType, gmx:ClAlternativeExpression_Type, gmx:CodeAlternativeExpression_Type, gmx:CodeDefinition_Type, gml:CoordinateSystemAxisBaseType, gml:Definition, gml:DictionaryType, gml:EllipsoidBaseType, gml:OperationMethodBaseType, swe:PhenomenonType, gml:PrimeMeridianBaseType, om:ProcedureSystemType, swe:RecordTypeTypegml:UnitDefinitionType,