complexType Person
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p745.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children PersonUniqueStateId
used by
complexTypes Parent Staff Student
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This general entity represents a person and is specialized into one or more of Staff/Parent/Student/etc.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Person">
 
<xs:annotation>
   
<xs:documentation>This general entity represents a person and is specialized into one or more of Staff/Parent/Student/etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Person/PersonUniqueStateId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p746.png
namespace http://ed-fi.org/0110
type UniqueStateIdentifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
A unique number or alphanumeric code assigned to a person.
source <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation>
 
</xs:annotation>
</xs:element>