Definition Type: ComplexType
Name: OperationParameterGroupBaseType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGeneralOperationParameterType
Containing Schema: gml.xsd
Abstract True
Documentation:
Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed.
Collapse XSD Schema Diagram:
Drilldown into minimumOccurs in schema gml_xsd Drilldown into groupName in schema gml_xsd Drilldown into minimumOccurs in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into id in schema gml_xsdXSD Diagram of OperationParameterGroupBaseType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="OperationParameterGroupBaseType" abstract="true">
    <annotation>
        <documentation>Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed. </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:AbstractGeneralOperationParameterType">
            <sequence>
                <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:groupName" />
                <element ref="gml:minimumOccurs" minOccurs="0" />
            </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
minimumOccurs gml:minimumOccurs 0 (1)
metaDataProperty gml:metaDataProperty 0 unbounded
groupName gml:groupName (1) (1)
minimumOccurs gml:minimumOccurs 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:OperationParameterGroupType