Definition Type: ComplexType
Name: Envelope
Namespace: http://www.w3.org/2003/05/soap-envelope
Containing Schema: http://www.w3.org/2003/05/soap-envelope
Abstract
Collapse XSD Schema Diagram:
Drilldown into Body in schema http___www_w3_org_2003_05_soap-envelope1 Drilldown into Header in schema http___www_w3_org_2003_05_soap-envelope1XSD Diagram of Envelope in schema http___www_w3_org_2003_05_soap-envelope1 (Simple Object Access Protocol (SOAP))
Collapse XSD Schema Code:
<xs:complexType name="Envelope">
    <xs:sequence>
        <xs:element ref="tns:Header" minOccurs="0" />
        <xs:element ref="tns:Body" minOccurs="1" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header tns:Header 0 (1)
Body tns:Body 1 (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
tns:Envelope