simpleType
StudentIdentificationSystemType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="StudentIdentificationSystemType"> <xs:annotation> <xs:documentation>Definition: A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Canadian SIN"/> <xs:enumeration value="District"/> <xs:enumeration value="Family"/> <xs:enumeration value="Federal"/> <xs:enumeration value="Local"/> <xs:enumeration value="National Migrant"/> <xs:enumeration value="Other"/> <xs:enumeration value="School"/> <xs:enumeration value="SSN"/> <xs:enumeration value="State"/> <xs:enumeration value="State Migrant"/> </xs:restriction> </xs:simpleType> |