![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
60 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
point is used. -->
<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.23 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,
...
}
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>
|