Schema Central  >  LEXS 4.0  >  niem-core.xsd  >  nc:PersonOtherIdentification
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

nc:PersonOtherIdentification

Information about an identifier with a kind that is not explicitly defined in the standard that refers to a person within a certain domain.

Element information

Namespace: http://niem.gov/niem/niem-core/2.0

Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd

Type: nc:IdentificationType

Properties: Global, Qualified, Nillable

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

Sample instance

<nc:PersonOtherIdentification>
   <nc:IdentificationID>ID23-145-9786-000</nc:IdentificationID>
   <j:PersonIDCategoryCode>AS</j:PersonIDCategoryCode>
   <nc:IdentificationEffectiveDate>
      <nc:Date>1967-08-13</nc:Date>
      <nc:DateAccuracyCode>Exact</nc:DateAccuracyCode>
   </nc:IdentificationEffectiveDate>
   <nc:IdentificationExpirationDate>
      <nc:Date>1969-08-13</nc:Date>
      <nc:DateAccuracyCode>Exact</nc:DateAccuracyCode>
   </nc:IdentificationExpirationDate>
   <nc:IdentificationJurisdictionText>Fulton County, Gerogia</nc:IdentificationJurisdictionText>
   <nc:IdentificationSourceText>ABC Company</nc:IdentificationSourceText>
   <nc:IdentificationStatus>
      <nc:StatusText>Current report on old information</nc:StatusText>
      <nc:StatusDate>
         <nc:Date>1967-08-13</nc:Date>
      </nc:StatusDate>
      <nc:StatusDescriptionText>Retrieved from archived personnel records</nc:StatusDescriptionText>
      <nc:StatusIssuerText>Personnel Dept</nc:StatusIssuerText>
   </nc:IdentificationStatus>
</nc:PersonOtherIdentification>