Class PositionOfCurrentEntity

Applied Stereotypes:
XSDcomplexType

Reference to the current Entity. The position in a route is defined through the position of this entity (used in RoutePosition).

Used in:
InRoutePosition
Properties
  Name Type Cardinality AppliedStereotypes Description
  entityRef Entity 1..1 nameRef, XSDattribute Reference to an entity.
XSD 1.3 Representation


<xsd:complexType name="PositionOfCurrentEntity">
<xsd:attribute name="entityRef" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute

To XSD