<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>
|