Definition Type: ComplexType
Name: Header
Namespace: http://schemas.xmlsoap.org/soap/envelope/
Containing Schema: SoapEnvelope.xsd
Abstract
Collapse XSD Schema Diagram:
XSD Diagram of Header in schema soapenvelope_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xs:complexType name="Header">
    <xs:sequence>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
tns:Header