Showing:

Diagrams
Instances
Properties
Source
Used by
Element FormatType / Media
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-Globals_xsd_Element_mimeType.tmp#mimeType DDMS-Globals_xsd_Element_extent.tmp#extent DDMS-Globals_xsd_Element_medium.tmp#medium DDMS-Globals_xsd_Complex_Type_MediaType.tmp#MediaType
Type MediaType
Properties
content: complex
Model mimeType , extent{0,1} , medium{0,1}
Children extent, medium, mimeType
Instance
<Media xmlns="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
  <mimeType>{1,1}</mimeType>
  <extent qualifier="" value="">{0,1}</extent>
  <medium>{0,1}</medium>
</Media>
Source
<xs:element name="Media" type="MediaType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Container item for holding media info.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Schema location DDMS-Globals.xsd
Complex Type FormatType
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_FormatType.tmp#FormatType_Media
Used by
Element format
Model Media
Children Media
Source
<xs:complexType name="FormatType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Type used to model the ddms:format element.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Media" type="MediaType">
      <xs:annotation>
        <xs:appinfo>
          <mdr:definition>Container item for holding media info.</mdr:definition>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location DDMS-Globals.xsd