ulex:SNMessageMetadata
Metadata about a ULEX subscription/notification message.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:SNMessageMetadataType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:ULEXFrameworkVersionText [1..1]A ULEX framework version used within the document, for example 2.0.
- ulex:ULEXImplementation [1..1]A ULEX implementation version and name used within the document.
- ulex:MessageDateTime [1..1]A date and time when the message was created.
- wsa:MessageID [1..1]An element (whose content is of type xs:anyURI) conveys the [message id] property.
- wsa:To [0..1]An element (whose content is of type xs:anyURI) provides the value for the [destination] property. If this element is NOT present then the value of the [destination] property is "http://www.w3.org/2005/08/addressing/anonymous".
- wsa:From [0..1]An element (of type wsa:EndpointReferenceType) provides the value for the [source endpoint] property.
- wsa:ReplyTo [0..1]An element (of type wsa:EndpointReferenceType) provides the value for the [reply endpoint] property. If this element is NOT present then the value of the [address] property of the [reply endpoint] EPR is "http://www.w3.org/2005/08/addressing/anonymous".
- wsa:FaultTo [0..1]An element (of type wsa:EndpointReferenceType) provides the value for the [fault endpoint] property.
- wsa:Action [0..1]An element (whose content is of type xs:anyURI) conveys the value of the [action] property.
- wsa:RelatesTo [0..*]An element information item contributes one abstract [relationship] property value, in the form of an (IRI, IRI) pair. The content of this element (of type xs:anyURI) conveys the [message id] of the related message.
- lexs:DataSensitivityText [0..1]An information security classification level (e.g., SBU = Sensitive but Unclassified). Note that this is different from dissemination criteria, which is included at the Data Item level.
- ulex:MessageOriginMetadata [1..1]Metadata about an organization and a system where message was originated.
- lexs:MessageDestinationIdentifier [1..*]An identifier that specifies the organization and system to which an SR message is being sent.
- ulex:SNMessageMetadataDomainAttribute [0..*]An SN message metadata domain attribute. For name/value pair attributes use ulex:AttributeName and ulex:AttributeValueText elements. For hierarchical data xsd:any structure should be used.
from type ulex:MessageMetadataAbstractTypefrom subst. group ulex:DataSensitivityAbstractfrom subst. group ulex:MessageDestinationIdentifierAbstractfrom subst. group ulex:SNMessageMetadataExtensionAbstract
Attributes
None
Used in
- Anonymous type of element wsnt:SubscribeResponse
- Anonymous type of element wsnt:Renew
- Anonymous type of element wsnt:RenewResponse
- Anonymous type of element wsnt:Unsubscribe
- Anonymous type of element wsnt:UnsubscribeResponse
- Type ulexsn:MatchSubscriptionNotificationType (Element ulexsn:MatchSubscriptionNotification)
- Type ulexsn:RetrievalSubscriptionNotificationType (Element ulexsn:DataItemRetrievalSubscriptionNotification)
- Type ulexsn:TopicSubscriptionNotificationType (Element ulexsn:TopicSubscriptionNotification)
- Type ulexsn:TopicSubscriptionType (Element ulexsn:TopicSubscription)
- Type ulexsn:DataItemSubscriptionType (Elements ulexsn:DataItemRetrievalSubscription, ulexsn:DataItemSearchSubscription)
- Type ulexsn:SearchSubscriptionNotificationType (Elements ulexsn:DataItemSearchSubscriptionNotification, ulexsn:SearchSubscriptionNotification)
- Type ulexsn:SubscriptionType (Elements ulexsn:IdenticalSearchSubscription, ulexsn:MatchSubscription, ulexsn:SimilarSearchSubscription)
- Type ulexfaults:BaseFaultType (Elements ulexfaults:BusinessRuleNotMetFault, ulexfaults:FuzzyMatchNotSupportedFault, ulexfaults:InvalidAttachmentRequestedFault, ulexfaults:InvalidDataItemRequestedFault, ulexfaults:InvalidRequestFault, ulexfaults:LogicalOperatorsNotSupportedFault, ulexfaults:MultipleValuesNotSupportedFault ...more)
Substitution hierarchy
Sample instance
<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/308</wsa:MessageID> <wsa:RelatesTo>http://www.cjis.fbi.gov/OneDOJ/413</wsa:RelatesTo> <ulex:MessageOriginMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName> <lexs:SystemID>SysE</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Jim</nc:PersonGivenName> <nc:PersonSurName>West</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>770-555-1212</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </ulex:MessageOriginMetadata> <lexs:MessageDestinationIdentifier> <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName> <lexs:SystemID>SysF</lexs:SystemID> </lexs:MessageDestinationIdentifier> </ulex:SNMessageMetadata>