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]
- lexs:DataOwnerMetadata [1..1]Describes and uniquely uniquely identifies an organization that owns the data.
- lexs:StructuredSearchIndicator [1..1]A flag which indicates whether the data owner includes structured data and can be searched using doStructureSearchRequest.
- lexs:TextSearchIndicator [1..1]A flag which indicates whether the data owner includes unstructured data and can be searched using doTextSearchRequest.
- 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.
- 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:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The 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
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexs:DataOwnersResponseMessageType (Element lexs:DataOwnersResponseMessage)
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>