Skip to content

Commit

Permalink
Merge pull request #243 from FIXTradingCommunity/Issue228
Browse files Browse the repository at this point in the history
[#228] Attribute scenarioRefID must be optional in general, only required when a reference is actually made
  • Loading branch information
kleihan authored Nov 16, 2024
2 parents 7006203 + 03e9d27 commit a25c69e
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 @@ -909,9 +909,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 a25c69e

Please sign in to comment.