ulex:MessageOriginMetadata
Metadata about an organization and a system where message was originated.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:SystemMetadataType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:SystemIdentifier [1..1]A unique identifier for an organization and a system where data was originated, was submitted from, or is being sent.
- lexs:SystemContact [1..1]A set of contact information for the system owner that includes a person and organization to contact and their phone number and email address.
- ulex:SystemMetadataDomainAttribute [0..*]A system 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 subst. group ulex:SystemIdentifierAbstractfrom subst. group ulex:SystemContactAbstractfrom subst. group ulex:SystemMetadataExtensionAbstract
Attributes
None
Used in
- Type ulex:DEMessageMetadataType (Element ulex:DEMessageMetadata)
- Type ulex:SNMessageMetadataType (Element ulex:SNMessageMetadata)
- Type ulex:SRMessageMetadataType (Element ulex:SRMessageMetadata)
- Type ulex:OriginMetadataType (Elements ulex:RetrievalOriginMetadata, ulex:SearchOriginMetadata)
Sample instance
<ulex:MessageOriginMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName> <lexs:SystemID>SysF</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Bob</nc:PersonGivenName> <nc:PersonSurName>Jones</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>404-555-1212</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </ulex:MessageOriginMetadata>