Definition Type: ComplexType
Name: AbstractDS_Aggregate_Type
Namespace: http://www.isotc211.org/2005/gmd
Type: gco:AbstractObject_Type
Containing Schema: metadataApplication.xsd
Abstract True
Documentation:
Identifiable collection of datasets
Collapse XSD Schema Diagram:
Drilldown into superset in schema metadataapplication_xsd Drilldown into subset in schema metadataapplication_xsd Drilldown into seriesMetadata in schema metadataapplication_xsd Drilldown into composedOf in schema metadataapplication_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of AbstractDS_Aggregate_Type in schema metadataapplication_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="AbstractDS_Aggregate_Type" abstract="true">
    <xs:annotation>
        <xs:documentation>Identifiable collection of datasets</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="composedOf" type="gmd:DS_DataSet_PropertyType" maxOccurs="unbounded" />
                <xs:element name="seriesMetadata" type="gmd:MD_Metadata_PropertyType" maxOccurs="unbounded" />
                <xs:element name="subset" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="superset" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
composedOf gmd:composedOf (1) unbounded
seriesMetadata gmd:seriesMetadata (1) unbounded
subset gmd:subset 0 unbounded
superset gmd:superset 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id (Optional)
uuid gco:uuid (Optional)
Collapse Derivation Tree:
Collapse References:
gmd:AbstractDS_Aggregategmd:DS_Initiative_Type, gmd:DS_OtherAggregate_Type, gmd:DS_Series_Type,