Definition Type: ComplexType
Name: DescriptionType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.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.
Collapse XSD Schema Diagram:
Drilldown into Keywords in schema ows_xsd Drilldown into Abstract in schema ows_xsd Drilldown into Title in schema ows_xsdXSD Diagram of DescriptionType in schema ows_xsd (National Information Exchange Model (NEIM))
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. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:Title" minOccurs="0" />
        <element ref="ows:Abstract" minOccurs="0" />
        <element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title ows:Title 0 (1)
Abstract ows:Abstract 0 (1)
Keywords ows:Keywords 0 unbounded
Collapse Derivation Tree:
Collapse References:
ows:IdentificationType, ows:ServiceIdentification