simpleType
CourseDefinedByType
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="CourseDefinedByType"> <xs:annotation> <xs:documentation>Specifies whether the course was defined by the state education agency, local education agency, 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:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="National Organization"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="SEA"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="School"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |