Schema Central  >  LEXS 4.0  >  ulex.xsd  >  ulex:SNMessageMetadata
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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]
    1. ulex:ULEXFrameworkVersionText [1..1]A ULEX framework version used within the document, for example 2.0.
    2. ulex:ULEXImplementation [1..1]A ULEX implementation version and name used within the document.
    3. ulex:MessageDateTime [1..1]A date and time when the message was created.
    4. wsa:MessageID [1..1]An element (whose content is of type xs:anyURI) conveys the [message id] property.
    5. 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".
    6. wsa:From [0..1]An element (of type wsa:EndpointReferenceType) provides the value for the [source endpoint] property.
    7. 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".
    8. wsa:FaultTo [0..1]An element (of type wsa:EndpointReferenceType) provides the value for the [fault endpoint] property.
    9. wsa:Action [0..1]An element (whose content is of type xs:anyURI) conveys the value of the [action] property.
    10. 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.
    11. 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.
    12. ulex:MessageOriginMetadata [1..1]Metadata about an organization and a system where message was originated.
    13. lexs:MessageDestinationIdentifier [1..*]An identifier that specifies the organization and system to which an SR message is being sent.
    14. 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.

Attributes

None

Used in

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>