Definition Type: ComplexType
Name: CollateralValueAllocation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema fpml-shared-5-10_xsd Drilldown into type in schema fpml-shared-5-10_xsdXSD Diagram of CollateralValueAllocation in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CollateralValueAllocation">
    <xsd:sequence>
        <xsd:element name="type" type="CollateralValueAllocationEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of allocation e.g. Full or ExcessOverMargin</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="value" type="Money" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsA:type (1) (1)
value nsA:value (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:collateralValueAllocation