Class OpenScenarioCategory

Applied Stereotypes:
XSDgroup, union

Indicates if the following content defines a scenario or a catalog.

Used in:
OpenScenario
Properties
  Name Type Cardinality AppliedStereotypes Description
  catalogDefinition CatalogDefinition 1..1 xor, XSDelement Definition of a catalog.
  scenarioDefinition ScenarioDefinition 1..1 xor, XSDelement Definition of a scenario.
  parameterValueDistributionDefinition ParameterValueDistributionDefinition 1..1 xor, XSDelement Definition of a parameter value distribution.
XSD 1.4 Representation


<xsd:group name="OpenScenarioCategory">
<xsd:choice>
<xsd:group ref="ScenarioDefinition"/>
<xsd:group ref="CatalogDefinition"/>
<xsd:group ref="ParameterValueDistributionDefinition"/>
</xsd:choice>
</xsd:group>

Change log from version 1.3
  • Property 'catalogDefinition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'scenarioDefinition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'parameterValueDistributionDefinition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDgroup [modelGroup: "choice"]
    • union
  • Property catalogDefinition
    • xor
    • XSDelement
  • Property scenarioDefinition
    • xor
    • XSDelement
  • Property parameterValueDistributionDefinition
    • xor
    • XSDelement

To XSD