Schema Component Representation
<
xs:complexType
name="
ResponseGroup">
<
xs:sequence>
<
xs:element
name="
head"
type="
Head
"
minOccurs="
0"/>
<
xs:element
name="
weatherReport"
type="
WeatherInformation
"
minOccurs="
0"
maxOccurs="
100"/>
<
xs:element
name="
event"
type="
EventInformation
"
minOccurs="
0"
maxOccurs="
100"/>
<
xs:element
name="
route"
type="
Route
"
minOccurs="
0"
maxOccurs="
100"/>
<
xs:element
name="
detour"
type="
Route
"
minOccurs="
0"
maxOccurs="
100"/>
<
xs:element
name="
dsrcMsg"
type="
RoadSideAlert
"
minOccurs="
0"
maxOccurs="
100"/>
<
xs:element
name="
furtherData"
type="
URL-Link
"
minOccurs="
0"/>
<
xs:element
name="
tail"
type="
Tail
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>