diagram | |||
namespace | http://dsrc_r70/DSRC | ||
children | dataType subType sendOnLessThenValue sendOnMoreThenValue sendAll | ||
used by |
| ||
source | <xsd:complexType name="VehicleStatusRequest"> <xsd:sequence> <xsd:element name="dataType" type="VehicleStatusDeviceTypeTag"/> <xsd:element name="subType" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="1" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="15"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="sendOnLessThenValue" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="2" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:short"> <xsd:minInclusive value="-32767"/> <xsd:maxInclusive value="32767"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="sendOnMoreThenValue" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="3" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:short"> <xsd:minInclusive value="-32767"/> <xsd:maxInclusive value="32767"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="sendAll" type="asn1:BOOLEAN" minOccurs="0"/> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
diagram | |||||
type | VehicleStatusDeviceTypeTag | ||||
properties |
| ||||
children | unknown lights wipers brakes stab trac abs sunS rainS airTemp steering vertAccelThres vertAccel hozAccelLong hozAccelLat hozAccelCon accel4way confidenceSet obDist obDirect yaw yawRateCon dateTime fullPos position2D position3D vehicle speedHeadC speedC | ||||
source | <xsd:element name="dataType" type="VehicleStatusDeviceTypeTag"/> |
diagram | |||||||||
type | restriction of xsd:unsignedByte | ||||||||
properties |
| ||||||||
facets |
| ||||||||
source | <xsd:element name="subType" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="1" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="15"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | |||||||||
type | restriction of xsd:short | ||||||||
properties |
| ||||||||
facets |
| ||||||||
source | <xsd:element name="sendOnLessThenValue" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="2" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:short"> <xsd:minInclusive value="-32767"/> <xsd:maxInclusive value="32767"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | |||||||||
type | restriction of xsd:short | ||||||||
properties |
| ||||||||
facets |
| ||||||||
source | <xsd:element name="sendOnMoreThenValue" minOccurs="0"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="3" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:short"> <xsd:minInclusive value="-32767"/> <xsd:maxInclusive value="32767"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | |||||||||
type | asn1:BOOLEAN | ||||||||
properties |
| ||||||||
children | true false | ||||||||
source | <xsd:element name="sendAll" type="asn1:BOOLEAN" minOccurs="0"/> |