| Namespace |
http://www.isotc211.org/2005/gmd |
|
Annotations
|
Information describing metadata extensions. |
|
|
Diagram
|
|
| Type |
extension of gco:AbstractObject_Type |
| Type hierarchy |
|
|
Used by
|
|
| Model |
gmd:extensionOnLineResource{0,1} , gmd:extendedElementInformation* |
| Children |
gmd:extendedElementInformation, gmd:extensionOnLineResource |
|
Attributes
|
| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| id |
xs:ID |
|
|
optional |
|
| uuid |
xs:string |
|
|
optional |
|
|
|
Source
|
<xs:complexType name="MD_MetadataExtensionInformation_Type">
<xs:annotation>
<xs:documentation>Information describing metadata extensions.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="extensionOnLineResource" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0"/>
<xs:element name="extendedElementInformation" type="gmd:MD_ExtendedElementInformation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |
|
| Schema location |
http://schemas.opengis.net/iso/19139/20070417/gmd/metadataExtension.xsd |