gmd:MD_Medium_Type

Information about the media on which the data can 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_Medium

Source

<xs:complexType name="MD_Medium_Type">
  <xs:annotation>
    <xs:documentation>Information about the media on which the data can be distributed</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="name" type="gmd:MD_MediumNameCode_PropertyType" minOccurs="0"/>
        <xs:element name="density" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="densityUnits" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="volumes" type="gco:Integer_PropertyType" minOccurs="0"/>
        <xs:element name="mediumFormat" type="gmd:MD_MediumFormatCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="mediumNote" type="gco:CharacterString_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>