Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVAlarmLimits

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVAlarmLimits
Used by (from the same schema document) Element ccPTVAlarmLimits
Abstract no
XML Instance Representation
<...>
<fileHeader> CPTLoadFileHeader </fileHeader> [1]
<thresholds> [0..1]
Start Sequence [1..100]
<threshold> CCParameterThreshold </threshold> [1]
End Sequence
</thresholds>
<parameterLogRates> [0..1]
Start Sequence [1..100]
<parameterLogRate> CCParameterReportRequest </parameterLogRate> [1]
End Sequence
</parameterLogRates>
<offRouteLogRates> CCActivateRouteAdherence </offRouteLogRates> [1]
<offRouteReportRates> CCActivateRouteAdherence </offRouteReportRates> [0..1]
<offScheduleReportRates> CCActivateScheduleAdherence </offScheduleReportRates> [0..1]
<manualAlarms> [0..1]
Start Sequence [1..100]
<manualAlarm> CCManualAlarmDefinition </manualAlarm> [1]
End Sequence
</manualAlarms>
<enableCode> CPT-GenericCounter </enableCode> [0..1]
<disableCode> CPT-GenericCounter </disableCode> [0..1]
</...>
Diagram
h-956766127 h-1950810329 h-1452142729 h2104458060 h2104458060 h1980060750 h1436184409 h240005744 h240005744
Schema Component Representation
<xs:complexType name="CcPTVAlarmLimits">
<xs:sequence>
<xs:element name="fileHeader" type=" CPTLoadFileHeader "/>
<xs:element name="thresholds" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="threshold" type=" CCParameterThreshold "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="parameterLogRates" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="parameterLogRate" type=" CCParameterReportRequest "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="offRouteLogRates" type=" CCActivateRouteAdherence "/>
<xs:element name="offRouteReportRates" type=" CCActivateRouteAdherence " minOccurs="0"/>
<xs:element name="offScheduleReportRates" type=" CCActivateScheduleAdherence " minOccurs="0"/>
<xs:element name="manualAlarms" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="manualAlarm" type=" CCManualAlarmDefinition "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="enableCode" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="disableCode" type=" CPT-GenericCounter " minOccurs="0"/>
</xs:sequence>
</xs:complexType>