simpleType DocumentTitle
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element IdentificationDocument/DocumentTitle
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title of the document given by the issuer.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>45</ann:EdFiId>
source <xs:simpleType name="DocumentTitle">
 
<xs:annotation>
   
<xs:documentation>The title of the document given by the issuer.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>45</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>