Global Node
The Global node is required to identify the global elements used in the program. There are no attributes for this node. This node is required for categories and other global level elements.
Global elements can be used in more than one program. If the global elements in one Public XML file matches the global elements in another Public XML file, no action will be done. If there is a change to the global element, a new element revision may be created.
|
TYPE |
NAME |
OCCURRENCE |
REQUIRED |
RESTRICTIONS/FORMATS |
|
Node |
Global |
1 |
Yes |
- |
XML Example
<OIRUProgramImport effectiveDate="01-01-2013" versionDescription="Jan V01" versionID="1">
<LineOfBusiness name="Home">
<Global>
…
</Global>
</LineOfBusiness>
</OIRUProgramImport>
Where: … indicates XML contents.