Navigation bar
  Print document Start Previous page
 73 of 240 
Next page End  

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
73 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   
             enclosed  SEQUENCE (SIZE(1..32)) OF LaneNumber OPTIONAL, 
                              -- lanes in this region
             laneWidth        LaneWidth  OPTIONAL, 
             nodeList         NodeList,
                              -- path details of 
                              -- the region starting from 
                              -- the stop line
             ... 
             } 
             -- Note: unlike a nodelist for lanes, 
             -- zones may overlap by a considerable degree
        },
   ... -- # LOCAL_CONTENT
   }
XML Representation:
<xs:complexType name="SignalControlZone" >
      <xs:sequence>
         <xs:element name="name" type="DescriptiveName"  minOccurs="0"/>
         <!-- used ony for debugging -->
         <xs:element name="pValue" type="SignalReqScheme" />
         <!-- peempt or prioty value  (0..7) ,
         and any stragery value to be used -->
         <xs:element name="data" >
            <xs:complexType>
               <xs:choice>
                  <xs:element name="laneSet" >
                     <xs:complexType>
                        <xs:sequence minOccurs="1" maxOccurs="32">
                           <xs:element name="laneSet-item" type="LaneNumber" />
                           <!-- a seq of of defined LaneNumbers, to be used with this p
value see thier nodelsts for paths -->
                        </xs:sequence>
                     </xs:complexType>
                  </xs:element>
                  <xs:element name="zones" >
                     <xs:complexType>
                        <xs:sequence minOccurs="1" maxOccurs="32">
                           <xs:element name="zone" >
                              <xs:complexType>
                                 <xs:sequence>
                                    <xs:element name="enclosed"  minOccurs="0">
                                       <xs:complexType>
                                          <xs:sequence minOccurs="1" maxOccurs="32">
                                             <xs:element name="enclosed-item"
type="LaneNumber" />
                                             <!-- lanes in this region -->
                                          </xs:sequence>
                                       </xs:complexType>
                                    </xs:element>
                                    <xs:element name="laneWidth" type="LaneWidth
minOccurs="0"/>
                                    <xs:element name="nodeList" type="NodeList" />
                                    <!-- path details of
                                    the region starting from
                                    the stop line -->
                                 </xs:sequence>
                              </xs:complexType>
                           </xs:element>
                           <!-- Note: unlike a nodelist for lanes, zones may overlap by a
considerable degree -->
                        </xs:sequence>
                     </xs:complexType>
                  </xs:element>
               </xs:choice>
            </xs:complexType>
         </xs:element>
Click to Convert - Powerful PDF Converter and HTML Converter.