complexType StudentCharacteristic
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1361.png
namespace http://ed-fi.org/0200
children StudentCharacteristic BeginDate EndDate DesignatedBy
used by
element Student/StudentCharacteristic
annotation
documentation
Reflects important characteristics of the student's home situation: Displaced Homemaker, Homeless, Immigrant, Migratory, Military Parent, Pregnant Teen, Single Parent, Unaccompanied Youth.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>531</ann:EdFiId>
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>
     
<ann:EdFiId>531</ann:EdFiId>
   
</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>
         
<ann:EdFiId>936</ann:EdFiId>
       
</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:appinfo>
         
<ann:EdFiId>933</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>935</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>934</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentCharacteristic/StudentCharacteristic
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1362.png
namespace http://ed-fi.org/0200
type StudentCharacteristicDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The characteristic designated for the Student.
appinfo
<ann:Descriptor>StudentCharacteristicDescriptor</ann:Descriptor>
<ann:EdFiId>936</ann:EdFiId>
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>
     
<ann:EdFiId>936</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCharacteristic/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1363.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the characteristic was designated.
appinfo
<ann:EdFiId>933</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the characteristic was designated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>933</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCharacteristic/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1364.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the characteristic was removed.
appinfo
<ann:EdFiId>935</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the characteristic was removed.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>935</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCharacteristic/DesignatedBy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1365.png
namespace http://ed-fi.org/0200
type DesignatedBy
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The person, organization, or department that designated the characteristic.
appinfo
<ann:EdFiId>934</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>934</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>