Definition Type: ComplexType
Name: ResourceLength
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-credit-event-notification-4-4.xsd
Abstract
Documentation:
The type that indicates the length of the resource.
Collapse XSD Schema Diagram:
Drilldown into lengthValue in schema fpml-credit-event-notification-4-4_xsd Drilldown into lengthUnit in schema fpml-credit-event-notification-4-4_xsdXSD Diagram of ResourceLength in schema fpml-credit-event-notification-4-4_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 fpml:lengthUnit (1) (1)
lengthValue fpml:lengthValue (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:length