Schema Component Representation
<
xs:complexType
name="
CCAlarm">
<
xs:sequence>
<
xs:element
name="
parameter-id"
type="
OB-PID
"/>
<
xs:element
name="
loc-lat"
type="
lrms:Latitude
"
minOccurs="
0"/>
<
xs:element
name="
loc-lon"
type="
lrms:Longitude
"
minOccurs="
0"/>
<
xs:element
name="
loc-dir"
type="
lrms:Angle
"
minOccurs="
0"/>
<
xs:element
name="
other-alarms"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
5">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
localCCAlarm"
type="
local:CCAlarm
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>