2.2.1 PacketRoutable

PacketRoutable is an XML element [XML1.0] that indicates a node is permitted to treat a SOAP message as a SOAP packet. The PacketRoutable element is specified by the following XML schema [W3C-XSD].

  
 <xs:schema
     attributeFormDefault="unqualified"
     elementFormDefault="unqualified"
     targetNamespace="http://schemas.microsoft.com/ws/2005/05/routing"
     xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="PacketRoutable" />
 </xs:schema>