Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gmd:MD_Medium_Type / gmd:name
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index796.tmp#id994 index797.tmp#id1441
Type gmd:MD_MediumNameCode_PropertyType
Properties
content: complex
minOccurs: 0
Model gmd:MD_MediumNameCode
Children gmd:MD_MediumNameCode
Instance
<gmd:name gco:nilReason="">
  <gmd:MD_MediumNameCode codeList="" codeListValue="" codeSpace="">{1,1}</gmd:MD_MediumNameCode>
</gmd:name>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="name" type="gmd:MD_MediumNameCode_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Element gmd:MD_Medium_Type / gmd:density
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index240.tmp#id1034 index241.tmp#id1033
Type gco:Real_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gco:Real
Children gco:Real
Instance
<gmd:density gco:nilReason="">
  <gco:Real>{1,1}</gco:Real>
</gmd:density>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="density" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Element gmd:MD_Medium_Type / gmd:densityUnits
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:densityUnits gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:densityUnits>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="densityUnits" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Element gmd:MD_Medium_Type / gmd:volumes
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index490.tmp#id1348 index514.tmp#id1347
Type gco:Integer_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:Integer
Children gco:Integer
Instance
<gmd:volumes gco:nilReason="">
  <gco:Integer>{1,1}</gco:Integer>
</gmd:volumes>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="volumes" type="gco:Integer_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Element gmd:MD_Medium_Type / gmd:mediumFormat
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index807.tmp#id993 index1276.tmp#id1446
Type gmd:MD_MediumFormatCode_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gmd:MD_MediumFormatCode
Children gmd:MD_MediumFormatCode
Instance
<gmd:mediumFormat gco:nilReason="">
  <gmd:MD_MediumFormatCode codeList="" codeListValue="" codeSpace="">{1,1}</gmd:MD_MediumFormatCode>
</gmd:mediumFormat>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="mediumFormat" type="gmd:MD_MediumFormatCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Element gmd:MD_Medium_Type / gmd:mediumNote
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:mediumNote gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:mediumNote>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="mediumNote" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd
Complex Type gmd:MD_Medium_Type
Namespace http://www.isotc211.org/2005/gmd
Annotations
Information about the media on which the data can be distributed
Diagram
Diagram index28.tmp#id971 index29.tmp#id970 index141.tmp#id1440 index141.tmp#id1442 index141.tmp#id1443 index141.tmp#id1444 index141.tmp#id1445 index141.tmp#id1447
Type extension of gco:AbstractObject_Type
Type hierarchy
Used by
Element gmd:MD_Medium
Model gmd:name{0,1} , gmd:density* , gmd:densityUnits{0,1} , gmd:volumes{0,1} , gmd:mediumFormat* , gmd:mediumNote{0,1}
Children gmd:density, gmd:densityUnits, gmd:mediumFormat, gmd:mediumNote, gmd:name, gmd:volumes
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
uuid xs:string optional
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>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd