simpleType ShortDescription
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements EducationContent/ShortDescription DescriptorType/ShortDescription
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
A shortened description for reference.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>103</ann:EdFiId>
source <xs:simpleType name="ShortDescription">
 
<xs:annotation>
   
<xs:documentation>A shortened description for reference.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>103</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="75"/>
 
</xs:restriction>
</xs:simpleType>