complexType
StudentCharacteristic
element StudentCharacteristic/Characteristic
element StudentCharacteristic/BeginDate
element StudentCharacteristic/EndDate
element StudentCharacteristic/DesignatedBy
| diagram | ![]() |
||||
| namespace | http://ed-fi.org/0110 | ||||
| children | Characteristic BeginDate EndDate DesignatedBy | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="StudentCharacteristic"> <xs:annotation> <xs:documentation>Reflects important characteristics of the student's home situation: Displaced Homemaker, Homeless, Immigrant, Migratory, Military Parent, Pregnant Teen, Single Parent, Unaccompanied Youth </xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="Characteristic" type="StudentCharacteristicType"> <xs:annotation> <xs:documentation>The characteristic designated for the student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The date the characteristic was designated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The date the characteristic was removed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0"> <xs:annotation> <xs:documentation>The person, organization, or department that designated the characteristic.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StudentCharacteristic/Characteristic
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||
| type | StudentCharacteristicType | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="Characteristic" type="StudentCharacteristicType"> <xs:annotation> <xs:documentation>The characteristic designated for the student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCharacteristic/BeginDate
| diagram | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:date | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="BeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The date the characteristic was designated.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCharacteristic/EndDate
| diagram | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:date | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The date the characteristic was removed.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCharacteristic/DesignatedBy
| diagram | ![]() |
|||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | DesignatedBy | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0"> <xs:annotation> <xs:documentation>The person, organization, or department that designated the characteristic.</xs:documentation> </xs:annotation> </xs:element> |





