| Namespace |
http://www.isotc211.org/2005/gmd |
|
Annotations
|
Identifiable collection of data |
|
|
Diagram
|
|
| Type |
extension of gco:AbstractObject_Type |
| Type hierarchy |
|
|
Used by
|
|
| Model |
gmd:has+ , gmd:partOf* |
| Children |
gmd:has, gmd:partOf |
|
Attributes
|
| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| id |
xs:ID |
|
|
optional |
|
| uuid |
xs:string |
|
|
optional |
|
|
|
Source
|
<xs:complexType name="DS_DataSet_Type">
<xs:annotation>
<xs:documentation>Identifiable collection of data</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="has" type="gmd:MD_Metadata_PropertyType" maxOccurs="unbounded"/>
<xs:element name="partOf" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |
|
| Schema location |
http://schemas.opengis.net/iso/19139/20070417/gmd/metadataApplication.xsd |