complexType Service
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1116.png
namespace http://ed-fi.org/0200
children Service PrimaryIndicator ServiceBeginDate ServiceEndDate
used by
element StudentProgramAssociation/Service
annotation
documentation
The student's program service information.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>525</ann:EdFiId>
source <xs:complexType name="Service">
 
<xs:annotation>
   
<xs:documentation>The student's program service information.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>525</ann:EdFiId>
   
</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>
         
<ann:EdFiId>914</ann:EdFiId>
       
</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:appinfo>
         
<ann:EdFiId>913</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>915</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>916</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Service/Service
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1117.png
namespace http://ed-fi.org/0200
type ServiceDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Indicates the Service being provided to the student by the Program.
appinfo
<ann:Descriptor>ServiceDescriptor</ann:Descriptor>
<ann:EdFiId>914</ann:EdFiId>
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>
     
<ann:EdFiId>914</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Service/PrimaryIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1118.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
True if service is a primary service.
appinfo
<ann:EdFiId>913</ann:EdFiId>
source <xs:element name="PrimaryIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>True if service is a primary service.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>913</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Service/ServiceBeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1119.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
First date the Student was in this option for the current school year.
appinfo
<ann:EdFiId>915</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>915</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Service/ServiceEndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1120.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Last date the Student was in this option for the current school year.
appinfo
<ann:EdFiId>916</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>916</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>