gmd:MD_Format_Type

Description of the form of the data to be distributed

Complex Type Information

Model

Attributes

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

Used By

Element gmd:MD_Format

Source

<xs:complexType name="MD_Format_Type">
  <xs:annotation>
    <xs:documentation>Description of the form of the data to be distributed</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="name" type="gco:CharacterString_PropertyType"/>
        <xs:element name="version" type="gco:CharacterString_PropertyType"/>
        <xs:element name="amendmentNumber" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="specification" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="fileDecompressionTechnique" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="formatDistributor" type="gmd:MD_Distributor_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>