complexType ServiceProvider
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p867.png
namespace http://ed-fi.org/0110
children StaffReference
used by
element StudentSpecialEdProgramAssociation/ServiceProviders
attributes
Name  Type  Use  Default  Fixed  annotation
PrimaryProviderxs:boolean      
documentation
Primary service provider
annotation
documentation
The student's special education Service Provider
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ServiceProvider">
 
<xs:annotation>
   
<xs:documentation>The student&apos;s special education Service Provider</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType"/>
 
</xs:sequence>
 
<xs:attribute name="PrimaryProvider" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>Primary service provider</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ServiceProvider/@PrimaryProvider
type xs:boolean
properties
isRef 0
annotation
documentation
Primary service provider
source <xs:attribute name="PrimaryProvider" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Primary service provider</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ServiceProvider/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p868.png
namespace http://ed-fi.org/0110
type StaffReferenceType
properties
isRef 0
content complex
children StaffIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
source <xs:element name="StaffReference" type="StaffReferenceType"/>