complexType CommunityOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p284.png
namespace http://ed-fi.org/0210
type extension of EducationOrganization
properties
base EducationOrganization
children EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus CommunityOrganizationId
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 administrative unit at the state level which exists primarily to operate local community providers.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CommunityOrganization">
 
<xs:annotation>
   
<xs:documentation>This entity represents an administrative unit at the state level which exists primarily to operate local community providers.</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="CommunityOrganizationId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to a CommunityOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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