Class MonitorDeclaration

Applied Stereotypes:
XSDcomplexType, XSDwrapperType

Declaration of a monitor that keeps track of the scenario execution. Monitors are of type Boolean and can be initialized as true or false and set during the scenario execution using the SetMonitorAction.

Used in:
ScenarioDefinition , SetMonitorAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  name string 1..1 XSDattribute Name of the monitor.
  value boolean 1..1 XSDattribute Initialisation value of the monitor.
XSD 1.3 Representation


<xsd:complexType name="MonitorDeclaration">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="value" type="Boolean" use="required"/>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
Class XSDwrapperType A complex type wrapper is created in XSD for this type. See MonitorDeclarations
Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
    • XSDwrapperType [min: "0"; xsdWrapperElementName: "MonitorDeclaration"; max: "-1"; xsdWrapperType: "MonitorDeclarations"]
  • Property name
    • XSDattribute
  • Property value
    • XSDattribute

To XSD