complexType OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p905.png
namespace http://ed-fi.org/0200
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix OtherNameType
used by
elements Parent/OtherName Staff/OtherName Student/OtherName ParentLookupType/OtherName StaffLookupType/OtherName StudentLookupType/OtherName
annotation
documentation
Other names (e.g., alias, nickname, previous legal name) associated with a person.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>518</ann:EdFiId>
source <xs:complexType name="OtherName">
 
<xs:annotation>
   
<xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>518</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PersonalTitlePrefix" type="PersonalTitlePrefix" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A prefix used to denote the title, degree, position, or seniority of the person.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>887</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstName" type="FirstName">
     
<xs:annotation>
       
<xs:documentation>A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>882</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MiddleName" type="MiddleName" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A secondary name given to an individual at birth, baptism, or during another naming ceremony.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>885</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LastSurname" type="LastSurname">
     
<xs:annotation>
       
<xs:documentation>The name borne in common by members of a family.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>884</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GenerationCodeSuffix" type="GenerationCodeSuffix" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>883</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OtherNameType" type="OtherNameType">
     
<xs:annotation>
       
<xs:documentation>The types of alternate names for a person.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>886</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OtherName/PersonalTitlePrefix
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p906.png
namespace http://ed-fi.org/0200
type PersonalTitlePrefix
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
A prefix used to denote the title, degree, position, or seniority of the person.
appinfo
<ann:EdFiId>887</ann:EdFiId>
source <xs:element name="PersonalTitlePrefix" type="PersonalTitlePrefix" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A prefix used to denote the title, degree, position, or seniority of the person.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>887</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OtherName/FirstName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p907.png
namespace http://ed-fi.org/0200
type FirstName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.
appinfo
<ann:EdFiId>882</ann:EdFiId>
source <xs:element name="FirstName" type="FirstName">
 
<xs:annotation>
   
<xs:documentation>A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>882</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OtherName/MiddleName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p908.png
namespace http://ed-fi.org/0200
type MiddleName
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
A secondary name given to an individual at birth, baptism, or during another naming ceremony.
appinfo
<ann:EdFiId>885</ann:EdFiId>
source <xs:element name="MiddleName" type="MiddleName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A secondary name given to an individual at birth, baptism, or during another naming ceremony.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>885</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OtherName/LastSurname
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p909.png
namespace http://ed-fi.org/0200
type LastSurname
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The name borne in common by members of a family.
appinfo
<ann:EdFiId>884</ann:EdFiId>
source <xs:element name="LastSurname" type="LastSurname">
 
<xs:annotation>
   
<xs:documentation>The name borne in common by members of a family.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>884</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OtherName/GenerationCodeSuffix
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p910.png
namespace http://ed-fi.org/0200
type GenerationCodeSuffix
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).
appinfo
<ann:EdFiId>883</ann:EdFiId>
source <xs:element name="GenerationCodeSuffix" type="GenerationCodeSuffix" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>883</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OtherName/OtherNameType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p911.png
namespace http://ed-fi.org/0200
type OtherNameType
properties
content simple
facets
Kind Value Annotation
enumeration Alias
appinfo
<ann:EdFiId>202-001</ann:EdFiId>
enumeration Nickname
appinfo
<ann:EdFiId>202-002</ann:EdFiId>
enumeration Other Name
appinfo
<ann:EdFiId>202-003</ann:EdFiId>
enumeration Previous Legal Name
appinfo
<ann:EdFiId>202-004</ann:EdFiId>
annotation
documentation
The types of alternate names for a person.
appinfo
<ann:EdFiId>886</ann:EdFiId>
source <xs:element name="OtherNameType" type="OtherNameType">
 
<xs:annotation>
   
<xs:documentation>The types of alternate names for a person.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>886</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>