![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
185 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<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.123 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>
<xs:restriction base="xs:string">
<xs:enumeration value="unKnownEstimate"/>
<xs:enumeration value="minTime"/>
<xs:enumeration value="maxTime"/>
<xs:enumeration value="timeLikeklyToChange"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:StateConfidence" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
|