Definition Type: ComplexType
Name: ContractIncreasedCancelled
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:NotificationMessage
Containing Schema: fpml-contract-notification-5-0.xsd
Abstract False
Documentation:
A Notification that an Increase event is cancelled.
Collapse XSD Schema Diagram:
Drilldown into party Drilldown into increase Drilldown into contractReference Drilldown into validation Drilldown into header Drilldown into actualBuild Drilldown into expectedBuild Drilldown into fpmlVersion Drilldown into Document Drilldown into Message Drilldown into NotificationMessageXSD Diagram of ContractIncreasedCancelled
Collapse XSD Schema Code:
<xsd:complexType name="ContractIncreasedCancelled">
    <xsd:annotation>
        <xsd:documentation>A Notification that an Increase event is cancelled.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NotificationMessage">
            <xsd:sequence>
                <xsd:element name="contractReference" type="ContractReference">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Reference to the contract affected by the cancellation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="increase" type="ChangeContractSize" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Details of the Increase being cancelled.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="party" type="Party" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identification of the Parties to this Contract.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header fpml:header (1) (1)
validation fpml:validation 0 unbounded
contractReference fpml:contractReference (1) (1)
increase fpml:increase 0 (1)
party fpml:party (1) unbounded
<xs:group> fpml:Validation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion fpml:fpmlVersion Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:contractIncreasedCancelled
Collapse Comments:
blog comments powered by Disqus