XML schema for work orders
- Last UpdatedOct 22, 2024
- 2 minute read
XML schema with mapped elements for the XML file in EIWM format. Scroll down to see schema examples at end of this topic.
Explanation of XML elements
|
Element |
Comment |
Required |
|---|---|---|
|
<ClassID>WORK ORDER</ClassID> |
Definition of type item |
Yes |
|
<ID>WO No</ID> <Context> <ID>WO</ID> </Context> |
External work order number <Context><ID>WO |
Yes |
|
<Name>WO Title</Name> |
Work order title |
Yes |
|
<Characteristic> <Name>ASSET</Name> <Value>Site Code</Value> </Characteristic> |
Site code <Value>Existing site code |
Yes |
|
<Characteristic> <Name>STATUS</Name> <Value>Status Code</Value> </Characteristic> |
Status code <Value>Existing status code |
Yes |
|
<Characteristic> <Name>EXTERNAL_OPERATION_REFERENCE</Name> <Value>Operation No</Value> </Characteristic> |
External operation number <Value>Any combination of numbers and text |
|
|
<Characteristic> <Name>PRIORITY</Name> <Value>Text</Value> </Characteristic> |
Priority |
|
|
<Characteristic> <Name>DUEDATE</Name> <Value>Date</Value> </Characteristic> |
Due date <Value>Any date in format YYYY-MM-DD |
|
|
<Characteristic> <Name>SCHEDULED_DATE</Name> <Value>Date</Value> </Characteristic> |
Scheduled date <Value>Any date in format YYYY-MM-DD |
|
|
<Characteristic> <Name>IS_ACTIVE</Name> <Value>Boolean</Value> </Characteristic> |
Active |
|
|
<Characteristic> <Name>IS_SAFETY_CRITICAL</Name> <Value>Boolean</Value> </Characteristic> |
Safety critical |
|
|
<Characteristic> <Name>CAN_ACTIVATE_WORKPERMIT</Name> <Value>Boolean</Value> </Characteristic> |
Work permit activation |
|
|
<Characteristic> <Name>CAN_ACTIVATE_ISOLATIONLIST</Name> <Value>Boolean</Value> </Characteristic> |
Isolation list activation |
|
|
<Association type="has work order discipline"> <Object> <ID>Text</ID> <Context> <ID>DISCIPLINE</ID> </Context> </Object> </Association> |
Discipline < Association>"has work order discipline" |
|
|
<Association type="is a work order for"> <Object> <ID>Tag name</ID> <Context> <ID>TAG</ID> </Context> </Object> </Association> |
Discipline < Association>"is a work order for" |
Minimum schema
This example shows the minimum required XML elements for one work order.

Full schema
This example shows the full list of possible XML elements for one work order.
