Definition Type: ComplexType
Name: GenericDimension
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
A generic (user defined) dimension, e.g. for use in a correlation surface. e.g. a currency, stock, etc. This would take values like USD, GBP, JPY, or IBM, MSFT, etc.
Collapse XSD Schema Diagram:
Drilldown into href in schema fpml-riskdef-4-4_xsd Drilldown into name in schema fpml-riskdef-4-4_xsdXSD Diagram of GenericDimension in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GenericDimension">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic (user defined) dimension, e.g. for use in a correlation surface. e.g. a currency, stock, etc. This would take values like USD, GBP, JPY, or IBM, MSFT, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="name" type="xsd:normalizedString" use="required">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The name of the dimension. E.g.: "Currency", "Stock", "Issuer", etc.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="href" type="xsd:IDREF" ecore:reference="Asset" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A reference to an instrument (e.g. currency) that this value represents.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name fpml:name Required
href fpml:href (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:generic