Skip to content

Commit 5b58bad

Browse files
authored
Merge pull request #132 from usegalaxy-eu/checklist_update
Automatic update of ENA Sample Checklists
2 parents eeae212 + bafab86 commit 5b58bad

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

ena_upload/templates/ENA.project.xsd

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,29 @@
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>

0 commit comments

Comments
 (0)