Definition Type: ComplexType
Name: ReferenceGroupType
Namespace: http://www.opengis.net/ows/1.1
Type: ows:BasicIdentificationType
Containing Schema: owsManifest.xsd
Abstract
Documentation:
Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group.
Collapse XSD Schema Diagram:
Drilldown into AbstractReferenceBase in schema owsmanifest_xsd Drilldown into Metadata in schema owscommon_xsd Drilldown into Identifier in schema owsdataidentification_xsd Drilldown into Keywords in schema ows19115subset_xsd Drilldown into Abstract in schema ows19115subset_xsd Drilldown into Title in schema ows19115subset_xsd Drilldown into DescriptionType in schema owsdataidentification_xsd Drilldown into BasicIdentificationType in schema owsdataidentification_xsdXSD Diagram of ReferenceGroupType in schema owsmanifest_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="ReferenceGroupType">
    <annotation>
        <documentation>Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group. </documentation>
    </annotation>
    <complexContent>
        <extension base="ows:BasicIdentificationType">
            <sequence>
                <element ref="ows:AbstractReferenceBase" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title ows:Title 0 unbounded
Abstract ows:Abstract 0 unbounded
Keywords ows:Keywords 0 unbounded
Identifier ows:Identifier 0 (1)
Metadata ows:Metadata 0 unbounded
AbstractReferenceBase ows:AbstractReferenceBase (1) unbounded
Collapse Derivation Tree:
Collapse References:
ows:ReferenceGroup