Skip to content

Remove scenarioRefId from attribute group scenarioRefGrp #296

Description

@kleihan

Orchestra v1.1 RC3 removed numeric scenario identifiers (see #271). However, the numeric identifier for scenario references (scenarioRefId) was not removed. The attribute is part of the attribute group scenarioRefGrp, whereby only the name (scenarioRef) will be left. Hence, the group is no longer needed and can be replaced with the remaining attribute scenarioRef.

	<xs:attributeGroup name="scenarioRefGrp">
		<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">
			<xs:annotation>
				<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">
			<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>
		</xs:attribute>
	</xs:attributeGroup>

Metadata

Metadata

Assignees

No one assigned

    Labels

    ERRATAErrors and omissions, inconsistencies

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions