XML Schema for SOAP envelopes

http://schemas.xmlsoap.org/soap/envelope
complexType Body

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schemas.xmlsoap.org/soap/envelope}Body (restriction)

Model
<...
  {any attribute from any namespace}>
(any element from any namespace)*
</...>


Attribute Summary

Attribute Detail
Implementors
Body

Local Usage
Envelope

Source
<xs:complexType name="Body">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax">
</xs:anyAttribute>
</xs:complexType>

XML Schema for SOAP envelopes

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.