<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> |