We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51932bb commit 03e9d27Copy full SHA for 03e9d27
repository/src/main/resources/xsd/repositorytypes.xsd
@@ -876,9 +876,9 @@
876
<xs:annotation>
877
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
878
</xs:annotation>
879
- <xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
+ <xs:attribute name="scenarioRefId" type="fixr:id_t">
880
881
- <xs:documentation>Unique identifier of a scenario.</xs:documentation>
+ <xs:documentation>Unique identifier of a scenario. The identifier is required when referencing another scenario.</xs:documentation>
882
883
</xs:attribute>
884
<xs:attribute name="scenarioRef" type="fixr:Name_t">
0 commit comments