Definition Type: ComplexType
Name: BasicIdentificationType
Namespace: http://www.opengis.net/ows/1.1
Type: ows:DescriptionType
Containing Schema: owsDataIdentification.xsd
Abstract
Documentation:
Basic metadata identifying and describing a set of data.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of BasicIdentificationType in schema owsdataidentification_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="BasicIdentificationType">
    <annotation>
        <documentation>Basic metadata identifying and describing a set of data. </documentation>
    </annotation>
    <complexContent>
        <extension base="ows:DescriptionType">
            <sequence>
                <element ref="ows:Identifier" minOccurs="0">
                    <annotation>
                        <documentation>Optional unique identifier or name of this dataset. </documentation>
                    </annotation>
                </element>
                <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service. </documentation>
                    </annotation>
                </element>
            </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
Collapse Derivation Tree:
Collapse References:
ows:IdentificationType, ows:ManifestType, ows:ReferenceGroupType