complexType WiperSet
diagram
namespace http://dsrc_r70/DSRC
children statusFront rateFront statusRear rateRear
used by
elements WeatherProbe/rainRates VehicleStatus/wipers
source <xsd:complexType name="WiperSet">
 
<xsd:sequence>
   
<xsd:element name="statusFront" type="WiperStatus"/>
   
<xsd:element name="rateFront" type="WiperRate"/>
   
<xsd:element name="statusRear" type="WiperStatus" minOccurs="0"/>
   
<xsd:element name="rateRear" type="WiperRate" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element WiperSet/statusFront
diagram
type WiperStatus
properties
isRef 0
content complex
children unavailable off intermittent low high washerInUse automaticPresent
source <xsd:element name="statusFront" type="WiperStatus"/>

element WiperSet/rateFront
diagram
type WiperRate
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 127
source <xsd:element name="rateFront" type="WiperRate"/>

element WiperSet/statusRear
diagram
type WiperStatus
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children unavailable off intermittent low high washerInUse automaticPresent
source <xsd:element name="statusRear" type="WiperStatus" minOccurs="0"/>

element WiperSet/rateRear
diagram
type WiperRate
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 127
source <xsd:element name="rateRear" type="WiperRate" minOccurs="0"/>


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