gmd:MD_Keywords_Type

Keywords, their type and reference source

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Element gmd:MD_Keywords

Source

<xs:complexType name="MD_Keywords_Type">
  <xs:annotation>
    <xs:documentation>Keywords, their type and reference source</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="keyword" type="gco:CharacterString_PropertyType" maxOccurs="unbounded"/>
        <xs:element name="type" type="gmd:MD_KeywordTypeCode_PropertyType" minOccurs="0"/>
        <xs:element name="thesaurusName" type="gmd:CI_Citation_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>