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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:DEMessageMetadata

Metadata about a ULEX domain exchange message.

Element information

Namespace: http://ulex.gov/ulex/2.0

Schema document: ulex.gov/ulex/2.0/ulex.xsd

Type: ulex:DEMessageMetadataType

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 [0..1]Metadata about an organization and a system where message was originated.
    13. lexs:MessageDestinationIdentifier [0..*]An identifier that specifies the organization and system to which an SR message is being sent.
    14. ulex:DEMessageMetadataDomainAttribute [0..*]A DE 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:DEMessageMetadata>
   <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>uuid:ab19b2f2-d64c-44c6-ab18-61dde2f25e61</wsa:MessageID>
   <lexs:DataSensitivityText>SBU</lexs:DataSensitivityText>
</ulex:DEMessageMetadata>