Schema Central  >  LEXS 3.1.4  >  digest.xsd  >  lexsdigest:PersonAugmentation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:PersonAugmentation

Additional information about a person.

Element information

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

Schema document: digest/3.1/digest.xsd

Type: lexsdigest:PersonAugmentationType

Properties: Global, Qualified, Nillable

NIEM Properties:

Content

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:AugmentationType
s:metadata [0..1]xsd:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:AugmentationType

Used in

Substitution hierarchy

Sample instance

<lexsdigest:PersonAugmentation>
   <im:AlienNumber>
      <nc:IdentificationID>A3660787</nc:IdentificationID>
      <nc:IdentificationEffectiveDate>
         <nc:Date>2005-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>2004-08-13</nc:Date>
      </nc:IdentificationExpirationDate>
      <j:IdentificationJurisdictionNCICLISCode>US</j:IdentificationJurisdictionNCICLISCode>
   </im:AlienNumber>
   <lexsdigest:PersonUSMSFugitiveIdentification>
      <nc:IdentificationID>78651-973</nc:IdentificationID>
   </lexsdigest:PersonUSMSFugitiveIdentification>
</lexsdigest:PersonAugmentation>