Schema Central  >  LEXS 3.1.4  >  lexs.xsd  >  lexs:DataOwnerMetadata
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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]
    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.
    2. lexs:DataOwnerContact [1..1]Contact information for a data owner.
    3. 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

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe 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

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>