complexType
Staff
element Staff/StaffUniqueStateId
element Staff/StaffIdentificationCode
element Staff/Name
element Staff/OtherName
element Staff/Sex
element Staff/BirthDate
element Staff/Address
element Staff/Telephone
element Staff/ElectronicMail
element Staff/HispanicLatinoEthnicity
element Staff/OldEthnicity
element Staff/Race
element Staff/HighestLevelOfEducationCompleted
element Staff/YearsOfPriorProfessionalExperience
element Staff/YearsOfPriorTeachingExperience
element Staff/Credentials
element Staff/LoginId
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of Person | ||||||||||||||
properties |
|
||||||||||||||
children | PersonUniqueStateId StaffUniqueStateId StaffIdentificationCode Name OtherName Sex BirthDate Address Telephone ElectronicMail HispanicLatinoEthnicity OldEthnicity Race HighestLevelOfEducationCompleted YearsOfPriorProfessionalExperience YearsOfPriorTeachingExperience Credentials LoginId | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Staff"> <xs:annotation> <xs:documentation>This entity represents an individual who performs specified activities for any public or private education institution or agency that provides instructional and/or support services to students or staff at the early childhood level through high school completion. For example, this includes: 1. An "employee" who performs services under the direction of the employing institution or agency, is compensated for such services by the employer, and is eligible for employee benefits and wage or salary tax withholdings 2. A "contractor" or "consultant" who performs services for an agreed upon fee, or an employee of a management service contracted to work on site 3. A "volunteer" who performs services on a voluntary and uncompensated basis 4. An in-kind service provider 5. An independent contractor or businessperson working at a school site</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="Person"> <xs:sequence> <xs:element name="StaffUniqueStateId" type="UniqueStateIdentifier"> <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:element name="StaffIdentificationCode" type="StaffIdentificationCode" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="Name"> <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="Address" type="Address" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of elements that describes an address, including the street address, city, state, and ZIP code.</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:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true"> <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="OldEthnicity" type="OldEthnicityType" minOccurs="0"> <xs:annotation> <xs:documentation>Previous definition of Ethnicity combining Hispanic/Latino and race: 1 - American Indian or Alaskan Native 2 - Asian or Pacific Islander 3 - Black, not of Hispanic origin 4 - Hispanic 5 - White, not of Hispanic origin</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Race" type="RaceType"> <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="HighestLevelOfEducationCompleted" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received). </xs:documentation> <xs:appinfo> <ann:Descriptor>LevelOfEducationDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="YearsOfPriorProfessionalExperience" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The total number of years that an individual has previously held a similar professional position in one or more education institutions.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="YearsOfPriorTeachingExperience" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The total number of years that an individual has previously held a teaching position in one or more education institutions.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Credentials" type="Credential" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The legal document or authorization giving authorization to perform teaching assignment services.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LoginId" type="IdentificationCode" minOccurs="0"> <xs:annotation> <xs:documentation>The login ID for the user; used for security access control interface.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Staff/StaffUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="StaffUniqueStateId" type="UniqueStateIdentifier"> <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 Staff/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 unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/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"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/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 Staff/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 Staff/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 Staff/Address
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | Address | ||||||||||||||
properties |
|
||||||||||||||
children | StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of elements that describes an address, including the street address, city, state, and ZIP code.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/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 Staff/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> |
element Staff/HispanicLatinoEthnicity
diagram | |||||||
namespace | http://ed-fi.org/0110 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true"> <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 Staff/OldEthnicity
diagram | |||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | OldEthnicityType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="OldEthnicity" type="OldEthnicityType" minOccurs="0"> <xs:annotation> <xs:documentation>Previous definition of Ethnicity combining Hispanic/Latino and race: 1 - American Indian or Alaskan Native 2 - Asian or Pacific Islander 3 - Black, not of Hispanic origin 4 - Hispanic 5 - White, not of Hispanic origin</xs:documentation> </xs:annotation> </xs:element> |
element Staff/Race
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | RaceType | ||||
properties |
|
||||
children | RacialCategory | ||||
annotation |
|
||||
source | <xs:element name="Race" type="RaceType"> <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 Staff/HighestLevelOfEducationCompleted
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="HighestLevelOfEducationCompleted" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received). </xs:documentation> <xs:appinfo> <ann:Descriptor>LevelOfEducationDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Staff/YearsOfPriorProfessionalExperience
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="YearsOfPriorProfessionalExperience" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The total number of years that an individual has previously held a similar professional position in one or more education institutions.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/YearsOfPriorTeachingExperience
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="YearsOfPriorTeachingExperience" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The total number of years that an individual has previously held a teaching position in one or more education institutions.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/Credentials
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | Credential | ||||||||
properties |
|
||||||||
children | CredentialType CredentialField Level TeachingCredentialType CredentialIssuanceDate CredentialExpirationDate TeachingCredentialBasis | ||||||||
annotation |
|
||||||||
source | <xs:element name="Credentials" type="Credential" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The legal document or authorization giving authorization to perform teaching assignment services.</xs:documentation> </xs:annotation> </xs:element> |
element Staff/LoginId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="LoginId" type="IdentificationCode" minOccurs="0"> <xs:annotation> <xs:documentation>The login ID for the user; used for security access control interface.</xs:documentation> </xs:annotation> </xs:element> |