simpleType
CourseDefinedByType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="CourseDefinedByType"> <xs:annotation> <xs:documentation> Specifies whether the course was defined by the SEA, LEA, School, or national organization.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="LEA"/> <xs:enumeration value="National Organization"/> <xs:enumeration value="SEA"/> <xs:enumeration value="School"/> </xs:restriction> </xs:simpleType> |