wsnt:UnsubscribeResponse
Element information
Namespace: http://docs.oasis-open.org/wsn/b-2
Schema document: oasis-open.org/wsn/b-2/b-2.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:SNMessageMetadata [1..1]Metadata about a ULEX subscription/notification message.
- ulex:ResponseMetadata [1..1]Metadata about the response message. Indicates whether the request resulted in an error or warning or success (ResultCode), provides additional information about the result in cases of error or warning (Advisory). This element is included in all response results.
Attributes
None
Sample instance
<wsnt:UnsubscribeResponse xsi:schemaLocation="http://docs.oasis-open.org/wsn/b-2 ../../xsd/oasis-open.org/wsn/b-2/b-2.xsd"> <ulex:SNMessageMetadata> <ulex:ULEXFrameworkVersionText>2.0</ulex:ULEXFrameworkVersionText> <ulex:ULEXImplementation> <ulex:ULEXImplementationVersionText>4.0</ulex:ULEXImplementationVersionText> <ulex:ULEXImplementationName>LEXS</ulex:ULEXImplementationName> </ulex:ULEXImplementation> <ulex:MessageDateTime>2006-12-17T09:30:47.0Z</ulex:MessageDateTime> <wsa:MessageID>http://www.cjis.fbi.gov/N-DEx/NotificationService/743</wsa:MessageID> <wsa:To>http://www.cjis.fbi.gov/OneDOJ/017</wsa:To> <wsa:From> <wsa:Address>http://www.cjis.fbi.gov/N-DEx/NotificationService/12345</wsa:Address> </wsa:From> <wsa:Action>http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/UnsubscribeResponse</wsa:Action> <wsa:RelatesTo>http://www.cjis.fbi.gov/OneDOJ/414</wsa:RelatesTo> <ulex:MessageOriginMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName> <lexs:SystemID>SysF</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Bob</nc:PersonGivenName> <nc:PersonSurName>Jones</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>404-555-1212</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </ulex:MessageOriginMetadata> <lexs:MessageDestinationIdentifier> <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName> <lexs:SystemID>SysE</lexs:SystemID> </lexs:MessageDestinationIdentifier> </ulex:SNMessageMetadata> <ulex:ResponseMetadata> <ulex:ResultCode>Success</ulex:ResultCode> </ulex:ResponseMetadata> </wsnt:UnsubscribeResponse>