complexType CommunityProvider
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p290.png
namespace http://ed-fi.org/0210
type extension of EducationOrganization
properties
base EducationOrganization
children EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus CommunityProviderId CommunityOrganizationReference ProviderProfitability ProviderStatus ProviderCategory SchoolIndicator LicenseExemptIndicator
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CommunityProvider">
 
<xs:annotation>
   
<xs:documentation>This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization">
     
<xs:sequence>
       
<xs:element name="CommunityProviderId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to a CommunityProvider.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CommunityOrganizationReference" type="CommunityOrganizationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>CommunityOrganization of which the CommunityProvider is an organizational component.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProviderProfitability" type="ProviderProfitabilityDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates the profitability status of the provider.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ProviderProfitabilityDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProviderStatus" type="ProviderStatusDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Indicates the status of the provider.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ProviderStatusDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProviderCategory" type="ProviderCategoryDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Indicates the category of the provider.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ProviderCategoryDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolIndicator" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of whether the community provider is a school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LicenseExemptIndicator" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of whether the provider is exempt from having a license.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CommunityProvider/CommunityProviderId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p291.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a CommunityProvider.
source <xs:element name="CommunityProviderId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a CommunityProvider.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CommunityProvider/CommunityOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p292.png
namespace http://ed-fi.org/0210
type CommunityOrganizationReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CommunityOrganizationIdentity
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
CommunityOrganization of which the CommunityProvider is an organizational component.
source <xs:element name="CommunityOrganizationReference" type="CommunityOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>CommunityOrganization of which the CommunityProvider is an organizational component.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CommunityProvider/ProviderProfitability
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p293.png
namespace http://ed-fi.org/0210
type ProviderProfitabilityDescriptorReferenceType
properties
minOcc 0
maxOcc 1
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 profitability status of the provider.
appinfo
<ann:Descriptor>ProviderProfitabilityDescriptor</ann:Descriptor>
source <xs:element name="ProviderProfitability" type="ProviderProfitabilityDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates the profitability status of the provider.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ProviderProfitabilityDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CommunityProvider/ProviderStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p294.png
namespace http://ed-fi.org/0210
type ProviderStatusDescriptorReferenceType
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 status of the provider.
appinfo
<ann:Descriptor>ProviderStatusDescriptor</ann:Descriptor>
source <xs:element name="ProviderStatus" type="ProviderStatusDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Indicates the status of the provider.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ProviderStatusDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CommunityProvider/ProviderCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p295.png
namespace http://ed-fi.org/0210
type ProviderCategoryDescriptorReferenceType
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 category of the provider.
appinfo
<ann:Descriptor>ProviderCategoryDescriptor</ann:Descriptor>
source <xs:element name="ProviderCategory" type="ProviderCategoryDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Indicates the category of the provider.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ProviderCategoryDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CommunityProvider/SchoolIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p296.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication of whether the community provider is a school.
source <xs:element name="SchoolIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of whether the community provider is a school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CommunityProvider/LicenseExemptIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p297.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication of whether the provider is exempt from having a license.
source <xs:element name="LicenseExemptIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of whether the provider is exempt from having a license.</xs:documentation>
 
</xs:annotation>
</xs:element>