Definition Type: ComplexType
Name: ServiceProcessingStatus
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A type defining the content model for report on the status of the processing by a service. In the future we may wish to provide some kind of scope or other qualification for the event, e.g. the currencies, products, or books to which it applies.
Collapse XSD Schema Diagram:
Drilldown into event in schema fpml-msg-5-10_xsd3 Drilldown into step in schema fpml-msg-5-10_xsd3 Drilldown into cycle in schema fpml-msg-5-10_xsd3XSD Diagram of ServiceProcessingStatus in schema fpml-msg-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ServiceProcessingStatus">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content model for report on the status of the processing by a service. In the future we may wish to provide some kind of scope or other qualification for the event, e.g. the currencies, products, or books to which it applies.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="cycle" type="ServiceProcessingCycle" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The processing cycle or phase that this message describes. For example, EndOfDay or Intraday.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="step" type="ServiceProcessingStep" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The stage within a processing cycle or phase that this message describes. For example, Netting or Valuation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="event" type="ServiceProcessingEvent" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The event that occurred within the cycle or step, for example "Started" or "Completed"..</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cycle nsE:cycle 0 (1)
step nsE:step 0 (1)
event nsE:event 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:processingStatus