simpleType
TeachingCredentialBasisType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="TeachingCredentialBasisType"> <xs:annotation> <xs:documentation>An indication of the pre-determined criteria for granting the teaching credential that an individual holds.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="4-year bachelor's degree"/> <xs:enumeration value="5-year bachelor's degree"/> <xs:enumeration value="Master's degree"/> <xs:enumeration value="Doctoral degree"/> <xs:enumeration value="Met state testing requirement"/> <xs:enumeration value="Special/alternative program completion"/> <xs:enumeration value="Relevant experience"/> <xs:enumeration value="Credentials based on reciprocation with another state"/> </xs:restriction> </xs:simpleType> |