Definition Type: ComplexType
Name: Envelope
Namespace: http://schemas.xmlsoap.org/soap/envelope/
Containing Schema: schemas.xmlsoap.org-soap-envelope.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Body in schema schemas_xmlsoap_org-soap-envelope_xsd Drilldown into Header in schema schemas_xmlsoap_org-soap-envelope_xsdXSD Diagram of Envelope in schema schemas_xmlsoap_org-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:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header soap11:Header 0 (1)
Body soap11:Body 1 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
soap11:Envelope