complexType Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1560.png
namespace http://ed-fi.org/0200
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator
used by
elements Parent/Telephone Staff/Telephone Student/Telephone ParentLookupType/Telephone StaffLookupType/Telephone
annotation
documentation
The 10-digit telephone number, including the area code, for the person.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>535</ann:EdFiId>
source <xs:complexType name="Telephone">
 
<xs:annotation>
   
<xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>535</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>949</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TelephoneNumberType" type="TelephoneNumberType">
     
<xs:annotation>
       
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>950</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OrderOfPriority" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>948</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TextMessageCapabilityIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>951</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Telephone/TelephoneNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1561.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>949</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>949</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Telephone/TelephoneNumberType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1562.png
namespace http://ed-fi.org/0200
type TelephoneNumberType
properties
content simple
facets
Kind Value Annotation
enumeration Fax
appinfo
<ann:EdFiId>245-003</ann:EdFiId>
enumeration Emergency 1
appinfo
<ann:EdFiId>245-001</ann:EdFiId>
enumeration Emergency 2
appinfo
<ann:EdFiId>245-002</ann:EdFiId>
enumeration Home
appinfo
<ann:EdFiId>245-004</ann:EdFiId>
enumeration Mobile
appinfo
<ann:EdFiId>245-005</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>245-006</ann:EdFiId>
enumeration Unlisted
appinfo
<ann:EdFiId>245-007</ann:EdFiId>
enumeration Work
appinfo
<ann:EdFiId>245-008</ann:EdFiId>
annotation
documentation
The type of communication number listed for an individual or organization.
appinfo
<ann:EdFiId>950</ann:EdFiId>
source <xs:element name="TelephoneNumberType" type="TelephoneNumberType">
 
<xs:annotation>
   
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>950</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Telephone/OrderOfPriority
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1563.png
namespace http://ed-fi.org/0200
type xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.
appinfo
<ann:EdFiId>948</ann:EdFiId>
source <xs:element name="OrderOfPriority" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>948</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Telephone/TextMessageCapabilityIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1564.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.
appinfo
<ann:EdFiId>951</ann:EdFiId>
source <xs:element name="TextMessageCapabilityIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>951</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>