simpleType
DiagnosisMapType
namespace | http://ed-fi.org/0110 | |||||||||
type | restriction of xs:token | |||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="DiagnosisMapType"> <xs:annotation> <xs:documentation>Targeted purpose of the intervention (e.g., attendance issue, dropout risk)</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Low Attendance"/> <xs:enumeration value="Dropout Risk"/> </xs:restriction> </xs:simpleType> |