<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">
<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>
|