Skip to content

Commit

Permalink
scenarioRefID must be optional
Browse files Browse the repository at this point in the history
Fixes #228
  • Loading branch information
kleihan committed Nov 16, 2024
1 parent 51932bb commit 03e9d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,9 @@
<xs:annotation>
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
</xs:annotation>
<xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
<xs:attribute name="scenarioRefId" type="fixr:id_t">
<xs:annotation>
<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>
</xs:annotation>
</xs:attribute>
<xs:attribute name="scenarioRef" type="fixr:Name_t">
Expand Down

0 comments on commit 03e9d27

Please sign in to comment.