http://schemas.xmlsoap.org/soap/envelope/
The Envelope Complex Type
Complex Type Envelope
The Envelope type does not allow mixed content. There is no restriction on type derivation.  Allows any attributes from other namespaces (lax validation).
 CollapseClick here to hide comment XML Instance
<... Allows any attributes from other namespaces (lax validation).>
-Begin Sequence [1...1]
<Header Allows any attributes from other namespaces (lax validation).>Header</Header> [0..1]
<Body Allows any attributes from any namespaces (lax validation).>Body</Body> [1..1]
 Allows any elements from other namespaces (lax validation). [0..*] Allows any elements from other namespaces (lax validation). [0..*]
End Sequence
</...>
 Collapse Attributes
Name Type Summary
Allows any attributes from other namespaces (lax validation).
 Collapse XML
-<xs:complexType  name="Envelope">
-<xs:sequence>
<xs:element  minOccurs="0"  ref="tns:Header" />
<xs:element  minOccurs="1"  ref="tns:Body" />
<xs:any  maxOccurs="unbounded"  minOccurs="0"  namespace="##other"  processContents="lax" />
</xs:sequence>
<xs:anyAttribute  namespace="##other"  processContents="lax" />
</xs:complexType>
 Collapse Uses
 Collapse Element (2)
Body  Header 
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by XSDdoc 2.0 ©