simpleType ContactRestrictions
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element StudentParentAssociation/ContactRestrictions
facets
Kind Value annotation 
minLength 
maxLength 250 
annotation
documentation
Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual)                                                                          
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="ContactRestrictions">
 
<xs:annotation>
   
<xs:documentation>Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual)                                                                           </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="250"/>
 
</xs:restriction>
</xs:simpleType>