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