Definition Type: ComplexType
Name: SePartsType
Namespace: http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702
Containing Schema: ws-securitypolicy-1.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Attachments in schema ws-securitypolicy-1_2_xsd Drilldown into Header in schema ws-securitypolicy-1_2_xsd Drilldown into Body in schema ws-securitypolicy-1_2_xsdXSD Diagram of SePartsType in schema ws-securitypolicy-1_2_xsd (OASIS Web Services Secure Exchange (WS-SX) TC)
Collapse XSD Schema Code:
<xs:complexType name="SePartsType">
    <xs:sequence>
        <xs:element name="Body" type="tns:EmptyType" minOccurs="0" />
        <xs:element name="Header" type="tns:HeaderType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Attachments" type="tns:EmptyType" minOccurs="0" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Body tns:Body 0 (1)
Header tns:Header 0 unbounded
Attachments tns:Attachments 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##any'
Collapse Derivation Tree:
Collapse References:
tns:EncryptedParts, tns:SignedParts