Definition Type: Element
Name: RegisterPublisher
Namespace: http://docs.oasis-open.org/wsn/br-2
Containing Schema: br-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InitialTerminationTime 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 RegisterPublisher in schema br-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="RegisterPublisher" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PublisherReference" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="1" />
            <xsd:element name="Topic" type="wsn-b:TopicExpressionType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="Demand" type="xsd:boolean" default="false" minOccurs="0" maxOccurs="1" />
            <xsd:element name="InitialTerminationTime" type="xsd:dateTime" minOccurs="0" maxOccurs="1" />
            <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </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 0 1
InitialTerminationTime wsn-br:InitialTerminationTime 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded