simpleType CIPCode
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element CTEProgram/CIPCode
facets
Kind Value annotation 
minLength 
maxLength 120 
annotation
documentation
Number and description of the CIP Code associated with the student’s CTE program.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="CIPCode">
 
<xs:annotation>
   
<xs:documentation>Number and description of the CIP Code associated with the student’s CTE program.</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="120"/>
 
</xs:restriction>
</xs:simpleType>