Definition Type: ComplexType
Name: Envelope
Namespace: http://www.w3.org/2003/05/soap-envelope
Containing Schema: w3.org-200305-soap-envelope.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Body in schema w3_org-200305-soap-envelope_xsd Drilldown into Header in schema w3_org-200305-soap-envelope_xsdXSD Diagram of Envelope in schema w3_org-200305-soap-envelope_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xs:complexType name="Envelope">
    <xs:sequence>
        <xs:element minOccurs="0" ref="tns:Header" />
        <xs:element minOccurs="1" ref="tns:Body" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header soap12:Header 0 (1)
Body soap12:Body 1 (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
soap12:Envelope