complexType StaffEducationOrganizationContactAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1348.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference EducationOrganizationReference Address ContactTitle ContactType ElectronicMailAddress Telephone
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association provides the contact information of the staff associated with the education organization.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StaffEducationOrganizationContactAssociation">
 
<xs:annotation>
   
<xs:documentation>This association provides the contact information of the staff associated with the education organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<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="Address" type="Address" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The optional address for the contact associated with the EducationOrganization.</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:element name="ContactType" type="ContactTypeDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates the type for the contact information.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ContactTypeDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ElectronicMailAddress" type="ElectronicMailAddress">
         
<xs:annotation>
           
<xs:documentation>The email for the contact associated with the EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The optional telephone for the contact associated with the EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffEducationOrganizationContactAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1349.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 StaffEducationOrganizationContactAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1350.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 StaffEducationOrganizationContactAssociation/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1351.png
namespace http://ed-fi.org/0210
type Address
properties
minOcc 0
maxOcc 1
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType DoNotPublishIndicator
annotation
documentation
The optional address for the contact associated with the EducationOrganization.
source <xs:element name="Address" type="Address" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The optional address for the contact associated with the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationContactAssociation/ContactTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1352.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>

element StaffEducationOrganizationContactAssociation/ContactType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1353.png
namespace http://ed-fi.org/0210
type ContactTypeDescriptorReferenceType
properties
minOcc 0
maxOcc 1
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
Indicates the type for the contact information.
appinfo
<ann:Descriptor>ContactTypeDescriptor</ann:Descriptor>
source <xs:element name="ContactType" type="ContactTypeDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates the type for the contact information.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ContactTypeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationContactAssociation/ElectronicMailAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1354.png
namespace http://ed-fi.org/0210
type ElectronicMailAddress
properties
content simple
facets
Kind Value Annotation
minLength 7
maxLength 128
annotation
documentation
The email for the contact associated with the EducationOrganization.
source <xs:element name="ElectronicMailAddress" type="ElectronicMailAddress">
 
<xs:annotation>
   
<xs:documentation>The email for the contact associated with the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationContactAssociation/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1355.png
namespace http://ed-fi.org/0210
type Telephone
properties
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator DoNotPublishIndicator
annotation
documentation
The optional telephone for the contact associated with the EducationOrganization.
source <xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The optional telephone for the contact associated with the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>