complexType CommunityProviderLicense
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p300.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children CommunityProviderReference License
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
The legal document held by the CommunityProvider that authorizes the holder to perform certain functions and or services.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CommunityProviderLicense">
 
<xs:annotation>
   
<xs:documentation>The legal document held by the CommunityProvider that authorizes the holder to perform certain functions and or services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="CommunityProviderReference" type="CommunityProviderReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the license to the CommunityProvider.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="License" type="License">
         
<xs:annotation>
           
<xs:documentation>The legal document showing proof of permission or authorization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CommunityProviderLicense/CommunityProviderReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p301.png
namespace http://ed-fi.org/0210
type CommunityProviderReferenceType
properties
content complex
children CommunityProviderIdentity
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 license to the CommunityProvider.
source <xs:element name="CommunityProviderReference" type="CommunityProviderReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the license to the CommunityProvider.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CommunityProviderLicense/License
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p302.png
namespace http://ed-fi.org/0210
type License
properties
content complex
children LicenseIdentifier LicensingOrganization LicenseEffectiveDate LicenseExpirationDate LicenseIssueDate LicenseStatus LicenseType AuthorizedFacilityCapacity OldestAgeAuthorizedToServe YoungestAgeAuthorizedToServe
annotation
documentation
The legal document showing proof of permission or authorization.
source <xs:element name="License" type="License">
 
<xs:annotation>
   
<xs:documentation>The legal document showing proof of permission or authorization.</xs:documentation>
 
</xs:annotation>
</xs:element>