Definition Type: ComplexType
Name: BaseFaultType
Namespace: http://docs.oasis-open.org/wsrf/bf-2
Containing Schema: bf-2.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into FaultCause Drilldown into Description Drilldown into ErrorCode Drilldown into Originator Drilldown into TimestampXSD Diagram of BaseFaultType
Collapse XSD Schema Code:
<xsd:complexType name="BaseFaultType">
    <xsd:sequence>
        <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Timestamp" type="xsd:dateTime" minOccurs="1" maxOccurs="1" />
        <xsd:element name="Originator" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ErrorCode" minOccurs="0" maxOccurs="1">
            <xsd:complexType>
                <xsd:complexContent mixed="true">
                    <xsd:extension base="xsd:anyType">
                        <xsd:attribute name="dialect" type="xsd:anyURI" use="required" />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Description" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute ref="xml:lang" use="optional" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="FaultCause" minOccurs="0" maxOccurs="1">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:any namespace="##other" processContents="lax" minOccurs="1" maxOccurs="1" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Timestamp wsrf-bf:Timestamp 1 1
Originator wsrf-bf:Originator 0 1
ErrorCode wsrf-bf:ErrorCode 0 1
Description wsrf-bf:Description 0 unbounded
FaultCause wsrf-bf:FaultCause 0 1
<xs:any> ##other 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
wsrf-bf:BaseFaultwsn-b:InvalidFilterFaultType, wsn-b:InvalidFilterFaultType, wsn-b:InvalidMessageContentExpressionFaultType, wsn-b:InvalidMessageContentExpressionFaultType, wsn-b:InvalidProducerPropertiesExpressionFaultType, wsn-b:InvalidProducerPropertiesExpressionFaultType, wsn-b:InvalidTopicExpressionFaultType, wsn-b:InvalidTopicExpressionFaultType, wsn-b:MultipleTopicsSpecifiedFaultType, wsn-b:MultipleTopicsSpecifiedFaultType, wsn-b:NoCurrentMessageOnTopicFaultType, wsn-b:NoCurrentMessageOnTopicFaultType, wsn-b:NotifyMessageNotSupportedFaultType, wsn-b:NotifyMessageNotSupportedFaultType, wsn-b:PauseFailedFaultType, wsn-b:PauseFailedFaultType, wsn-br:PublisherRegistrationFailedFaultType, wsn-br:PublisherRegistrationRejectedFaultType, wsn-br:ResourceNotDestroyedFaultType, wsn-b:ResumeFailedFaultType, wsn-b:ResumeFailedFaultType, wsn-b:SubscribeCreationFailedFaultType, wsn-b:SubscribeCreationFailedFaultType, wsn-b:TopicExpressionDialectUnknownFaultType, wsn-b:TopicExpressionDialectUnknownFaultType, wsn-b:TopicNotSupportedFaultType, wsn-b:TopicNotSupportedFaultType, wsn-b:UnableToCreatePullPointFaultType, wsn-b:UnableToCreatePullPointFaultType, wsn-b:UnableToDestroyPullPointFaultType, wsn-b:UnableToDestroyPullPointFaultType, wsn-b:UnableToDestroySubscriptionFaultType, wsn-b:UnableToDestroySubscriptionFaultType, wsn-b:UnableToGetMessagesFaultType, wsn-b:UnableToGetMessagesFaultType, wsn-b:UnacceptableInitialTerminationTimeFaultType, wsn-b:UnacceptableInitialTerminationTimeFaultType, wsn-b:UnacceptableTerminationTimeFaultType, wsn-b:UnacceptableTerminationTimeFaultType, wsn-b:UnrecognizedPolicyRequestFaultType, wsn-b:UnrecognizedPolicyRequestFaultType, wsn-b:UnsupportedPolicyRequestFaultType, wsn-b:UnsupportedPolicyRequestFaultType,
Collapse Comments:
blog comments powered by Disqus