Definition Type: ComplexType
Name: Header
Namespace: http://www.w3.org/2003/05/soap-envelope
Containing Schema: http://www.w3.org/2003/05/soap-envelope
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 http___www_w3_org_2003_05_soap-envelope1 (Simple Object Access Protocol (SOAP))
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 namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </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:
tns:Header