Definition Type: ComplexType
Name: IdentifiedCurrency
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Currency
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
Specifies Currency with ID attribute.
Collapse XSD Schema Diagram:
Drilldown into currencyScheme in schema fpml-shared-4-4_xsd Drilldown into Currency in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsdXSD Diagram of IdentifiedCurrency in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IdentifiedCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies Currency with ID attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Currency">
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currencyScheme fpml:currencyScheme http://www.fpml.org/ext/iso4217-2001-08-15 (Optional)
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:referenceCurrency