complexType InterventionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p802.png
namespace http://ed-fi.org/0210
children EducationOrganizationReference InterventionIdentificationCode
used by
element InterventionReferenceType/InterventionIdentity
annotation
documentation
Identity of an Intervention.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="InterventionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an Intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the Education Organization which is sponsoring the intervention implementation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterventionIdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InterventionIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p803.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
Relates the Education Organization which is sponsoring the intervention implementation.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Education Organization which is sponsoring the intervention implementation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionIdentityType/InterventionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p804.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to an intervention.
source <xs:element name="InterventionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
 
</xs:annotation>
</xs:element>