complexType Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1863.png
namespace http://ed-fi.org/0210
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator DoNotPublishIndicator
used by
elements Parent/Telephone Staff/Telephone Student/Telephone StaffEducationOrganizationContactAssociation/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>
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>
   
</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="TelephoneNumberType" type="TelephoneNumberType">
     
<xs:annotation>
       
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OrderOfPriority" type="OrderOfPriority" 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: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:annotation>
   
</xs:element>
   
<xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication that the telephone number should not be published.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Telephone/TelephoneNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1864.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 Telephone/TelephoneNumberType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1865.png
namespace http://ed-fi.org/0210
type TelephoneNumberType
properties
content simple
facets
Kind Value Annotation
enumeration Fax
enumeration Emergency 1
enumeration Emergency 2
enumeration Home
enumeration Mobile
enumeration Other
enumeration Unlisted
enumeration Work
annotation
documentation
The type of communication number listed for an individual or organization.
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:annotation>
</xs:element>

element Telephone/OrderOfPriority
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1866.png
namespace http://ed-fi.org/0210
type OrderOfPriority
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.
source <xs:element name="OrderOfPriority" type="OrderOfPriority" 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:annotation>
</xs:element>

element Telephone/TextMessageCapabilityIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1867.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Telephone/DoNotPublishIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1868.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication that the telephone number should not be published.
source <xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication that the telephone number should not be published.</xs:documentation>
 
</xs:annotation>
</xs:element>