Definition Type: ComplexType
Name: KeywordsType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: ows19115subset.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. If the xml:lang attribute is not included in a Keyword element, then no language is specified for that element unless specified by another means. All Keyword elements in the same Keywords element that share the same xml:lang attribute value represent different keywords in that language. 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 ows19115subset_xsd Drilldown into Keyword in schema ows19115subset_xsdXSD Diagram of KeywordsType in schema ows19115subset_xsd (OGC Web Feature Service)
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.
			If the xml:lang attribute is not included in a Keyword element, then no language is specified for that element unless specified by another means.  All Keyword elements in the same Keywords element that share the same xml:lang attribute value represent different keywords in that language. </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="ows:LanguageStringType" 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