simpleType LastSurname
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements Name/LastSurname OtherName/LastSurname Name/MaidenName
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
The name borne in common by members of a family.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="LastSurname">
 
<xs:annotation>
   
<xs:documentation>The name borne in common by members of a family.</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="75"/>
 
</xs:restriction>
</xs:simpleType>