complexType ServiceProvider
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1124.png
namespace http://ed-fi.org/0200
children StaffReference PrimaryProvider
used by
element StudentSpecialEducationProgramAssociation/ServiceProvider
annotation
documentation
The student's special education ServiceProvider.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>526</ann:EdFiId>
source <xs:complexType name="ServiceProvider">
 
<xs:annotation>
   
<xs:documentation>The student's special education ServiceProvider.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>526</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>918</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrimaryProvider" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Primary ServiceProvider.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>917</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ServiceProvider/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1125.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
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
Relates the ServiceProvider to the Staff.
appinfo
<ann:EdFiId>918</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the ServiceProvider to the Staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>918</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ServiceProvider/PrimaryProvider
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1126.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Primary ServiceProvider.
appinfo
<ann:EdFiId>917</ann:EdFiId>
source <xs:element name="PrimaryProvider" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Primary ServiceProvider.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>917</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>