ulex:PDMessageMetadata
Metadata about a ULEX publish message.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:PDMessageMetadataType
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:PDMessageMetadataDomainAttribute [0..*]A PD 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:PDMessageMetadataExtensionAbstract
Attributes
None
Used in
- Type ulex:PublishMessageAcknowledgmentType (Element ulex:PublishMessageAcknowledgment)
- Type ulex:PublishMessageType (Element ulex:PublishMessage)
- Type ulexfaults:BaseFaultType (Elements ulexfaults:BusinessRuleNotMetFault, ulexfaults:FuzzyMatchNotSupportedFault, ulexfaults:InvalidAttachmentRequestedFault, ulexfaults:InvalidDataItemRequestedFault, ulexfaults:InvalidRequestFault, ulexfaults:LogicalOperatorsNotSupportedFault, ulexfaults:MultipleValuesNotSupportedFault ...more)
Substitution hierarchy
Sample instance
<ulex:PDMessageMetadata> <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>4a7e3381-3b5a-4c06-b3a3-2d358b78b720</wsa:MessageID> <wsa:To>http://127.0.0.1:8080/lexsws/services</wsa:To> <wsa:From> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:From> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:ReplyTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:FaultTo> <wsa:Action>http://ulex.gov.publishdiscover/2.0/doPublish/doPublishAcknowledgedRequest</wsa:Action> <lexs:DataSensitivityText>SBU</lexs:DataSensitivityText> <ulex:PDMessageMetadataDomainAttribute> <ulex:AttributeName>AlphaField</ulex:AttributeName> <ulex:AttributeValueText>12</ulex:AttributeValueText> <ulex:DomainName>GBI</ulex:DomainName> </ulex:PDMessageMetadataDomainAttribute> </ulex:PDMessageMetadata>