![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
179 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:appinfo>
notEquipped (0) -- B'00 Not Equipped
off (1) -- B'01 Off
on (2) -- B'10 On or active (engaged)
</xs:appinfo>
<xs:documentation>
Encoded as a 2 bit value
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="notEquipped"/>
<xs:enumeration value="off"/>
<xs:enumeration value="on"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Seems to be a dupe with another entry, remove one of them.
7.125 Data Element: DE_StateConfidence
Use: The StateConfidence data element is used to relate additional data about the confidence of the current
movement phase and its estimated time values.
ASN.1 Representation:
StateConfidence ::= ENUMERATED {
unKnownEstimate (0),
minTime (1),
maxTime (2),
timeLikeklyToChange (3),
... -- # LOCAL_CONTENT
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="StateConfidence" >
<xs:annotation>
<xs:appinfo>
unKnownEstimate (0)
minTime (1)
maxTime (2)
timeLikeklyToChange (3)
</xs:appinfo>
<xs:documentation>
values to 127 reserved for std use
values 128 to 255 reserved for local use
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
|