simpleType GenerationCodeSuffix
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Name/GenerationCodeSuffix OtherName/GenerationCodeSuffix
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>50</ann:EdFiId>
source <xs:simpleType name="GenerationCodeSuffix">
 
<xs:annotation>
   
<xs:documentation>An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>50</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>