Definition Type: ComplexType
Name: ProblemActionType
Namespace: http://www.w3.org/2005/08/addressing
Containing Schema: ws-addr.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SoapAction in schema ws-addr_xsd Drilldown into Action in schema ws-addr_xsdXSD Diagram of ProblemActionType in schema ws-addr_xsd (OASIS Web Services Secure Exchange (WS-SX) TC)
Collapse XSD Schema Code:
<xs:complexType name="ProblemActionType" mixed="false">
    <xs:sequence>
        <xs:element ref="tns:Action" minOccurs="0" />
        <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Action wsa:Action 0 (1)
SoapAction wsa:SoapAction 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsa:ProblemAction