Skip to content

Commit a25c69e

Browse files
authored
Merge pull request #243 from FIXTradingCommunity/Issue228
[#228] Attribute scenarioRefID must be optional in general, only required when a reference is actually made
2 parents 7006203 + 03e9d27 commit a25c69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,9 @@
909909
<xs:annotation>
910910
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
911911
</xs:annotation>
912-
<xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
912+
<xs:attribute name="scenarioRefId" type="fixr:id_t">
913913
<xs:annotation>
914-
<xs:documentation>Unique identifier of a scenario.</xs:documentation>
914+
<xs:documentation>Unique identifier of a scenario. The identifier is required when referencing another scenario.</xs:documentation>
915915
</xs:annotation>
916916
</xs:attribute>
917917
<xs:attribute name="scenarioRef" type="fixr:Name_t">

0 commit comments

Comments
 (0)