Documentation for ATIS-Draft-03-00-79

Complex Type: CCActivateScheduleAdherence

[Table of contents]

Super-types: None
Sub-types: None
Name CCActivateScheduleAdherence
Used by (from the same schema document) Complex Type CcPTVAdherenceSub , Complex Type CcPTVAlarmLimits
Abstract no
XML Instance Representation
<...>
<tolerance-early> CC-ScheduleToleranceEarly </tolerance-early> [1]
<return-tolerance-early> CC-ReturnToleranceEarly </return-tolerance-early> [0..1]
<tolerance-late> CC-ScheduleToleranceLate </tolerance-late> [1]
<return-tolerance-late> CC-ReturnToleranceLate </return-tolerance-late> [0..1]
<report-frequency> CC-ExceptionFrequencyReport </report-frequency> [0..1]
<response> CC-MsgResponse </response> [1]
</...>
Diagram
h1452268853 h539509262 h1709623956 h-1783503205 h-1923083575 h-1142651782
Schema Component Representation
<xs:complexType name="CCActivateScheduleAdherence">
<xs:sequence>
<xs:element name="tolerance-early" type=" CC-ScheduleToleranceEarly "/>
<xs:element name="return-tolerance-early" type=" CC-ReturnToleranceEarly " minOccurs="0"/>
<xs:element name="tolerance-late" type=" CC-ScheduleToleranceLate "/>
<xs:element name="return-tolerance-late" type=" CC-ReturnToleranceLate " minOccurs="0"/>
<xs:element name="report-frequency" type=" CC-ExceptionFrequencyReport " minOccurs="0"/>
<xs:element name="response" type=" CC-MsgResponse "/>
<-- indicates whether initiation triggers a status/acknowledge response -->
</xs:sequence>
</xs:complexType>