Definition Type: Element
Name: PublisherRegistrationRP
Namespace: http://docs.oasis-open.org/wsn/br-2
Containing Schema: br-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreationTime in schema br-2_xsd Drilldown into Demand in schema br-2_xsd Drilldown into Topic in schema br-2_xsd Drilldown into PublisherReference in schema br-2_xsdXSD Diagram of PublisherRegistrationRP in schema br-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="PublisherRegistrationRP" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="wsn-br:PublisherReference" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="wsn-br:Topic" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="wsn-br:Demand" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="wsn-br:CreationTime" minOccurs="0" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublisherReference wsn-br:PublisherReference 0 1
Topic wsn-br:Topic 0 unbounded
Demand wsn-br:Demand 1 1
CreationTime wsn-br:CreationTime 0 1