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
scenarioObjects ScenarioObject 0..* XSDunwrapped, XSDelement A list of scenario object definitions that pairs an entity object and a controller.
entitySelections EntitySelection 0..* XSDunwrapped, XSDelement A list of entity selection definitions.

XSD 1.1 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>

XSD Transformation
UML Element Stereotype Description
scenarioObjects XSDunwrapped This property represents an unwrapped list in XSD. The element name 'ScenarioObject' is used for the list elements.
entitySelections XSDunwrapped This property represents an unwrapped list in XSD. The element name 'EntitySelection' is used for the list elements.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property scenarioObjects
    • XSDunwrapped [xsdElementName: "ScenarioObject"]
    • XSDelement [position: "1"]
  • Property entitySelections
    • XSDunwrapped [xsdElementName: "EntitySelection"]
    • XSDelement [position: "2"]

To XSD To XSD Tree