Definition Type: Group
Name: AgreementAndEffectiveDates.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-0.xsd
Documentation:
A model group defining agreement and effective dates.
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-business-events-5-0_xsd Drilldown into agreementDate in schema fpml-business-events-5-0_xsdXSD Diagram of AgreementAndEffectiveDates.model in schema fpml-business-events-5-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AgreementAndEffectiveDates.model">
    <xsd:annotation>
        <xsd:documentation>A model group defining agreement and effective dates.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="agreementDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation>The date on which the change was agreed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation>The date on which the change become effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
agreementDate nsA:agreementDate (1) (1)
effectiveDate nsA:effectiveDate (1) (1)