Navigation bar
  Print document Start Previous page
 216 of 289 
Next page End  

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
216 -
This is a draft document of the SAE ATIS committee, subject to change.
7.2 Data Frame: DF_ITIS-Codes_And_Text
Use: The use of ITIS codes interspersed with free text.  The complete set of ITIS codes can be found in
Volume Two of the J2540 Standard.  This is a set of nealry 1,500 items which are used to encode common
events and list items in ITS.
ASN.1 Representation:
ITIScodesAndText ::= SEQUENCE (SIZE(1..100)) OF SEQUENCE {
  item CHOICE    {
       itis ITIScodes,
       text ITIStext
       } -- # UNTAGGED
  }
XML Representation:
<xs:complexType name="ITIScodesAndText" >
   <xs:sequence minOccurs="1" maxOccurs="100">
      <xs:choice >
         <xs:element name="itis" type="ITIScodes" />
         <xs:element name="text" type="ITIStext" />
      </xs:choice>
   </xs:sequence>
</xs:complexType>