<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> |