<xs:complexType name="QualifiedExtentValueType">
<xs:annotation>
<xs:appinfo xml:lang="en">Type used to model the attributes of the ddms:extent element.</xs:appinfo>
</xs:annotation>
<xs:attribute name="qualifier" type="xs:anyURI">
<xs:annotation>
<xs:appinfo xml:lang="en">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".</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value" type="simpleTokenType">
<xs:annotation>
<xs:appinfo xml:lang="en">A related data size, compression rate, or pixel size (etc.) of the resource.</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|