Definition Type: ComplexType
Name: DS_DataSet_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: metadataEntity.xsd
Abstract
Documentation:
Identifiable collection of data
Collapse XSD Schema Diagram:
Drilldown into partOf in schema metadataentity_xsd Drilldown into has in schema metadataentity_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 DS_DataSet_Type in schema metadataentity_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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" />
                <!--++++DGIWG proposal for addition++++-->
                <xs:element name="partOf" type="gmd:DS_Aggregate_PropertyType" minOccurs="0" maxOccurs="unbounded" />
                <!--++++End DGIWG proposal++++-->
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
has gmd:has (1) unbounded
partOf gmd:partOf 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:DS_DataSet, gmx:MX_DataSet_Type