simpleType Author
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements EducationContent/Author ContentStandard/Author
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
The person or organization chiefly responsible for intellectual content.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>12</ann:EdFiId>
source <xs:simpleType name="Author">
 
<xs:annotation>
   
<xs:documentation>The person or organization chiefly responsible for intellectual content.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>12</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>