|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  63 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.  XML Representation:    <xs:complexType name="ExitService" >        <xs:sequence>           <!-- need values,  if this just itits and text? -->           <xs:element name="item1" >              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>           <xs:element name="item2"  minOccurs="0">              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>           <xs:element name="item3"  minOccurs="0">              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>        </xs:sequence>  </xs:complexType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in  other ITS standards.  6.22 Data Frame: DF_ITIS_Phrase_GenericSignage  Use:  AAA An empty definition field.  ASN.1 Representation:    GenericSignage ::= SEQUENCE {     -- need values, if this just itits and text?      item1     INTEGER,     item2     INTEGER OPTIONAL,      item3     INTEGER OPTIONAL,      ...      }  XML Representation:    <xs:complexType name="GenericSignage" >        <xs:sequence>           <!-- need values,  if this just itits and text? -->           <xs:element name="item1" >              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>           <xs:element name="item2"  minOccurs="0">              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>           <xs:element name="item3"  minOccurs="0">              <xs:simpleType>                    <xs:restriction base="xs:int"/>              </xs:simpleType>           </xs:element>        </xs:sequence>  </xs:complexType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in  other ITS standards.  |