complexType InterventionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p714.png
namespace http://ed-fi.org/0200
children InterventionIdentificationCode EducationOrganizationReference
used by
element InterventionReferenceType/InterventionIdentity
annotation
documentation
Encapsulate the attributes that can be used to lookup the intervention.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>433</ann:EdFiId>
source <xs:complexType name="InterventionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulate the attributes that can be used to lookup the intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>433</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="InterventionIdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2048</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2047</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InterventionIdentityType/InterventionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p715.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>2048</ann:EdFiId>
source <xs:element name="InterventionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2048</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element InterventionIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p716.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing educational organization record.
appinfo
<ann:EdFiId>2047</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2047</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>