simpleType AssessmentFamily
namespace http://ed-fi.org/0210
type restriction of xs:string
properties
base xs:string
used by
element Assessment/AssessmentFamily
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The AssessmentFamily an Assessment is a member of.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="AssessmentFamily">
 
<xs:annotation>
   
<xs:documentation>The AssessmentFamily an Assessment is a member of.</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="60"/>
 
</xs:restriction>
</xs:simpleType>