simpleType dsrc:Speed
namespace http://www.DSRC-Draft-02-00-15
type restriction of xs:short
used by
elements dsrc:BasicSafetyMessage/speed dsrc:FullPositionVector/speed dsrc:UpdateVector/speed dsrc:ValueList/speed
facets
minInclusive -32765
maxInclusive 32765
annotation
documentation
      
            Units of 0.01 m/s
        
source <xs:simpleType name="Speed">
 
<xs:annotation>
   
<xs:documentation>      
            Units of 0.01 m/s
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:short">
   
<xs:minInclusive value="-32765"/>
   
<xs:maxInclusive value="32765"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy