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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:DataOwnerInformation

Detailed information about data owner.

Element information

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

Schema document: lexs/3.1/lexs.xsd

Type: lexs:DataOwnerInformationType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:DataOwnerMetadata [1..1]Describes and uniquely uniquely identifies an organization that owns the data.
    2. lexs:StructuredSearchIndicator [1..1]A flag which indicates whether the data owner includes structured data and can be searched using doStructureSearchRequest.
    3. lexs:TextSearchIndicator [1..1]A flag which indicates whether the data owner includes unstructured data and can be searched using doTextSearchRequest.
    4. lexs:DataItemCategory [0..*]Provides information about the type of event or data type. This may be used by service providers to indicate what types of events or data are incorporated in the service provider and/or its data sources, or in an individual data item. Groups may work together to define an appropriate list of categories that can be used in searches among the groups to allow users to limit search results. Element could also be used by user interfaces for sorting purposes.
    5. 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:ComplexObjectType
s:metadata [0..1]xsd:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSThe linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object.from type s:ComplexObjectType

Used in

Sample instance

<lexs:DataOwnerInformation>
   <lexs:DataOwnerMetadata>
      <lexs:DataOwnerIdentifier>
         <lexs:OriginatingAgencyID>AA1234567</lexs:OriginatingAgencyID>
         <nc:OrganizationName>Hypothetical Agency A</nc:OrganizationName>
         <lexs:SystemID>SysA</lexs:SystemID>
      </lexs:DataOwnerIdentifier>
      <lexs:DataOwnerContact>
         <nc:PersonGivenName>Will</nc:PersonGivenName>
         <nc:PersonSurName>Jones</nc:PersonSurName>
         <nc:ContactTelephoneNumber>
            <nc:FullTelephoneNumber>
               <nc:TelephoneNumberFullID>111-222-3333</nc:TelephoneNumberFullID>
            </nc:FullTelephoneNumber>
         </nc:ContactTelephoneNumber>
      </lexs:DataOwnerContact>
   </lexs:DataOwnerMetadata>
   <lexs:StructuredSearchIndicator>true</lexs:StructuredSearchIndicator>
   <lexs:TextSearchIndicator>true</lexs:TextSearchIndicator>
   <lexs:DataItemCategory>
      <lexs:DataItemCategoryText>Incident</lexs:DataItemCategoryText>
      <lexs:DataItemCategoryDescription>Incident Reports</lexs:DataItemCategoryDescription>
   </lexs:DataItemCategory>
   <lexs:DataItemCategory>
      <lexs:DataItemCategoryText>Arrest</lexs:DataItemCategoryText>
      <lexs:DataItemCategoryDescription>Arrest Reports</lexs:DataItemCategoryDescription>
   </lexs:DataItemCategory>
</lexs:DataOwnerInformation>