Class Actors

Applied Stereotypes:
XSDcomplexType

A set of entities representing the actors in a maneuver group.

Used in:
ManeuverGroup
Properties
Name Type Cardinality AppliedStereotypes Description
selectTriggeringEntities boolean 1..1 XSDattribute Indicates whether the triggering entities are considered actors.
entityRefs EntityRef 0..* XSDunwrapped A list of entities this actor is referencing.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Storyboard.Story.Act.Sequence.Actors
Property Name XSD Type XSD 0.9.1 Name Migration
selectTriggeringEntities Attribute N/A Restructured in version 1.0.
entityRefs Element Entity Renamed
Element selectByTrigger Removed due to de-supported "anyEntities" as actors.

XSD 1.0 Representation


<xsd:complexType name="Actors">
<xsd:sequence>
<xsd:element name="EntityRef" minOccurs="0" maxOccurs="unbounded" type="EntityRef"/>
</xsd:sequence>
<xsd:attribute name="selectTriggeringEntities" type="Boolean" use="required"/>
</xsd:complexType>

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

To XSD To XSLT To XSD Tree