Definition Type: ComplexType
Name: Cash
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:IdentifiedAsset
Containing Schema: fpml-asset-5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-asset-5-0_xsd1 Drilldown into description in schema fpml-asset-5-0_xsd1 Drilldown into instrumentId in schema fpml-asset-5-0_xsd1 Drilldown into id in schema fpml-asset-5-0_xsd1 Drilldown into Asset in schema fpml-asset-5-0_xsd1 Drilldown into IdentifiedAsset in schema fpml-asset-5-0_xsd1XSD Diagram of Cash in schema fpml-asset-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Cash">
    <xsd:complexContent>
        <xsd:extension base="IdentifiedAsset">
            <xsd:sequence>
                <xsd:element name="currency" type="Currency" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId nsB:instrumentId 0 unbounded
description nsB:description 0 (1)
currency nsB:currency 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:cash