ulex:SubscribeNotify
A service provider subscribe notify capabilities.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:SubscribeNotifyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:MatchSubscriptionIndicator [1..1]True if the service provider supports match subscription; false otherwise.
- ulex:IdenticalSearchSubscriptionIndicator [1..1]True if the service provider supports search subscription; false otherwise.
- ulex:SimilarSearchSubscriptionIndicator [1..1]True if the service provider supports search subscription; false otherwise.
- ulex:DataItemSearchSubscriptionIndicator [1..1]True if the service provider supports Data Item search subscription; false otherwise.
- ulex:DataItemRetrievalSubscriptionIndicator [1..1]True if the service provider supports Data Item retrieval subscription; false otherwise.
- wsnt:NotificationProducerRP [0..1]Resource Properties for NotificationProducer. For details see section 4.1 NotificationProducer Resource Properties in Web Services Base Notification 1.3 (WS-BaseNotification) OASIS Standard from 1 October 2006.
Attributes
None
Used in
- Type ulex:CapabilitiesType (Element ulex:Capabilities)
Sample instance
<ulex:SubscribeNotify> <ulex:MatchSubscriptionIndicator>false</ulex:MatchSubscriptionIndicator> <ulex:IdenticalSearchSubscriptionIndicator>false</ulex:IdenticalSearchSubscriptionIndicator> <ulex:SimilarSearchSubscriptionIndicator>false</ulex:SimilarSearchSubscriptionIndicator> <ulex:DataItemSearchSubscriptionIndicator>false</ulex:DataItemSearchSubscriptionIndicator> <ulex:DataItemRetrievalSubscriptionIndicator>false</ulex:DataItemRetrievalSubscriptionIndicator> <wsnt:NotificationProducerRP> <wstop:TopicSet> <tns:USBP> <FugitivesAlert wstop:topic="true"/> </tns:USBP> <tns:DHS> <TerroristAlert wstop:topic="true"/> <NoFlyList wstop:topic="true"/> </tns:DHS> <tns:USMS wstop:topic="true"/> </wstop:TopicSet> </wsnt:NotificationProducerRP> </ulex:SubscribeNotify>