Definition Type: ComplexType
Name: Header
Namespace: http://schemas.xmlsoap.org/soap/envelope/
Containing Schema: schemas.xmlsoap.org-soap-envelope.xsd
Abstract
Collapse XSD Schema Diagram:
XSD Diagram of Header in schema schemas_xmlsoap_org-soap-envelope_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xs:complexType name="Header">
    <xs:sequence>
        <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
<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:Header