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

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
142 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="TireLocation" >
      <xs:restriction base="xs:unsignedByte"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called DF_J1939-
71-Used Somehow <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.
7.74 Data Element: DE_J1939-71-Tire Pressure Threshold Detection
Use: A measure of the relative tire pressure observed.  Encoded as per the value set used in
SAE J1939
ASN.1 Representation:
TirePressureThresholdDetection ::= ENUMERATED {
   noData                (0),  -- B'000'
   overPressure          (1),  -- B'001' 
   noWarningPressure     (2),  -- B'010'
   underPressure         (3),  -- B'011'
   extremeUnderPressure  (4),  -- B'100'
   undefined             (5),  -- B'101'
   errorIndicator        (6),  -- B'110'
   notAvailable          (7),  -- B'111'
   ... -- # LOCAL_CONTENT
   }
XML Representation:
<xs:simpleType name="TirePressureThresholdDetection" >
      <xs:annotation>
         <xs:appinfo>
            noData (0) -- B&apos;000&apos;
            overPressure (1) -- B&apos;001&apos;
            noWarningPressure (2) -- B&apos;010&apos;
            underPressure (3) -- B&apos;011&apos;
            extremeUnderPressure (4) -- B&apos;100&apos;
            undefined (5) -- B&apos;101&apos;
            errorIndicator (6) -- B&apos;110&apos;
            notAvailable (7) -- B&apos;111&apos;
         </xs:appinfo>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="7"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="noData"/>
               <xs:enumeration value="overPressure"/>
               <xs:enumeration value="noWarningPressure"/>
               <xs:enumeration value="underPressure"/>
               <xs:enumeration value="extremeUnderPressure"/>
               <xs:enumeration value="undefined"/>
               <xs:enumeration value="errorIndicator"/>
               <xs:enumeration value="notAvailable"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:TirePressureThresholdDetection" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
Click to Convert - Powerful PDF Converter and HTML Converter.