|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  62 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.                                    -- data about one or more                                     -- priority zones     ...      }  XML Representation:    <xs:complexType name="Intersection" >        <xs:sequence>           <xs:element name="name" type="DescriptiveName"  minOccurs="0"/>           <xs:element name="id" type="IntersectionID" />           <!-- a gloablly unique value,           the upper bytes of which may not           be sent if the context is known -->           <xs:element name="refPoint" type="ReferencePoint"  minOccurs="0"/>           <!-- the reference from which subsequent           data points are offset untill a new           point is used. -->           <xs:element name="laneWidth" type="LaneWidth"  minOccurs="0"/>           <!-- reference width used by subsequent           lanes until a new width is given -->           <xs:element name="type" type="IntersectionStatusObject"  minOccurs="0"/>           <!-- data about the intersection -->           <xs:element name="approachs" >              <xs:complexType>                 <xs:sequence minOccurs="1" maxOccurs="32">                    <xs:element name="approach" type="ApproachObject" />                    <!-- data about one or more approaches -->                 </xs:sequence>              </xs:complexType>           </xs:element>           <xs:element name="premeptZones"  minOccurs="0">              <xs:complexType>                 <xs:sequence minOccurs="1" maxOccurs="32">                    <xs:element name="premeptZone" type="SignalControlZone" />                    <!-- data about one or more premept zones -->                 </xs:sequence>              </xs:complexType>           </xs:element>           <xs:element name="priorityZones"  minOccurs="0">              <xs:complexType>                 <xs:sequence minOccurs="1" maxOccurs="32">                    <xs:element name="priorityZone" type="SignalControlZone" />                    <!-- data about one or more priority zones -->                 </xs:sequence>              </xs:complexType>           </xs:element>        </xs:sequence>  </xs:complexType>  Used By:  This entry is used directly by one other data structure in this standard, a MSG called  MSG_MapData (GID Layer) <ASN> <XML>.   In addition, this item may be used by data structures in  other ITS standards.  6.21 Data Frame: DF_ITIS_Phrase_ExitService  Use:  AAA An empty definition field.  ASN.1 Representation:    ExitService ::= SEQUENCE {     -- need values, if this just itits and text?      item1     INTEGER,     item2     INTEGER OPTIONAL,      item3     INTEGER OPTIONAL,      ...      }  |