complexType IdentificationDocument
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p671.png
namespace http://ed-fi.org/0200
children DocumentTitle PersonalInformationVerification DocumentExpirationDate IssuerDocumentIdentificationCode IssuerName IssuerCountry IdentificationDocumentUse
used by
elements Citizenship/ForeignCitizenshipIdentificationDocument Name/PersonalIdentificationDocument Citizenship/USCitizenshipIdentificationDocument
annotation
documentation
Represents the valid document that a person uses for identification.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>491</ann:EdFiId>
source <xs:complexType name="IdentificationDocument">
 
<xs:annotation>
   
<xs:documentation>Represents the valid document that a person uses for identification.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>491</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DocumentTitle" type="DocumentTitle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The title of the document given by the issuer.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>829</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PersonalInformationVerification" type="PersonalInformationVerificationType">
     
<xs:annotation>
       
<xs:documentation>The category of the document relative to its purpose.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>834</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DocumentExpirationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The day when the document  expires, if null then never expires.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>828</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IssuerDocumentIdentificationCode" type="IdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The unique identifier on the issuer's identification system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>832</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IssuerName" type="IssuerName" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of the entity or institution that issued the document.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>833</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IssuerCountry" type="CountryDescriptorReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country of origin of the document.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>831</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IdentificationDocumentUse" type="IdentificationDocumentUseType">
     
<xs:annotation>
       
<xs:documentation>The primary function of the document used for establishing identity.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>830</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element IdentificationDocument/DocumentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p672.png
namespace http://ed-fi.org/0200
type DocumentTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title of the document given by the issuer.
appinfo
<ann:EdFiId>829</ann:EdFiId>
source <xs:element name="DocumentTitle" type="DocumentTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The title of the document given by the issuer.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>829</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/PersonalInformationVerification
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p673.png
namespace http://ed-fi.org/0200
type PersonalInformationVerificationType
properties
content simple
facets
Kind Value Annotation
enumeration Baptismal or church certificate
appinfo
<ann:EdFiId>204-001</ann:EdFiId>
enumeration Birth certificate
appinfo
<ann:EdFiId>204-002</ann:EdFiId>
enumeration Drivers license
appinfo
<ann:EdFiId>204-003</ann:EdFiId>
enumeration Entry in family Bible
appinfo
<ann:EdFiId>204-004</ann:EdFiId>
enumeration Hospital certificate
appinfo
<ann:EdFiId>204-005</ann:EdFiId>
enumeration Immigration document/visa
appinfo
<ann:EdFiId>204-006</ann:EdFiId>
enumeration Life insurance policy
appinfo
<ann:EdFiId>204-007</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>204-008</ann:EdFiId>
enumeration Other non-official document
appinfo
<ann:EdFiId>204-009</ann:EdFiId>
enumeration Other official document
appinfo
<ann:EdFiId>204-010</ann:EdFiId>
enumeration Parents affidavit
appinfo
<ann:EdFiId>204-011</ann:EdFiId>
enumeration Passport
appinfo
<ann:EdFiId>204-012</ann:EdFiId>
enumeration Physicians certificate
appinfo
<ann:EdFiId>204-013</ann:EdFiId>
enumeration Previously verified school records
appinfo
<ann:EdFiId>204-014</ann:EdFiId>
enumeration State-issued ID
appinfo
<ann:EdFiId>204-015</ann:EdFiId>
annotation
documentation
The category of the document relative to its purpose.
appinfo
<ann:EdFiId>834</ann:EdFiId>
source <xs:element name="PersonalInformationVerification" type="PersonalInformationVerificationType">
 
<xs:annotation>
   
<xs:documentation>The category of the document relative to its purpose.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>834</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/DocumentExpirationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p674.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The day when the document  expires, if null then never expires.
appinfo
<ann:EdFiId>828</ann:EdFiId>
source <xs:element name="DocumentExpirationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The day when the document  expires, if null then never expires.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>828</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/IssuerDocumentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p675.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The unique identifier on the issuer's identification system.
appinfo
<ann:EdFiId>832</ann:EdFiId>
source <xs:element name="IssuerDocumentIdentificationCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The unique identifier on the issuer's identification system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>832</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/IssuerName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p676.png
namespace http://ed-fi.org/0200
type IssuerName
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
Name of the entity or institution that issued the document.
appinfo
<ann:EdFiId>833</ann:EdFiId>
source <xs:element name="IssuerName" type="IssuerName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of the entity or institution that issued the document.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>833</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/IssuerCountry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p677.png
namespace http://ed-fi.org/0200
type CountryDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Country of origin of the document.
appinfo
<ann:EdFiId>831</ann:EdFiId>
source <xs:element name="IssuerCountry" type="CountryDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country of origin of the document.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>831</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IdentificationDocument/IdentificationDocumentUse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p678.png
namespace http://ed-fi.org/0200
type IdentificationDocumentUseType
properties
content simple
facets
Kind Value Annotation
enumeration Personal Information Verification
appinfo
<ann:EdFiId>181-002</ann:EdFiId>
enumeration US Citizenship Identification
appinfo
<ann:EdFiId>181-003</ann:EdFiId>
enumeration Foreign Citizenship Identification
appinfo
<ann:EdFiId>181-001</ann:EdFiId>
annotation
documentation
The primary function of the document used for establishing identity.
appinfo
<ann:EdFiId>830</ann:EdFiId>
source <xs:element name="IdentificationDocumentUse" type="IdentificationDocumentUseType">
 
<xs:annotation>
   
<xs:documentation>The primary function of the document used for establishing identity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>830</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>