Previous Next  

Element: Schedule

Document type

Module

Document XPath

/Module/Schedules/Schedule

Schema XPath

/ConfigRecord/Module/Schedules/Schedule

Description

The Schedule element defines an ARINC 653 schedule.

To define a schedule, add a Schedules element to your Module document (if one does not already exist) and then add a Schedule element for each schedule you want to create. Each Schedule must have a unique attribute between 0 and 15. The schedule with an of 0 is the initial schedule and is run at startup. You must define a schedule with an of 0. All others are optional and need not be numbered consecutively.

<Schedules>
 <Schedule
  Id="0">
 </Schedule>
 <Schedule
  Id="1">
 </Schedule>
</Schedules>
			

The Schedule element contains a PartitionWindow element for each time segment in the schedule.

<Schedules>
 <Schedule
  Id="0">
  <PartitionWindow .../>
 </Schedule>
 <Schedule
  Id="1">
  <PartitionWindow ..."/>
  <PartitionWindow .../>
  <PartitionWindow .../>
 </Schedule>
</Schedules>			
			
Use

Optional, unbounded

Children

PartitionWindow

Attributes

Id

Restrictions

None

Attribute: Id

Document XPath
/Module/Schedules/Schedule/@Id
Schema XPath
/ConfigRecord/Module/Schedules/Schedule/@Id
Description

The numeric identifier for the schedule. This value is used to index into an array of schedules on the target. Schedule 0 is run at startup. The schedule can be changed using the partitionModeSet API. Schedule numbers do not need to be consecutive, nor does the numbering of schedules, other than schedule 0 have any impact on when they are run.

Use

Required

Target location

None

XML data type

IdentifierValueType

Destination data type

N/A

Behavior if not specified

N/A

Values with special meanings

0: Schedule 0 is run at startup.

Restrictions



Generated on 2007-10-15 17:17:22.