complexType CommunityOrganizationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p286.png
namespace http://ed-fi.org/0210
children CommunityOrganizationId
used by
element CommunityOrganizationReferenceType/CommunityOrganizationIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a CommunityOrganization.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CommunityOrganizationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a CommunityOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:complexType>

element CommunityOrganizationIdentityType/CommunityOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p287.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>