unbounded maximum number of <hint>'s in metadata schemas

This commit is contained in:
thomashaw
2017-06-21 18:54:03 +01:00
parent 48f09bec49
commit c3a092f680
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<xs:element name="reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="software_name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="software_license" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="solution" type="xs:string" minOccurs="0" maxOccurs="1"/>
<!--I/O: an encoder writes it's output to one fact, and reads from one or more-->

View File

@@ -35,7 +35,7 @@
<xs:element name="reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="software_name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="software_license" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="solution" type="xs:string" minOccurs="0" maxOccurs="1"/>
<!--I/O: a generator writes it's output to one fact & can also take inputs-->

View File

@@ -201,7 +201,7 @@
<!--optional hints-->
<xs:element name="msf_module" type="MSFregexp" minOccurs="0" maxOccurs="1"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="hint" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="solution" type="xs:string" minOccurs="0" maxOccurs="1"/>
<!-- cannot co-exist with a system matching ALL of the optionally specified values (can be repeated for OR)-->