Enumeration PedestrianGestureType

Definition of a pedestrian's gesture.

Used in:
PedestrianGesture
Enumeration Literals
  Name Applied Stereotypes Description
  phoneCallRightHand Pedestrian is holding a phone in the right hand for a call.
  phoneCallLeftHand Pedestrian is holding a phone in the left hand for a call.
  phoneTextRightHand Pedestrian is holding a phone in the right hand for texting.
  phoneTextLeftHand Pedestrian is holding a phone in the left hand for texting.
  wavingRightArm Pedestrian is waving with the right arm.
  wavingLeftArm Pedestrian is waving with the left arm.
  umbrellaRightHand Pedestrian is holding a umbrella in the right hand.
  umbrellaLeftHand Pedestrian is holding a umbrella in the left hand.
  crossArms Pedestrian is crossing both arms.
  coffeeRightHand Pedestrian is drinking a coffee with the right hand.
  coffeeLeftHand Pedestrian is drinking a coffee with left hand.
  sandwichRightHand Pedestrian is holding a sandwich with the right hand.
  sandwichLeftHand Pedestrian is holding a sandwich with the left hand.
XSD 1.3 Representation


<xsd:simpleType name="PedestrianGestureType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="phoneCallRightHand"/>
<xsd:enumeration value="phoneCallLeftHand"/>
<xsd:enumeration value="phoneTextRightHand"/>
<xsd:enumeration value="phoneTextLeftHand"/>
<xsd:enumeration value="wavingRightArm"/>
<xsd:enumeration value="wavingLeftArm"/>
<xsd:enumeration value="umbrellaRightHand"/>
<xsd:enumeration value="umbrellaLeftHand"/>
<xsd:enumeration value="crossArms"/>
<xsd:enumeration value="coffeeRightHand"/>
<xsd:enumeration value="coffeeLeftHand"/>
<xsd:enumeration value="sandwichRightHand"/>
<xsd:enumeration value="sandwichLeftHand"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD