Definition Type: ComplexType
Name: KeywordsType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus. For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element.
Collapse XSD Schema Diagram:
Drilldown into Type in schema ows_xsd Drilldown into Keyword in schema ows_xsdXSD Diagram of KeywordsType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="KeywordsType">
    <annotation>
        <documentation>Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus. </documentation>
        <documentation>For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element. </documentation>
    </annotation>
    <sequence>
        <element name="Keyword" type="string" maxOccurs="unbounded" />
        <element name="Type" type="ows:CodeType" minOccurs="0" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Keyword ows:Keyword (1) unbounded
Type ows:Type 0 (1)
Collapse Derivation Tree:
Collapse References:
ows:Keywords