complexType TireData
diagram
namespace http://dsrc_r70/DSRC
children location pressure temp wheelSensorStatus wheelEndElectFault leakageRate detection
used by
element TireDataList/TireData
source <xsd:complexType name="TireData">
 
<xsd:sequence>
   
<xsd:element name="location" type="TireLocation" minOccurs="0"/>
   
<xsd:element name="pressure" type="TirePressure" minOccurs="0"/>
   
<xsd:element name="temp" type="TireTemp" minOccurs="0"/>
   
<xsd:element name="wheelSensorStatus" type="WheelSensorStatus" minOccurs="0"/>
   
<xsd:element name="wheelEndElectFault" type="WheelEndElectFault" minOccurs="0"/>
   
<xsd:element name="leakageRate" type="TireLeakageRate" minOccurs="0"/>
   
<xsd:element name="detection" type="TirePressureThresholdDetection" minOccurs="0"/>
   
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element TireData/location
diagram
type TireLocation
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="location" type="TireLocation" minOccurs="0"/>

element TireData/pressure
diagram
type TirePressure
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 250
source <xsd:element name="pressure" type="TirePressure" minOccurs="0"/>

element TireData/temp
diagram
type TireTemp
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -8736
maxInclusive 55519
source <xsd:element name="temp" type="TireTemp" minOccurs="0"/>

element TireData/wheelSensorStatus
diagram
type WheelSensorStatus
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children off on notDefined notSupported
source <xsd:element name="wheelSensorStatus" type="WheelSensorStatus" minOccurs="0"/>

element TireData/wheelEndElectFault
diagram
type WheelEndElectFault
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children isOk isNotDefined isError isNotSupported
source <xsd:element name="wheelEndElectFault" type="WheelEndElectFault" minOccurs="0"/>

element TireData/leakageRate
diagram
type TireLeakageRate
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 64255
source <xsd:element name="leakageRate" type="TireLeakageRate" minOccurs="0"/>

element TireData/detection
diagram
type TirePressureThresholdDetection
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children noData overPressure noWarningPressure underPressure extremeUnderPressure undefined errorIndicator notAvailable
source <xsd:element name="detection" type="TirePressureThresholdDetection" minOccurs="0"/>


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