Definition Type: Group
Name: ProcessingIndicator.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-2.xsd
Documentation:
Elements that describe how this document is intended to be processed (in the absence of a full messaging framework).
Collapse XSD Schema Diagram:
Drilldown into isCancellation in schema fpml-doc-5-2_xsd Drilldown into isCorrection in schema fpml-doc-5-2_xsdXSD Diagram of ProcessingIndicator.model in schema fpml-doc-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="ProcessingIndicator.model">
    <xsd:annotation>
        <xsd:documentation>Elements that describe how this document is intended to be processed (in the absence of a full messaging framework).</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="isCorrection" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Indicates if this message corrects an earlier request.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="isCancellation" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Indicates if this message corrects an earlier request.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
isCorrection nsA:isCorrection 0 (1)
isCancellation nsA:isCancellation 0 (1)