complexType Behavior
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p198.png
namespace http://ed-fi.org/0200
children BehaviorDetailedDescription Behavior
used by
elements DisciplineIncident/Behavior StudentDisciplineIncidentAssociation/Behavior
annotation
documentation
Describes behavior by category and provides a detailed description.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>487</ann:EdFiId>
source <xs:complexType name="Behavior">
 
<xs:annotation>
   
<xs:documentation>Describes behavior by category and provides a detailed description.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>487</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BehaviorDetailedDescription" type="Description" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Specifies a more granular level of detail of a behavior involved in the incident.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>751</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Behavior" type="BehaviorDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>Describes behavior by category and provides a detailed description.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
         
<ann:EdFiId>750</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Behavior/BehaviorDetailedDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p199.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
Specifies a more granular level of detail of a behavior involved in the incident.
appinfo
<ann:EdFiId>751</ann:EdFiId>
source <xs:element name="BehaviorDetailedDescription" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Specifies a more granular level of detail of a behavior involved in the incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>751</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Behavior/Behavior
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p200.png
namespace http://ed-fi.org/0200
type BehaviorDescriptorReferenceType
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
Describes behavior by category and provides a detailed description.
appinfo
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
<ann:EdFiId>750</ann:EdFiId>
source <xs:element name="Behavior" type="BehaviorDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Describes behavior by category and provides a detailed description.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
     
<ann:EdFiId>750</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>