Definition Type: Element
Name: PublisherRegistrationRP
Namespace: http://docs.oasis-open.org/wsn/br-2
Containing Schema: br-2.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into CreationTime Drilldown into Demand Drilldown into Topic Drilldown into PublisherReferenceXSD Diagram of PublisherRegistrationRP
Collapse XSD Schema Code:
<xsd:element name="PublisherRegistrationRP">
    <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
Collapse Comments:
blog comments powered by Disqus