complexType InstitutionTelephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p541.png
namespace http://ed-fi.org/0110
children TelephoneNumber
used by
element EducationOrganization/Telephone
attributes
Name  Type  Use  Default  Fixed  annotation
InstitutionTelephoneNumberTypeInstitutionTelephoneNumberTypeoptional      
documentation
The type of communication number listed for an individual or organization.
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:sequence>
 
<xs:attribute name="InstitutionTelephoneNumberType" type="InstitutionTelephoneNumberType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute InstitutionTelephone/@InstitutionTelephoneNumberType
type InstitutionTelephoneNumberType
properties
isRef 0
use optional
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:attribute name="InstitutionTelephoneNumberType" type="InstitutionTelephoneNumberType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element InstitutionTelephone/TelephoneNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p542.png
namespace http://ed-fi.org/0110
type TelephoneNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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>