simpleType GenerationCodeSuffixType
namespace http://ed-fi.org/0110
type xs:string
used by
elements Name/GenerationCodeSuffix OtherName/GenerationCodeSuffix
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>
source <xs:simpleType name="GenerationCodeSuffixType">
 
<xs:annotation>
   
<xs:documentation>An appendage, if any, used to denote an individual&apos;s generation in his family (e.g., Jr., Sr., III).  </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>