simpleType
RetestIndicatorType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="RetestIndicatorType"> <xs:annotation> <xs:documentation>Indicator if the test was retaken. For example: Primary administration First retest Second retest ...</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Primary Administration"/> <xs:enumeration value="1st Retest"/> <xs:enumeration value="2nd Retest"/> <xs:enumeration value="3nd or more Retest"/> </xs:restriction> </xs:simpleType> |