|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  112 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.        <xs:extension base="BreadCrumbVersion-9-string" >           <xs:attribute name="EncodingType" use="required">             <xs:simpleType>                <xs:restriction base="xs:NMTOKEN">                   <xs:enumeration value="base64Binary"/>                </xs:restriction>             </xs:simpleType>           </xs:attribute>        </xs:extension>     </xs:simpleContent>  </xs:complexType>  <xs:simpleType name="BreadCrumbVersion-9-string">     <xs:restriction base="xs:base64Binary">        <xs:length value="11"/>     </xs:restriction>  </xs:simpleType >  Used By:  This entry is used directly by one other data structure in this standard, a DF called  DF_VehicleMotionTrail <ASN> <XML>.   In addition, this item may be used by data structures in  other ITS standards.  7.22 Data Element: DE_BumperHeightFront  Use:  The  DE_Bumper Height Front data element conveys the height of the front bumper of the vehicle.   In cases of vehicles with complex bumper shapes, the center of the mass of the bumper (where the bumper  can best absorb an impact) should be used.    ASN.1 Representation:    BumperHeightFront ::= INTEGER (0..127) -- in units of 0.01 meters from ground surface.  XML Representation:    <xs:simpleType name="BumperHeightFront" >        <xs:annotation>           <xs:documentation>                     in units of 0.01 meters from ground surface.           </xs:documentation>        </xs:annotation>        <xs:restriction base="xs:unsignedByte">           <xs:maxInclusive value="127"/>        </xs:restriction>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  DF_BumperHeights <ASN> <XML>.   In addition, this item may be used by data structures in other  ITS standards.  7.23 Data Element: DE_BumperHeightRear  Use:  The  DE_Bumper Height Rear data element conveys the height of the rear bumper of the vehicle.  In  cases of vehicles with complex bumper shapes, the center of the mass of the bumper (where the bumper can  best absorb an impact) should be used.    ASN.1 Representation:    BumperHeightRear ::= INTEGER (0..127) -- in units of 0.01 meters from ground surface.  XML Representation:    <xs:simpleType name="BumperHeightRear" >        <xs:annotation>           <xs:documentation>                     in units of 0.01 meters from ground surface.  </xs:documentation>        </xs:annotation>        <xs:restriction base="xs:unsignedByte">           <xs:maxInclusive value="127"/>  |