Skip to content

Commit 4293ac5

Browse files
Merge pull request #1053 from openml/develop
loosend xsd
2 parents 74766fa + 45058e9 commit 4293ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openml_OS/views/pages/api_new/v1/xsd/openml.implementation.upload.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<xs:element name="custom_name" minOccurs="0" type="oml:basic_latin128"/> <!-- Custom name given to this flow by the owner -->
1515
<xs:element name="class_name" minOccurs="0" type="oml:casual_string128"/> <!-- The (dev language) name of the class -->
1616
<xs:element name="version" minOccurs="0" type="xs:int"/> <!-- The version of the flow. Default is 1. Ignored at upload time. -->
17-
<xs:element name="external_version" minOccurs="0" type="oml:casual_string128"/> <!-- A external version, defined by the user. In combination with the name, it must be unique. It is recommended to use the md5 hash of the source code, that way any change in source code will give a unique version number (like GitHub does). It can be used to retrieve the flow later on. If left empty, an md5 hash of either the source or the binary file will be used. -->
17+
<xs:element name="external_version" minOccurs="0" type="oml:basic_latin128"/> <!-- A external version, defined by the user. In combination with the name, it must be unique. It is recommended to use the md5 hash of the source code, that way any change in source code will give a unique version number (like GitHub does). It can be used to retrieve the flow later on. If left empty, an md5 hash of either the source or the binary file will be used. -->
1818
<xs:element name="description" type="oml:basic_latin1024"/> <!-- Description of the flow, given by the user who uploaded it. -->
1919
<xs:element name="creator" minOccurs="0" maxOccurs="unbounded" type="oml:casual_string128"/> <!-- The persons/institutions that created the flow. -->
2020
<xs:element name="contributor" minOccurs="0" maxOccurs="unbounded" type="oml:casual_string128"/> <!-- Other people that contributed to the flow. -->

0 commit comments

Comments
 (0)