Definition Type: ComplexType
Name: EncryptedHeaderType
Namespace: http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd
Containing Schema: oasis-wss-wssecurity-secext-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EncryptedData in schema xenc-schema_xsd Drilldown into relay in schema w3_org-200305-soap-envelope_xsd Drilldown into role in schema w3_org-200305-soap-envelope_xsd Drilldown into mustUnderstand in schema w3_org-200305-soap-envelope_xsd Drilldown into actor in schema schemas_xmlsoap_org-soap-envelope_xsd Drilldown into mustUnderstand in schema schemas_xmlsoap_org-soap-envelope_xsd Drilldown into Id in schema oasis-200401-wss-wssecurity-utility-1_0_xsdXSD Diagram of EncryptedHeaderType in schema oasis-wss-wssecurity-secext-1_1_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xs:complexType name="EncryptedHeaderType">
    <xs:sequence>
        <xs:element ref="xenc:EncryptedData" />
    </xs:sequence>
    <xs:attribute ref="wsu:Id" use="optional" />
    <xs:attribute ref="soap11:mustUnderstand" use="optional" />
    <xs:attribute ref="soap11:actor" use="optional" />
    <xs:attribute ref="soap12:mustUnderstand" use="optional" />
    <xs:attribute ref="soap12:role" use="optional" />
    <xs:attribute ref="soap12:relay" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EncryptedData xenc:EncryptedData (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id Optional
mustUnderstand soap11:mustUnderstand Optional
actor soap11:actor Optional
mustUnderstand soap12:mustUnderstand Optional
role soap12:role Optional
relay soap12:relay Optional
Collapse Derivation Tree:
Collapse References:
tns:EncryptedHeader