Definition Type: Element
Name: NotificationBrokerRP
Namespace: http://docs.oasis-open.org/wsn/br-2
Containing Schema: br-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RequiresRegistration in schema br-2_xsd Drilldown into TopicSet in schema t-1_xsd Drilldown into TopicExpressionDialect in schema b-2_xsd Drilldown into FixedTopicSet in schema b-2_xsd Drilldown into TopicExpression in schema b-2_xsdXSD Diagram of NotificationBrokerRP in schema br-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="NotificationBrokerRP" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType>
        <xsd:sequence>
            <!-- From NotificationProducer -->
            <xsd:element ref="wsn-b:TopicExpression" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="wsn-b:FixedTopicSet" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="wsn-b:TopicExpressionDialect" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="wstop:TopicSet" minOccurs="0" maxOccurs="1" />
            <!-- NotificationBroker specific  -->
            <xsd:element ref="wsn-br:RequiresRegistration" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TopicExpression wsn-b:TopicExpression 0 unbounded
FixedTopicSet wsn-b:FixedTopicSet 0 1
TopicExpressionDialect wsn-b:TopicExpressionDialect 0 unbounded
TopicSet wstop:TopicSet 0 1
RequiresRegistration wsn-br:RequiresRegistration 1 1