Definition Type: ComplexType
Name: ResourceLength
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
The type that indicates the length of the resource.
Collapse XSD Schema Diagram:
Drilldown into lengthValue in schema fpml-shared-5-10_xsd Drilldown into lengthUnit in schema fpml-shared-5-10_xsdXSD Diagram of ResourceLength in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lengthUnit nsA:lengthUnit (1) (1)
lengthValue nsA:lengthValue (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:length