mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
unbounded maximum number of <hint>'s in metadata schemas
This commit is contained in:
@@ -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-->
|
||||
|
||||
@@ -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-->
|
||||
|
||||
@@ -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)-->
|
||||
|
||||
Reference in New Issue
Block a user