ulex:DataSubmitterMetadata
Metadata about an organization and a system where data was submitted from.
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:DataItemResponseMessageType (Element ulex:DataItemResponseMessage)
- Type ulex:DataItemWithAttachmentsResponseMessageType (Element ulex:DataItemWithAttachmentsResponseMessage)
- Type ulex:DomainActionMessageType (Element ulex:DomainActionMessage)
- Type ulex:PublishMessageType (Element ulex:PublishMessage)
- Type ulex:SearchResultPackageType (Element ulex:SearchResultPackage)
Sample instance
<ulex:DataSubmitterMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization C</nc:OrganizationName> <lexs:SystemID>SysC</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Michael</nc:PersonGivenName> <nc:PersonSurName>Park</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:NANPTelephoneNumber> <nc:TelephoneAreaCodeID>202</nc:TelephoneAreaCodeID> <nc:TelephoneExchangeID>555</nc:TelephoneExchangeID> <nc:TelephoneLineID>1212</nc:TelephoneLineID> </nc:NANPTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </ulex:DataSubmitterMetadata>