simpleType TelephoneNumber
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements InstitutionTelephone/TelephoneNumber Telephone/TelephoneNumber
facets
Kind Value Annotation
minLength 1
maxLength 24
annotation
documentation
The telephone number including the area code, and extension, if applicable.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>108</ann:EdFiId>
source <xs:simpleType name="TelephoneNumber">
 
<xs:annotation>
   
<xs:documentation>The telephone number including the area code, and extension, if applicable.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>108</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="24"/>
 
</xs:restriction>
</xs:simpleType>