| Namespace |
http://www.isotc211.org/2005/gmd |
|
Annotations
|
Keywords, their type and reference source |
|
|
Diagram
|
|
| Type |
extension of gco:AbstractObject_Type |
| Type hierarchy |
|
|
Used by
|
|
| Model |
gmd:keyword+ , gmd:type{0,1} , gmd:thesaurusName{0,1} |
| Children |
gmd:keyword, gmd:thesaurusName, gmd:type |
|
Attributes
|
| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| id |
xs:ID |
|
|
optional |
|
| uuid |
xs:string |
|
|
optional |
|
|
|
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> |
|
| Schema location |
http://schemas.opengis.net/iso/19139/20070417/gmd/identification.xsd |