lexs:DataOwnerMetadata
Describes and uniquely uniquely identifies an organization that owns the data.
Element information
Namespace: http://usdoj.gov/leisp/lexs/3.1
Schema document: lexs/3.1/lexs.xsd
Type: lexs:DataOwnerMetadataType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:DataOwnerIdentifier [1..1]Identifier that uniquely identifies an organization and a system in an organization that owns data. This identifier is used in DataOwnerMetadata that is part of PackageMetadata, and in DataOwnerInformation that is part of DataOwnersResponseMessage.
- lexs:DataOwnerContact [1..1]Contact information for a data owner.
- lexs:DomainAttribute [0..*]Placeholder for various domain attributes. For Value/Pair attributes use lexs:AttributeName and lexs:AttributeValue elements. For hierarchical data xsd:any structure should be used.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:MetadataType |
Used in
- Type lexs:AttachmentType (Element lexs:Attachment)
- Type lexs:DataOwnerInformationType (Element lexs:DataOwnerInformation)
- Type lexs:PackageMetadataType (Element lexs:PackageMetadata)
Sample instance
<lexs:DataOwnerMetadata> <lexs:DataOwnerIdentifier> <lexs:OriginatingAgencyID>DOJ.JABS</lexs:OriginatingAgencyID> <nc:OrganizationName>DOJ</nc:OrganizationName> <lexs:SystemID>JABS</lexs:SystemID> </lexs:DataOwnerIdentifier> <lexs:DataOwnerContact> <nc:PersonSurName>LEISP/JABS PMO</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>202-307-2153</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> <nc:ContactEmailID>leisp-pmo@usdoj.gov</nc:ContactEmailID> </lexs:DataOwnerContact> </lexs:DataOwnerMetadata>