complexType
CommunityProvider
element CommunityProvider/CommunityProviderId
element CommunityProvider/CommunityOrganizationReference
element CommunityProvider/ProviderProfitability
element CommunityProvider/ProviderStatus
element CommunityProvider/ProviderCategory
element CommunityProvider/SchoolIndicator
element CommunityProvider/LicenseExemptIndicator
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of EducationOrganization | ||||||||||||||
properties |
|
||||||||||||||
children | EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus CommunityProviderId CommunityOrganizationReference ProviderProfitability ProviderStatus ProviderCategory SchoolIndicator LicenseExemptIndicator | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CommunityOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CommunityOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProviderProfitabilityDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProviderStatusDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProviderCategoryDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |