type | restriction of xsd:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xsd:simpleType name="groupActionType"> <xsd:annotation> <xsd:documentation>Enumeration describing the types of group actions that can be conducted or requested.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="join"> <xsd:annotation> <xsd:documentation>Notification that a vehicle is joining the group.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="leave"> <xsd:annotation> <xsd:documentation>Notification that a vehicle is leaving the group.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |