<xsd:complexType name="ResourceLength">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type that indicates the length of the resource.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="lengthUnit" type="LengthUnitEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The length unit of the resource. For example, pages (pdf, text documents) or time (audio, video files).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lengthValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The length value of the resource.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|