complexType
ServiceProvider
element ServiceProvider/StaffReference
element ServiceProvider/PrimaryProvider
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StaffReference PrimaryProvider | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="ServiceProvider"> <xs:annotation> <xs:documentation>The student's special education ServiceProvider.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>Relates the ServiceProvider to the Staff.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PrimaryProvider" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Primary ServiceProvider.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element ServiceProvider/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>Relates the ServiceProvider to the Staff.</xs:documentation> </xs:annotation> </xs:element> |
element ServiceProvider/PrimaryProvider
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="PrimaryProvider" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Primary ServiceProvider.</xs:documentation> </xs:annotation> </xs:element> |