complexType DisciplineActionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p515.png
namespace http://ed-fi.org/0210
children DisciplineActionIdentifier DisciplineDate StudentReference
used by
element DisciplineActionReferenceType/DisciplineActionIdentity
annotation
documentation
Identity of a DisciplineAction.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="DisciplineActionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a DisciplineAction.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DisciplineActionIdentifier" type="DisciplineActionIdentifier">
     
<xs:annotation>
       
<xs:documentation>Identifier assigned by the education organization to the DisciplineAction.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DisciplineDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The date of the DisciplineAction.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The student(s) disciplined by the DisciplineAction.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DisciplineActionIdentityType/DisciplineActionIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p516.png
namespace http://ed-fi.org/0210
type DisciplineActionIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
Identifier assigned by the education organization to the DisciplineAction.
source <xs:element name="DisciplineActionIdentifier" type="DisciplineActionIdentifier">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned by the education organization to the DisciplineAction.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DisciplineActionIdentityType/DisciplineDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p517.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The date of the DisciplineAction.
source <xs:element name="DisciplineDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the DisciplineAction.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DisciplineActionIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p518.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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 student(s) disciplined by the DisciplineAction.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student(s) disciplined by the DisciplineAction.</xs:documentation>
 
</xs:annotation>
</xs:element>