simpleType
StaffId
namespace | http://ed-fi.org/0110 | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="StaffId"> <xs:annotation> <xs:documentation>The person'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> |