complexType StaffEducationOrganizationContactAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1356.png
namespace http://ed-fi.org/0210
children StaffReference EducationOrganizationReference ContactTitle
used by
element StaffEducationOrganizationContactAssociationReferenceType/StaffEducationOrganizationContactAssociationIdentity
annotation
documentation
Identity of a StaffEducationOrganizationContactAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffEducationOrganizationContactAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StaffEducationOrganizationContactAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Staff assigned to the EducationOrganization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The EducationalOrganization to which the Staff member provides services.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContactTitle" type="ContactTitle">
     
<xs:annotation>
       
<xs:documentation>The title of the contact in the context of the EducationOrganization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffEducationOrganizationContactAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1357.png
namespace http://ed-fi.org/0210
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
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 Staff assigned to the EducationOrganization.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff assigned to the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationContactAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1358.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
The EducationalOrganization to which the Staff member provides services.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationalOrganization to which the Staff member provides services.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationContactAssociationIdentityType/ContactTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1359.png
namespace http://ed-fi.org/0210
type ContactTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The title of the contact in the context of the EducationOrganization.
source <xs:element name="ContactTitle" type="ContactTitle">
 
<xs:annotation>
   
<xs:documentation>The title of the contact in the context of the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>