File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <xs : documentation > A short name of the project. </xs : documentation >
4848 </xs : annotation >
4949 </xs : element >
50- <xs : element minOccurs =" 1" name =" TITLE" type = " xs:string " >
50+ <xs : element minOccurs =" 1" name =" TITLE" >
5151 <xs : annotation >
5252 <xs : documentation > A short descriptive title for the project.
53- </xs : documentation >
53+ </xs : documentation >
5454 </xs : annotation >
55+ <xs : simpleType >
56+ <xs : restriction base =" xs:string" >
57+ <xs : minLength value =" 20" />
58+ <xs : maxLength value =" 250" />
59+ </xs : restriction >
60+ </xs : simpleType >
5561 </xs : element >
56- <xs : element minOccurs =" 0 " name =" DESCRIPTION" type = " xs:string " >
62+ <xs : element minOccurs =" 1 " name =" DESCRIPTION" >
5763 <xs : annotation >
5864 <xs : documentation > A long description of the scope of the project.
59- </xs : documentation >
65+ </xs : documentation >
6066 </xs : annotation >
67+ <xs : simpleType >
68+ <xs : restriction base =" xs:string" >
69+ <xs : minLength value =" 20" />
70+ <xs : maxLength value =" 4000" />
71+ </xs : restriction >
72+ </xs : simpleType >
6173 </xs : element >
6274 <xs : element minOccurs =" 0" name =" COLLABORATORS" >
6375 <xs : complexType >
You can’t perform that action at this time.
0 commit comments