complexType InterventionPrescriptionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p815.png
namespace http://ed-fi.org/0210
children EducationOrganizationReference InterventionPrescriptionIdentificationCode
used by
element InterventionPrescriptionReferenceType/InterventionPrescriptionIdentity
annotation
documentation
Identity of an InterventionPrescription.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="InterventionPrescriptionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an InterventionPrescription.</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 InterventionPrescription.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterventionPrescriptionIdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an intervention prescription.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InterventionPrescriptionIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p816.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 InterventionPrescription.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Education Organization which is sponsoring the InterventionPrescription.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescriptionIdentityType/InterventionPrescriptionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p817.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 prescription.
source <xs:element name="InterventionPrescriptionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention prescription.</xs:documentation>
 
</xs:annotation>
</xs:element>