Skip to content

Commit

Permalink
Remove default values
Browse files Browse the repository at this point in the history
Scenario references are optional.
  • Loading branch information
kleihan committed Oct 13, 2024
1 parent 663ffe0 commit 7621560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -874,14 +874,14 @@
</xs:attributeGroup>
<xs:attributeGroup name="scenarioRefGrp">
<xs:annotation>
<xs:documentation>A reference to a scenario by its key identifiers</xs:documentation>
<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" default="1" use="required">
<xs:attribute name="scenarioRefId" type="fixr:id_t" use="required">
<xs:annotation>
<xs:documentation>Unique identifier of a scenario. Default is '1' for base scenario.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="scenarioRef" type="fixr:Name_t" default="base">
<xs:attribute name="scenarioRef" type="fixr:Name_t">
<xs:annotation>
<xs:documentation>Name of a scenario. The name is optional as part of a reference and only for convenience.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 7621560

Please sign in to comment.