simpleType CodeValue
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements DescriptorType/CodeValue DescriptorReferenceType/CodeValue
facets
Kind Value annotation 
minLength 
maxLength 50 
annotation
documentation
A code or abbreviation for an element.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="CodeValue">
 
<xs:annotation>
   
<xs:documentation>A code or abbreviation for an element.</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="50"/>
 
</xs:restriction>
</xs:simpleType>