Definition Type: ComplexType
Name: SecurityHeaderType
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
This complexType defines header block to use for security-relevant data directed at a specific SOAP actor.
Collapse XSD Schema Diagram:
XSD Diagram of SecurityHeaderType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="SecurityHeaderType">
    <xsd:annotation>
        <xsd:documentation>This complexType defines header block to use for security-relevant data directed at a specific SOAP actor.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>The use of "any" is to allow extensibility and different forms of security data.</xsd:documentation>
            </xsd:annotation>
        </xsd:any>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:Security