complexType
Service
element Service/Service
element Service/PrimaryIndicator
element Service/ServiceBeginDate
element Service/ServiceEndDate
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | Service PrimaryIndicator ServiceBeginDate ServiceEndDate | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="Service"> <xs:annotation> <xs:documentation>The student's program service information.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="Service" type="ServiceDescriptorReferenceType"> <xs:annotation> <xs:documentation>Indicates the Service being provided to the student by the Program.</xs:documentation> <xs:appinfo> <ann:Descriptor>ServiceDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="PrimaryIndicator" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>True if service is a primary service.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ServiceBeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>First date the Student was in this option for the current school year.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ServiceEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Last date the Student was in this option for the current school year.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element Service/Service
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ServiceDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Service" type="ServiceDescriptorReferenceType"> <xs:annotation> <xs:documentation>Indicates the Service being provided to the student by the Program.</xs:documentation> <xs:appinfo> <ann:Descriptor>ServiceDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Service/PrimaryIndicator
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="PrimaryIndicator" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>True if service is a primary service.</xs:documentation> </xs:annotation> </xs:element> |
element Service/ServiceBeginDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ServiceBeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>First date the Student was in this option for the current school year.</xs:documentation> </xs:annotation> </xs:element> |
element Service/ServiceEndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ServiceEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Last date the Student was in this option for the current school year.</xs:documentation> </xs:annotation> </xs:element> |