Skip to content

Commit 03e9d27

Browse files
committed
scenarioRefID must be optional
Fixes #228
1 parent 51932bb commit 03e9d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/src/main/resources/xsd/repositorytypes.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,9 +876,9 @@
876876
<xs:annotation>
877877
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
878878
</xs:annotation>
879-
<xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
879+
<xs:attribute name="scenarioRefId" type="fixr:id_t">
880880
<xs:annotation>
881-
<xs:documentation>Unique identifier of a scenario.</xs:documentation>
881+
<xs:documentation>Unique identifier of a scenario. The identifier is required when referencing another scenario.</xs:documentation>
882882
</xs:annotation>
883883
</xs:attribute>
884884
<xs:attribute name="scenarioRef" type="fixr:Name_t">

0 commit comments

Comments
 (0)