Message Properties Schema (Version 1.1)

From Business Process Execution Language for Web Services  [BPEL4WS]
Version 1.1. 31 March 2003.
Copyright (c) 2002, 2003 BEA Systems, International Business Machines
Corporation, Microsoft Corporation, SAP AG, Siebel Systems
Appendix D - XSD Schemas
http://ifr.sap.com/bpel4ws/BPEL%20V1-1%20March%2031%202003.doc
See: http://xml.coverpages.org/ni2003-04-16-a.html
<?xml version='1.0' encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
    targetNamespace="http://schemas.xmlsoap.org/ws/2003/03/business-process/"           
        xmlns:wsbp="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
        elementFormDefault="qualified">
 
    <element name="property">
       <complexType>
          <attribute name="name" type="NCName" use="required"/>
          <attribute name="type" type="QName" use="required"/>
       </complexType>
    </element>

    <element name="propertyAlias">
       <complexType>
          <attribute name="propertyName" type="QName" use="required"/>
          <attribute name="messageType" type="QName" use="required"/>
          <attribute name="part" type="NCName"/>
          <attribute name="query" type="string"/>
       </complexType>
     </element>
</schema>