Enumeration PrecipitationType Types of precipitation. Used in: Precipitation Enumeration Literals Name Applied Stereotypes Description dry No precipitation. rain Rain. snow Snow. XSD 1.3 Representation <xsd:simpleType name="PrecipitationType"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="dry"/> <xsd:enumeration value="rain"/> <xsd:enumeration value="snow"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="parameter"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> To XSD PedestrianMotionType Priority