Class PedestrianAnimation

Applied Stereotypes:
XSDcomplexType

Defines a pedestrian's motion and gestures. A motion will override a currently active motion. A conflicting gesture will override currently active gestures.

Used in:
AnimationType
Properties
  Name Type Cardinality AppliedStereotypes Description
  motion PedestrianMotionType 0..1 XSDattribute Motion of a pedestrian.
  userDefinedPedestrianAnimation string 0..1 XSDattribute User defined pedestrian animation.
  gestures PedestrianGesture 0..* XSDunwrapped, XSDelement Gestures of a pedestrian.
XSD 1.4 Representation


<xsd:complexType name="PedestrianAnimation">
<xsd:sequence>
<xsd:element name="PedestrianGesture" type="PedestrianGesture" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="motion" type="PedestrianMotionType"/>
<xsd:attribute name="userDefinedPedestrianAnimation" type="String"/>
</xsd:complexType>

Change log from version 1.3
  • Property 'gestures'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'gestures'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property motion
    • XSDattribute
  • Property userDefinedPedestrianAnimation
    • XSDattribute
  • Property gestures
    • XSDunwrapped
    • XSDelement

To XSD