gmd:DS_DataSet_Type

Identifiable collection of data

Complex Type Information

Model

Children: gmd:has, gmd:partOf

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Element gmd:DS_DataSet

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>