Schema Central  >  LEXS 4.0  >  lexs.xsd  >  lexs:DataOwnerIdentifier
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:DataOwnerIdentifier

A unique identifier for 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.

Element information

Namespace: http://lexs.gov/lexs/4.0

Schema document: lexs.gov/lexs/4.0/lexs.xsd

Type: lexs:DataOwnerIdentifierType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Substitution hierarchy

Sample instance

<lexs:DataOwnerIdentifier>
   <lexs:OriginatingAgencyID>ABC123</lexs:OriginatingAgencyID>
   <nc:OrganizationName>GBI</nc:OrganizationName>
   <lexs:SystemID>GBI RMS</lexs:SystemID>
</lexs:DataOwnerIdentifier>