http://www.w3.org/2003/05/soap-envelope
Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
Complex Type
Header
The Header type does not allow mixed content.
There is no restriction on type derivation.
Allows any attributes from other namespaces (lax validation).
 XML Instance |
<...  > ![Allows any elements from any namespaces (lax validation). [0..*]](../../img/any.gif) Allows any elements from any namespaces (lax validation). [0..*] </...>
|
Attributes |
| Name |
Type |
Summary |
| Allows any attributes from other namespaces (lax validation). |
|
XML |
-<xs:complexType name="Header">
<xs:documentation>
Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
</xs:documentation>
</xs:annotation>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|
Uses |
|
|
Used-By |
Element (1)
|