complexType tcip:CCAlarm
diagram
namespace http://www.TCIP-Adopted-03-00-01
children parameter-id recovered value loc-lat loc-lon loc-dir loc-spd time other-alarms localCCAlarm
used by
elements tcip:CCPollResponseContents/activeAlarms/activeAlarm tcip:CcPTVehicleAlarm/alarms/alarm tcip:CCPTVAlarm/alarm-info
source <xs:complexType name="CCAlarm">
 
<xs:sequence>
   
<xs:element name="parameter-id" type="OB-PID"/>
   
<xs:element name="recovered" type="CPT-Boolean"/>
   
<xs:element name="value" type="OB-Parameter"/>
   
<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="loc-spd" type="OB-J1587-VelocityVectorSpeed" minOccurs="0"/>
   
<xs:element name="time" type="CPT-DateTime"/>
   
<xs:element name="other-alarms" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="5">
         
<xs:element name="other-alarm" type="CC-AlarmCode"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localCCAlarm" type="local:CCAlarm" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:CCAlarm/parameter-id
diagram
type tcip:OB-PID
properties
isRef 0
content simple
source <xs:element name="parameter-id" type="OB-PID"/>

element tcip:CCAlarm/recovered
diagram
type tcip:CPT-Boolean
properties
isRef 0
content simple
source <xs:element name="recovered" type="CPT-Boolean"/>

element tcip:CCAlarm/value
diagram
type tcip:OB-Parameter
properties
isRef 0
content simple
facets
maxLength 16
source <xs:element name="value" type="OB-Parameter"/>

element tcip:CCAlarm/loc-lat
diagram
type lrms:Latitude
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="loc-lat" type="lrms:Latitude" minOccurs="0"/>

element tcip:CCAlarm/loc-lon
diagram
type lrms:Longitude
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="loc-lon" type="lrms:Longitude" minOccurs="0"/>

element tcip:CCAlarm/loc-dir
diagram
type lrms:Angle
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deg rad cdeg
source <xs:element name="loc-dir" type="lrms:Angle" minOccurs="0"/>

element tcip:CCAlarm/loc-spd
diagram
type tcip:OB-J1587-VelocityVectorSpeed
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="loc-spd" type="OB-J1587-VelocityVectorSpeed" minOccurs="0"/>

element tcip:CCAlarm/time
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="time" type="CPT-DateTime"/>

element tcip:CCAlarm/other-alarms
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children other-alarm
source <xs:element name="other-alarms" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="5">
     
<xs:element name="other-alarm" type="CC-AlarmCode"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCAlarm/other-alarms/other-alarm
diagram
type tcip:CC-AlarmCode
properties
isRef 0
content simple
source <xs:element name="other-alarm" type="CC-AlarmCode"/>

element tcip:CCAlarm/localCCAlarm
diagram
type CCAlarm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localCCAlarm" type="local:CCAlarm" minOccurs="0"/>


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