Definition Type: Element
Name: RequestProcessingNotification
Namespace: http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd
Containing Schema: wsdm-mows.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StateInformation in schema wsdm-mows_xsd Drilldown into Reply in schema wsdm-mows_xsd Drilldown into Request in schema wsdm-mows_xsd Drilldown into CurrentTime in schema wsdm-mows_xsdXSD Diagram of RequestProcessingNotification in schema wsdm-mows_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:element name="RequestProcessingNotification">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Request" type="mows-xs:MessageInformationType" minOccurs="0" />
            <xs:element name="Reply" type="mows-xs:MessageInformationType" minOccurs="0" />
            <xs:element name="StateInformation" type="mows-xs:RequestProcessingStateInformationType" />
            <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
        </xs:sequence>
        <xs:attribute name="CurrentTime" type="xs:dateTime" use="required" />
        <xs:anyAttribute namespace="##any" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Request mows-xs:Request 0 (1)
Reply mows-xs:Reply 0 (1)
StateInformation mows-xs:StateInformation (1) (1)
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
CurrentTime mows-xs:CurrentTime Required
<anyAttribute> Allowed namespace: '##any'