Definition Type: Group
Name: AssociatedValue.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-valuation-4-4.xsd
Documentation:
An associated value or reference for a scheduled date.
Collapse XSD Schema Diagram:
Drilldown into associatedValueReference in schema fpml-valuation-4-4_xsd Drilldown into associatedValue in schema fpml-valuation-4-4_xsdXSD Diagram of AssociatedValue.model in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AssociatedValue.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An associated value or reference for a scheduled date.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="associatedValue" type="AssetValuation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value that is associated with the scheduled date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="associatedValueReference" type="ValuationReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the value associated with this scheduled date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
associatedValue fpml:associatedValue (1) (1)
associatedValueReference fpml:associatedValueReference (1) (1)