Definition Type: ComplexType
Name: MD_Format_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: distribution.xsd
Abstract
Documentation:
Description of the form of the data to be distributed
Collapse XSD Schema Diagram:
Drilldown into formatDistributor in schema distribution_xsd Drilldown into fileDecompressionTechnique in schema distribution_xsd Drilldown into specification in schema distribution_xsd Drilldown into amendmentNumber in schema distribution_xsd Drilldown into version in schema distribution_xsd Drilldown into name in schema distribution_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 MD_Format_Type in schema distribution_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name gmd:name (1) (1)
version gmd:version (1) (1)
amendmentNumber gmd:amendmentNumber 0 (1)
specification gmd:specification 0 (1)
fileDecompressionTechnique gmd:fileDecompressionTechnique 0 (1)
formatDistributor gmd:formatDistributor 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:MD_Format