http://schemas.xmlsoap.org/soap/envelope/
The Body Complex Type
Complex Type Body
The Body type does not allow mixed content. There is no restriction on type derivation.  Allows any attributes from any namespaces (lax validation).
 CollapseClick here to hide comment XML Instance
<... Allows any attributes from any namespaces (lax validation).>
 Allows any elements from any namespaces (lax validation). [0..*] Allows any elements from any namespaces (lax validation). [0..*]
</...>
 Collapse Attributes
Name Type Summary
Allows any attributes from any namespaces (lax validation).
 Collapse XML
-<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:annotation>
<xs:documentation> Prose in the spec does not specify that attributes are allowed on the Body element </xs:documentation>
</xs:annotation>
</xs:anyAttribute>
</xs:complexType>
 Collapse Uses
 
 Collapse Used-By
 Collapse Element (1)
Body 
 
Generated by XSDdoc 2.0 ©