simpleType UniqueId
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Parent/ParentUniqueId ParentIdentityType/ParentUniqueId ParentLookupType/ParentUniqueId Staff/StaffUniqueId StaffIdentityType/StaffUniqueId StaffLookupType/StaffUniqueId Student/StudentUniqueId StudentIdentityType/StudentUniqueId StudentLookupType/StudentUniqueId
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a person by a system managing unique identifiers.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>113</ann:EdFiId>
source <xs:simpleType name="UniqueId">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a person by a system managing unique identifiers.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>113</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="32"/>
 
</xs:restriction>
</xs:simpleType>