complexType
StaffIdentityType
element StaffIdentityType/PersonUniqueStateId
element StaffIdentityType/StaffIdentificationCode
element StaffIdentityType/StaffUniqueStateId
element StaffIdentityType/Name
element StaffIdentityType/OtherName
element StaffIdentityType/Sex
element StaffIdentityType/BirthDate
element StaffIdentityType/HispanicLatinoEthnicity
element StaffIdentityType/Race
element StaffIdentityType/Telephone
element StaffIdentityType/ElectronicMail
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | PersonUniqueStateId StaffIdentificationCode StaffUniqueStateId Name OtherName Sex BirthDate HispanicLatinoEthnicity Race Telephone ElectronicMail | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StaffIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of staff members, including teachers, by unique identification.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:choice maxOccurs="2"> <xs:sequence> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing staff record in the receiving system by unique identification.</xs:documentation> </xs:annotation> <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:element name="StaffIdentificationCode" type="StaffIdentificationCode" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to staff member.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a staff by a state education agency.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:sequence> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing staff record in the receiving system by non-unique search.</xs:documentation> </xs:annotation> <xs:element name="Name" type="Name" minOccurs="0"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BirthDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year on which an individual was born.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central and South America, and other Spanish cultures, regardless of race. The term, "Spanish origin," can be used in addition to "Hispanic or Latino."</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Race" type="RaceType" minOccurs="0"> <xs:annotation> <xs:documentation>The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies. The way this data element is listed, it must allow for multiple entries so that each individual can specify all appropriate races.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the individual or organization belongs.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> </xs:complexType> |
element StaffIdentityType/PersonUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
element StaffIdentityType/StaffIdentificationCode
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StaffIdentificationCode | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ID | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffIdentificationCode" type="StaffIdentificationCode" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to staff member.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/StaffUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="StaffUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a staff by a state education agency.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/Name
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | Name | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Name" type="Name" minOccurs="0"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/OtherName
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | OtherName | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/Sex
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | SexType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/BirthDate
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="BirthDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year on which an individual was born.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/HispanicLatinoEthnicity
diagram | |||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||
type | xs:boolean | ||||||||||
properties |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central and South America, and other Spanish cultures, regardless of race. The term, "Spanish origin," can be used in addition to "Hispanic or Latino."</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/Race
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | RaceType | ||||||||
properties |
|
||||||||
children | RacialCategory | ||||||||
annotation |
|
||||||||
source | <xs:element name="Race" type="RaceType" minOccurs="0"> <xs:annotation> <xs:documentation>The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies. The way this data element is listed, it must allow for multiple entries so that each individual can specify all appropriate races.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/Telephone
diagram | |||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||
type | Telephone | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | TelephoneNumber | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation> </xs:annotation> </xs:element> |
element StaffIdentityType/ElectronicMail
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | ElectronicMail | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EmailAddress | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the individual or organization belongs.</xs:documentation> </xs:annotation> </xs:element> |