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, XSDelement A list of entities this actor is referencing.
XSD 1.3 Representation


<xsd:complexType name="Actors">
<xsd:sequence>
<xsd:element name="EntityRef" type="EntityRef" minOccurs="0" maxOccurs="unbounded"/>
</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.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property selectTriggeringEntities
    • XSDattribute
  • Property entityRefs
    • XSDunwrapped [xsdElementName: "EntityRef"]
    • XSDelement [position: "1"]

To XSD