Definition Type: ComplexType
Name: DescriptionType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDataIdentification.xsd
Abstract
Documentation:
Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.
Collapse XSD Schema Diagram:
Drilldown into Keywords in schema ows19115subset_xsd Drilldown into Abstract in schema ows19115subset_xsd Drilldown into Title in schema ows19115subset_xsdXSD Diagram of DescriptionType in schema owsdataidentification_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="DescriptionType">
    <annotation>
        <documentation>Human-readable descriptive information for the object it is included within.
This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements.
			If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means.  All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:Title" minOccurs="0" maxOccurs="unbounded" />
        <element ref="ows:Abstract" minOccurs="0" maxOccurs="unbounded" />
        <element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</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
Collapse Derivation Tree:
Collapse References:
ows:BasicIdentificationType, ows:DatasetDescriptionSummaryBaseType, ows:ServiceIdentification