complexType
Name
element Name/PersonalTitlePrefix
element Name/FirstName
element Name/MiddleName
element Name/LastSurname
element Name/GenerationCodeSuffix
element Name/MaidenName
element Name/PersonalIdentificationDocument
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName PersonalIdentificationDocument | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="Name"> <xs:annotation> <xs:documentation>The set of elements that comprise a person's legal name.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </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: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="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:annotation> </xs:element> <xs:element name="MaidenName" type="LastSurname" minOccurs="0"> <xs:annotation> <xs:documentation>The person's maiden name.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PersonalIdentificationDocument" type="IdentificationDocument" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The documents presented as evident to verify one's personal identity; for example: drivers license, passport, birth certificate, etc.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element Name/PersonalTitlePrefix
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | PersonalTitlePrefix | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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:annotation> </xs:element> |
element Name/FirstName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | FirstName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 Name/MiddleName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | MiddleName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 Name/LastSurname
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | LastSurname | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 Name/GenerationCodeSuffix
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | GenerationCodeSuffix | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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:annotation> </xs:element> |
element Name/MaidenName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | LastSurname | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="MaidenName" type="LastSurname" minOccurs="0"> <xs:annotation> <xs:documentation>The person's maiden name.</xs:documentation> </xs:annotation> </xs:element> |
element Name/PersonalIdentificationDocument
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | IdentificationDocument | ||||||
properties |
|
||||||
children | DocumentTitle PersonalInformationVerification DocumentExpirationDate IssuerDocumentIdentificationCode IssuerName IssuerCountry IdentificationDocumentUse | ||||||
annotation |
|
||||||
source | <xs:element name="PersonalIdentificationDocument" type="IdentificationDocument" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The documents presented as evident to verify one's personal identity; for example: drivers license, passport, birth certificate, etc.</xs:documentation> </xs:annotation> </xs:element> |