complexType Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1214.png
namespace http://ed-fi.org/0110
children TelephoneNumber
used by
elements Parent/Telephone Staff/Telephone Student/Telephone ParentIdentityType/Telephone StaffIdentityType/Telephone
attributes
Name  Type  Use  Default  Fixed  annotation
TelephoneNumberTypeTelephoneNumberTypeoptional      
documentation
The type of communication number listed for an individual or organization.
PrimaryTelephoneNumberIndicatorxs:booleanoptional      
documentation
An indication that the telephone number should be used as the principal number for an individual or organization.
TextMessageCapabilityIndicatorxs:booleanoptional      
documentation
An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.
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:sequence>
 
<xs:attribute name="TelephoneNumberType" type="TelephoneNumberType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The type of communication number listed for an individual or organization.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PrimaryTelephoneNumberIndicator" type="xs:boolean" use="optional">
   
<xs:annotation>
     
<xs:documentation>An indication that the telephone number should be used as the principal number for an individual or organization.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="TextMessageCapabilityIndicator" type="xs:boolean" use="optional">
   
<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:attribute>
</xs:complexType>

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

attribute Telephone/@PrimaryTelephoneNumberIndicator
type xs:boolean
properties
isRef 0
use optional
annotation
documentation
An indication that the telephone number should be used as the principal number for an individual or organization.
source <xs:attribute name="PrimaryTelephoneNumberIndicator" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>An indication that the telephone number should be used as the principal number for an individual or organization.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Telephone/@TextMessageCapabilityIndicator
type xs:boolean
properties
isRef 0
use optional
annotation
documentation
An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.
source <xs:attribute name="TextMessageCapabilityIndicator" type="xs:boolean" use="optional">
 
<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:attribute>

element Telephone/TelephoneNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1215.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>