| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gco:AbstractObject_Type |
| properties |
| base | gco:AbstractObject_Type | | abstract | true |
|
| children |
gmd:composedOf gmd:seriesMetadata gmd:subset gmd:superset |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Identifiable collection of datasets |
|
| source |
<complexType name="AbstractDS_Aggregate_Type" abstract="true">
<annotation>
<documentation>Identifiable collection of datasets</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="composedOf" type="gmd:DS_DataSet_PropertyType" maxOccurs="unbounded"/>
<element name="seriesMetadata" type="gmd:MD_Metadata_PropertyType" maxOccurs="unbounded"/>
<element name="subset" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="superset" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |