simpleType groupActionType
type restriction of xsd:string
properties
base xsd:string
used by
attribute groupActionElementType/@actionType
facets
Kind Value Annotation
enumeration join
documentation
Notification that a vehicle is joining the group.
enumeration leave
documentation
Notification that a vehicle is leaving the group.
annotation
documentation
Enumeration describing the types of group actions that can be conducted or requested.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy