XML Schema Documentation

Complex Type: ResourceLength

[Table of contents]

Super-types: None
Sub-types: None
Name ResourceLength
Used by (from the same schema document) Complex Type Resource
Abstract no
Documentation The type that indicates the length of the resource.
XML Instance Representation
<...>
<lengthUnit> LengthUnitEnum </lengthUnit> [1]

'The length unit of the resource. For example, pages (pdf, text documents) or time (audio, video files).'

<lengthValue> xsd:decimal </lengthValue> [1]

'The length value of the resource.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ResourceLength">
<xsd:sequence>
<xsd:element name="lengthUnit" type=" LengthUnitEnum "/>
<xsd:element name="lengthValue" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>