complexType
StudentCharacteristic
element StudentCharacteristic/StudentCharacteristic
element StudentCharacteristic/BeginDate
element StudentCharacteristic/EndDate
element StudentCharacteristic/DesignatedBy
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StudentCharacteristic 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="StudentCharacteristic" type="StudentCharacteristicDescriptorReferenceType"> <xs:annotation> <xs:documentation>The characteristic designated for the Student.</xs:documentation> <xs:appinfo> <ann:Descriptor>StudentCharacteristicDescriptor</ann:Descriptor> </xs:appinfo> </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/StudentCharacteristic
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentCharacteristicDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentCharacteristic" type="StudentCharacteristicDescriptorReferenceType"> <xs:annotation> <xs:documentation>The characteristic designated for the Student.</xs:documentation> <xs:appinfo> <ann:Descriptor>StudentCharacteristicDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element StudentCharacteristic/BeginDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
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/0210 | ||||||
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/0210 | |||||||||
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> |