Class Entities
- Applied Stereotypes:
-
XSDcomplexType
Definition of entities (scenario objects or entity selections) in a scenario.
- Used in:
-
ScenarioDefinition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
entitySelections |
EntitySelection |
0..* |
XSDunwrapped,
XSDelement
|
A list of entity selection definitions. |
| |
scenarioObjects |
ScenarioObject |
0..* |
XSDunwrapped,
XSDelement
|
A list of scenario object definitions that pairs an entity object and a controller. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Entities">
<xsd:sequence>
<xsd:element name="ScenarioObject" type="ScenarioObject" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="EntitySelection" type="EntitySelection" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'entitySelections'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'entitySelections'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'scenarioObjects'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'scenarioObjects'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property entitySelections
-
Property scenarioObjects
|
To XSD