wsa.xsd 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Legal Disclaimer
  4. The presentation, distribution or other dissemination of the information
  5. contained in this document is not a license, either expressly or impliedly,
  6. to any intellectual property owned or controlled by BEA or IBM or Microsoft
  7. and\or any other third party. BEA and IBM and Microsoft and\or any other
  8. third party may have patents, patent applications, trademarks, copyrights,
  9. or other intellectual property rights covering subject matter in this
  10. document. The furnishing of this document does not give you any license
  11. to BEA's and IBM's and Microsoft's or any other third party's patents,
  12. trademarks, copyrights, or other intellectual property.
  13. This document and the information contained herein is provided on an "AS IS"
  14. basis and to the maximum extent permitted by applicable law, BEA and IBM
  15. and Microsoft provide the document AS IS AND WITH ALL FAULTS, and hereby
  16. disclaims all other warranties and conditions, either express, implied or
  17. statutory, including, but not limited to, any (if any) implied warranties,
  18. duties or conditions of merchantability, of fitness for a particular
  19. purpose, of accuracy or completeness of responses, of results, of
  20. workmanlike effort, of lack of viruses, and of lack of negligence, all with
  21. regard to the document. ALSO, THERE IS NO WARRANTY OR CONDITION OF
  22. TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR
  23. NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS WITH REGARD TO THE
  24. DOCUMENT.
  25. IN NO EVENT WILL BEA or IBM or MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE
  26. COST OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE,
  27. LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR SPECIAL
  28. DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY
  29. WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS DOCUMENT, WHETHER OR
  30. NOT SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
  31. Copyright Notice
  32. Copyright 2003,2004 BEA Systems Inc. and IBM Corporation and Microsoft Corporation. All rights reserved.
  33. -->
  34. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  35. xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
  36. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  37. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  38. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  39. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  40. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  41. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  42. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  43. targetNamespace="http://schemas.xmlsoap.org/ws/2004/03/addressing"
  44. elementFormDefault="qualified"
  45. blockDefault="#all"
  46. vc:minVersion="1.1"><!-- //////////////////// WS-Addressing //////////////////// --><!-- Endpoint reference -->
  47. <xs:element name="EndpointReference"
  48. type="wsa:EndpointReferenceType"
  49. id="___d15e122089-1_EndpointRe"/>
  50. <xs:complexType name="EndpointReferenceType" id="___d15e122090-1_EndpointRe">
  51. <xs:sequence id="___d15e122091-1">
  52. <xs:element name="Address"
  53. type="wsa:AttributedURI"
  54. id="___d15e122092-1_Address"/>
  55. <xs:element name="ReferenceProperties"
  56. type="wsa:ReferencePropertiesType"
  57. minOccurs="0"
  58. id="___d15e122093-1_ReferenceP"/>
  59. <xs:element name="PortType"
  60. type="wsa:AttributedQName"
  61. minOccurs="0"
  62. id="___d15e122094-1_PortType"/>
  63. <xs:element name="ServiceName"
  64. type="wsa:ServiceNameType"
  65. minOccurs="0"
  66. id="___d15e122095-1_ServiceNam"/>
  67. <xs:any namespace="##other"
  68. processContents="lax"
  69. minOccurs="0"
  70. maxOccurs="unbounded">
  71. <xs:annotation>
  72. <xs:documentation>
  73. If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements).
  74. </xs:documentation>
  75. </xs:annotation>
  76. </xs:any>
  77. </xs:sequence>
  78. <xs:anyAttribute namespace="##other" processContents="lax"/>
  79. </xs:complexType>
  80. <xs:complexType name="ReferencePropertiesType" id="___d15e122101-1_ReferenceP">
  81. <xs:sequence id="___d15e122102-1">
  82. <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  83. </xs:sequence>
  84. </xs:complexType>
  85. <xs:complexType name="ServiceNameType" id="___d15e122104-1_ServiceNam">
  86. <xs:simpleContent>
  87. <xs:extension base="xs:QName" id="___d15e122106-1">
  88. <xs:attribute name="PortName" type="xs:NCName" id="___d15e122107-1_PortName"/>
  89. <xs:anyAttribute namespace="##other" processContents="lax"/>
  90. </xs:extension>
  91. </xs:simpleContent>
  92. </xs:complexType>
  93. <!-- Message information header blocks -->
  94. <xs:element name="MessageID"
  95. type="wsa:AttributedURI"
  96. id="___d15e122110-1_MessageID"/>
  97. <xs:element name="RelatesTo"
  98. type="wsa:Relationship"
  99. id="___d15e122111-1_RelatesTo"/>
  100. <xs:element name="To" type="wsa:AttributedURI" id="___d15e122112-1_To"/>
  101. <xs:element name="Action" type="wsa:AttributedURI" id="___d15e122113-1_Action"/>
  102. <xs:element name="From"
  103. type="wsa:EndpointReferenceType"
  104. id="___d15e122115-1_From"/>
  105. <xs:element name="ReplyTo"
  106. type="wsa:EndpointReferenceType"
  107. id="___d15e122116-1_ReplyTo"/>
  108. <xs:element name="FaultTo"
  109. type="wsa:EndpointReferenceType"
  110. id="___d15e122117-1_FaultTo"/>
  111. <xs:complexType name="Relationship" id="___d15e122118-1_Relationsh">
  112. <xs:simpleContent>
  113. <xs:extension base="xs:anyURI" id="___d15e122120-1">
  114. <xs:attribute name="RelationshipType"
  115. type="xs:QName"
  116. use="optional"
  117. id="___d15e122121-1_Relationsh"/>
  118. <xs:anyAttribute namespace="##other" processContents="lax"/>
  119. </xs:extension>
  120. </xs:simpleContent>
  121. </xs:complexType>
  122. <xs:simpleType name="RelationshipTypeValues" id="___d15e122123-1_Relationsh">
  123. <xs:restriction base="xs:QName">
  124. <xs:enumeration value="wsa:Reply"/>
  125. </xs:restriction>
  126. </xs:simpleType>
  127. <xs:element name="ReplyAfter" id="___d15e122126-1_ReplyAfter"/>
  128. <xs:complexType name="ReplyAfterType" id="___d15e122127-1_ReplyAfter">
  129. <xs:simpleContent>
  130. <xs:extension base="xs:nonNegativeInteger" id="___d15e122129-1">
  131. <xs:anyAttribute namespace="##other"/>
  132. </xs:extension>
  133. </xs:simpleContent>
  134. </xs:complexType>
  135. <xs:simpleType name="FaultSubcodeValues" id="___d15e122131-1_FaultSubco">
  136. <xs:restriction base="xs:QName">
  137. <xs:enumeration value="wsa:InvalidMessageInformationHeader"/>
  138. <xs:enumeration value="wsa:MessageInformationHeaderRequired"/>
  139. <xs:enumeration value="wsa:DestinationUnreachable"/>
  140. <xs:enumeration value="wsa:ActionNotSupported"/>
  141. <xs:enumeration value="wsa:EndpointUnavailable"/>
  142. </xs:restriction>
  143. </xs:simpleType>
  144. <xs:attribute name="Action" type="xs:anyURI" id="___d15e122138-1_Action"/>
  145. <!-- Common declarations and definitions -->
  146. <xs:complexType name="AttributedQName" id="___d15e122140-1_Attributed">
  147. <xs:simpleContent>
  148. <xs:extension base="xs:QName" id="___d15e122142-1">
  149. <xs:anyAttribute namespace="##other" processContents="lax"/>
  150. </xs:extension>
  151. </xs:simpleContent>
  152. </xs:complexType>
  153. <xs:complexType name="AttributedURI" id="___d15e122145-1_Attributed">
  154. <xs:simpleContent>
  155. <xs:extension base="xs:anyURI" id="___d15e122147-1">
  156. <xs:anyAttribute namespace="##other" processContents="lax"/>
  157. </xs:extension>
  158. </xs:simpleContent>
  159. </xs:complexType>
  160. </xs:schema>