simpleType UniqueStateIdentifier
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements Parent/ParentUniqueStateId ParentIdentityType/ParentUniqueStateId Person/PersonUniqueStateId ParentIdentityType/PersonUniqueStateId StaffIdentityType/PersonUniqueStateId StudentIdentityType/PersonUniqueStateId Staff/StaffUniqueStateId StaffIdentityType/StaffUniqueStateId Student/StudentUniqueStateId StudentIdentityType/StudentUniqueStateId Teacher/TeacherUniqueStateId
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
A unique numeric code assigned to a person by a state education agency.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="UniqueStateIdentifier">
 
<xs:annotation>
   
<xs:documentation>A unique numeric code assigned to a person by a state education agency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>