complexType InstitutionTelephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p767.png
namespace http://ed-fi.org/0210
children TelephoneNumber InstitutionTelephoneNumberType
used by
element EducationOrganization/InstitutionTelephone
annotation
documentation
The 10-digit telephone number, including the area code, for the organization.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="InstitutionTelephone">
 
<xs:annotation>
   
<xs:documentation>The 10-digit telephone number, including the area code, for the organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="TelephoneNumber" type="TelephoneNumber">
     
<xs:annotation>
       
<xs:documentation>The telephone number including the area code, and extension, if applicable.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InstitutionTelephoneNumberType" type="InstitutionTelephoneNumberType">
     
<xs:annotation>
       
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InstitutionTelephone/TelephoneNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p768.png
namespace http://ed-fi.org/0210
type TelephoneNumber
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 24
annotation
documentation
The telephone number including the area code, and extension, if applicable.
source <xs:element name="TelephoneNumber" type="TelephoneNumber">
 
<xs:annotation>
   
<xs:documentation>The telephone number including the area code, and extension, if applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InstitutionTelephone/InstitutionTelephoneNumberType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p769.png
namespace http://ed-fi.org/0210
type InstitutionTelephoneNumberType
properties
content simple
facets
Kind Value Annotation
enumeration Main
enumeration Administrative
enumeration Health Clinic
enumeration Attendance
enumeration Other
enumeration Fax
enumeration Food Service
annotation
documentation
The type of communication number listed for an individual or organization.
source <xs:element name="InstitutionTelephoneNumberType" type="InstitutionTelephoneNumberType">
 
<xs:annotation>
   
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
 
</xs:annotation>
</xs:element>