Skip to content

Commit 7621560

Browse files
committed
Remove default values
Scenario references are optional.
1 parent 663ffe0 commit 7621560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,14 +874,14 @@
874874
</xs:attributeGroup>
875875
<xs:attributeGroup name="scenarioRefGrp">
876876
<xs:annotation>
877-
<xs:documentation>A reference to a scenario by its key identifiers</xs:documentation>
877+
<xs:documentation>A reference to a scenario by its key identifiers. There are no defaults as scenario references are optional.</xs:documentation>
878878
</xs:annotation>
879-
<xs:attribute name="scenarioRefId" type="fixr:id_t" default="1" use="required">
879+
<xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
880880
<xs:annotation>
881881
<xs:documentation>Unique identifier of a scenario. Default is '1' for base scenario.</xs:documentation>
882882
</xs:annotation>
883883
</xs:attribute>
884-
<xs:attribute name="scenarioRef" type="fixr:Name_t" default="base">
884+
<xs:attribute name="scenarioRef" type="fixr:Name_t">
885885
<xs:annotation>
886886
<xs:documentation>Name of a scenario. The name is optional as part of a reference and only for convenience.</xs:documentation>
887887
</xs:annotation>

0 commit comments

Comments
 (0)