simpleType PersonalInformationVerificationType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute Name/@Verification
facets
Kind Value annotation 
enumeration Baptismal or church certificate 
enumeration Birth certificate 
enumeration Drivers license 
enumeration Entry in family Bible 
enumeration Hospital certificate 
enumeration Immigration document/visa 
enumeration Life insurance policy 
enumeration Other 
enumeration Other non-official document 
enumeration Other official document 
enumeration Parents affidavit 
enumeration Passport 
enumeration Physicians certificate 
enumeration Previously verified school records 
enumeration State-issued ID 
annotation
documentation
The evidence presented to verify one's personal identity; for example: driver's license, passport, birth certificate, etc.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="PersonalInformationVerificationType">
 
<xs:annotation>
   
<xs:documentation>The evidence presented to verify one&apos;s personal identity; for example: driver&apos;s license, passport, birth certificate, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Baptismal or church certificate"/>
   
<xs:enumeration value="Birth certificate"/>
   
<xs:enumeration value="Drivers license"/>
   
<xs:enumeration value="Entry in family Bible"/>
   
<xs:enumeration value="Hospital certificate"/>
   
<xs:enumeration value="Immigration document/visa"/>
   
<xs:enumeration value="Life insurance policy"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Other non-official document"/>
   
<xs:enumeration value="Other official document"/>
   
<xs:enumeration value="Parents affidavit"/>
   
<xs:enumeration value="Passport"/>
   
<xs:enumeration value="Physicians certificate"/>
   
<xs:enumeration value="Previously verified school records"/>
   
<xs:enumeration value="State-issued ID"/>
 
</xs:restriction>
</xs:simpleType>