simpleType StaffId
namespace http://ed-fi.org/0110
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
The person's Social Security number or a state-approved alternative identification number.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="StaffId">
 
<xs:annotation>
   
<xs:documentation>The person&apos;s Social Security number or a state-approved alternative identification number.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="9"/>
   
<xs:maxLength value="9"/>
 
</xs:restriction>
</xs:simpleType>