complexType OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p710.png
namespace http://ed-fi.org/0110
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix
used by
elements Parent/OtherName Staff/OtherName Student/OtherName ParentIdentityType/OtherName StaffIdentityType/OtherName StudentIdentityType/OtherName
attributes
Name  Type  Use  Default  Fixed  annotation
OtherNameTypeOtherNameTyperequired      
documentation
The types of alternate names for a person.
annotation
documentation
Other names (e.g., alias, nickname, previous legal name) associated with a person.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PersonalTitlePrefix" type="PersonalTitlePrefixType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A prefix used to denote the title, degree, position or seniority of the person.</xs:documentation>
     
</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: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: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:annotation>
   
</xs:element>
   
<xs:element name="GenerationCodeSuffix" type="GenerationCodeSuffixType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An appendage, if any, used to denote an individual&apos;s generation in his family (e.g., Jr., Sr., III).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="OtherNameType" type="OtherNameType" use="required">
   
<xs:annotation>
     
<xs:documentation>The types of alternate names for a person.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute OtherName/@OtherNameType
type OtherNameType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration Alias 
enumeration Nickname 
enumeration Other Name 
enumeration Previous Legal Name 
annotation
documentation
The types of alternate names for a person.
source <xs:attribute name="OtherNameType" type="OtherNameType" use="required">
 
<xs:annotation>
   
<xs:documentation>The types of alternate names for a person.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element OtherName/PersonalTitlePrefix
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p711.png
namespace http://ed-fi.org/0110
type PersonalTitlePrefixType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A prefix used to denote the title, degree, position or seniority of the person.
source <xs:element name="PersonalTitlePrefix" type="PersonalTitlePrefixType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A prefix used to denote the title, degree, position or seniority of the person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OtherName/FirstName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p712.png
namespace http://ed-fi.org/0110
type FirstName
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.
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:annotation>
</xs:element>

element OtherName/MiddleName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p713.png
namespace http://ed-fi.org/0110
type MiddleName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
A secondary name given to an individual at birth, baptism, or during another naming ceremony.
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:annotation>
</xs:element>

element OtherName/LastSurname
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p714.png
namespace http://ed-fi.org/0110
type LastSurname
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
The name borne in common by members of a family.
source <xs:element name="LastSurname" type="LastSurname">
 
<xs:annotation>
   
<xs:documentation>The name borne in common by members of a family.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OtherName/GenerationCodeSuffix
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p715.png
namespace http://ed-fi.org/0110
type GenerationCodeSuffixType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
An appendage, if any, used to denote an individual&apos;s generation in his family (e.g., Jr., Sr., III).
source <xs:element name="GenerationCodeSuffix" type="GenerationCodeSuffixType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An appendage, if any, used to denote an individual&apos;s generation in his family (e.g., Jr., Sr., III).</xs:documentation>
 
</xs:annotation>
</xs:element>