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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:DataSubmitterMetadata

Describes and uniquely uniqely identifies system that submitted data.

Element information

Namespace: http://usdoj.gov/leisp/lexs/3.1

Schema document: lexs/3.1/lexs.xsd

Type: lexs:SystemMetadataType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:SystemIdentifier [1..1]Element that uniquely identifies an organization and a system where date originated, was submitted from, or is being sent.
    2. lexs:SystemContact [1..1]Contact information for the system owner. Includes a person and organization to contact and their phone number and email address.
    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:DataSubmitterMetadata>
   <lexs:SystemIdentifier>
      <lexs:OriginatingAgencyID>DOJ.JABS</lexs:OriginatingAgencyID>
      <nc:OrganizationName>DOJ</nc:OrganizationName>
      <lexs:SystemID>JABS</lexs:SystemID>
   </lexs:SystemIdentifier>
   <lexs:SystemContact>
      <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:SystemContact>
</lexs:DataSubmitterMetadata>