Enumeration ControllerType

Type of operational domains for a Controller

Used in:
Controller
Enumeration Literals
  Name Applied Stereotypes Description
  lateral The controller can only affect in the lateral movement of the object.
  longitudinal The controller can only affect in the longitudinal movement of the object.
  lighting The controller can only affect the lighting of the object.
  animation The controller can only affect an animation of the object.
  movement The controller can affect both the lateral and longitudinal movement of the object (same as version 1.1).
  appearance The controller can affect both the lighting and the animation of the object.
  all The controller can affect all possible domains of the object.
XSD 1.3 Representation


<xsd:simpleType name="ControllerType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lateral"/>
<xsd:enumeration value="longitudinal"/>
<xsd:enumeration value="lighting"/>
<xsd:enumeration value="animation"/>
<xsd:enumeration value="movement"/>
<xsd:enumeration value="appearance"/>
<xsd:enumeration value="all"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD