<xsd:complexType name="ServiceProcessingEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that can be used to describe a stage or step in processing provided by a service, for example processing completed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="serviceProcessingEventScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/service-processing-event" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|