complexType ParentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p922.png
namespace http://ed-fi.org/0200
children ParentUniqueId
used by
element ParentReferenceType/ParentIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of parents and guardians uniquely.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>447</ann:EdFiId>
source <xs:complexType name="ParentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of parents and guardians uniquely.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>447</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians by unique identification.</xs:documentation>
   
</xs:annotation>
   
<xs:element name="ParentUniqueId" type="UniqueId">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2058</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ParentIdentityType/ParentUniqueId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p923.png
namespace http://ed-fi.org/0200
type UniqueId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a parent.
appinfo
<ann:EdFiId>2058</ann:EdFiId>
source <xs:element name="ParentUniqueId" type="UniqueId">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2058</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>