Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type QualifiedExtentValueType
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_QualifiedExtentValueType.tmp#QualifiedExtentValueType_qualifier DDMS-Globals_xsd_Complex_Type_QualifiedExtentValueType.tmp#QualifiedExtentValueType_value
Used by
Element extent
Attributes
QName Type Fixed Default Use Annotation
qualifier xs:anyURI optional
value xs:string optional
Source
<xs:complexType name="QualifiedExtentValueType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Type used to model the attributes of the ddms:extent element.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:attribute name="qualifier" type="xs:anyURI">
    <xs:annotation>
      <xs:appinfo>
        <mdr:definition>A vocabulary that specifies the type of format extent that will be supplied. The qualifier attribute indicates the type of extent value listed. In the case of data bytes, it may indicate ‘byte size’. In the case of a document length, it may indicate ‘page count’. In the case of streaming content, it may indicate ‘bits per second’ or ‘frames per second’.</mdr:definition>
      </xs:appinfo>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value" type="xs:string">
    <xs:annotation>
      <xs:appinfo>
        <mdr:definition>A related data size, compression rate, or pixel size (etc.) of the resource.</mdr:definition>
      </xs:appinfo>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location DDMS-Globals.xsd
Attribute QualifiedExtentValueType / @qualifier
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type xs:anyURI
Properties
content: simple
Used by
Source
<xs:attribute name="qualifier" type="xs:anyURI">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>A vocabulary that specifies the type of format extent that will be supplied. The qualifier attribute indicates the type of extent value listed. In the case of data bytes, it may indicate ‘byte size’. In the case of a document length, it may indicate ‘page count’. In the case of streaming content, it may indicate ‘bits per second’ or ‘frames per second’.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Schema location DDMS-Globals.xsd
Attribute QualifiedExtentValueType / @value
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="value" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>A related data size, compression rate, or pixel size (etc.) of the resource.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Schema location DDMS-Globals.xsd