We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7006203 + 03e9d27 commit a25c69eCopy full SHA for a25c69e
repository/src/main/resources/xsd/repositorytypes.xsd
@@ -909,9 +909,9 @@
909
<xs:annotation>
910
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
911
</xs:annotation>
912
- <xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
+ <xs:attribute name="scenarioRefId" type="fixr:id_t">
913
914
- <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>
915
916
</xs:attribute>
917
<xs:attribute name="scenarioRef" type="fixr:Name_t">
0 commit comments