complexType CommunityProviderIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p298.png
namespace http://ed-fi.org/0210
children CommunityProviderId
used by
element CommunityProviderReferenceType/CommunityProviderIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a CommunityProvider.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CommunityProviderIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a CommunityProvider.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:sequence>
</xs:complexType>

element CommunityProviderIdentityType/CommunityProviderId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p299.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>