complexType
Telephone
attribute Telephone/@TelephoneNumberType
attribute Telephone/@PrimaryTelephoneNumberIndicator
attribute Telephone/@TextMessageCapabilityIndicator
element Telephone/TelephoneNumber
diagram | |||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||
children | TelephoneNumber | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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 |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
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 |
|
||||
annotation |
|
||||
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 |
|
||||
annotation |
|
||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | TelephoneNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |