simpleType
ResponsibilityMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:simpleType name="ResponsibilityMapType"> <xs:annotation> <xs:documentation>Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Accountability"/> <xs:enumeration value="Attendance"/> <xs:enumeration value="Funding"/> <xs:enumeration value="Graduation"/> <xs:enumeration value="Individualized Education Program"/> <xs:enumeration value="Transportation"/> </xs:restriction> </xs:simpleType> |