simpleType Version
namespace http://ed-fi.org/0110
type xs:int
used by
elements Assessment/Version AssessmentFamily/Version AssessmentIdentityType/Version AssessmentFamilyIdentityType/Version
annotation
documentation
The version identifier for the assessment.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="Version">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int"/>
</xs:simpleType>