Definition Type: ComplexType
Name: Header
Namespace: http://www.w3.org/2003/05/soap-envelope
Containing Schema: w3.org-200305-soap-envelope.xsd
Abstract
Documentation:
Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
Collapse XSD Schema Diagram:
XSD Diagram of Header in schema w3_org-200305-soap-envelope_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xs:complexType name="Header">
    <xs:annotation>
        <xs:documentation>
	  Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
	  </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" 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: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
soap12:Header