Definition Type: ComplexType
Name: SpecifiedCurrency
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-cd-5-10_xsd2 Drilldown into applicable in schema fpml-cd-5-10_xsd2XSD Diagram of SpecifiedCurrency in schema fpml-cd-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SpecifiedCurrency">
    <xsd:sequence>
        <xsd:element name="applicable" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates whether the specified currency provision is applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currency" type="Currency" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
applicable nsD:applicable 0 (1)
currency nsD:currency 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:specifiedCurrency, nsD:specifiedCurrency