The
page object (xml) is as follows:
The root node , DI Preferences contains the Country child node.
Country - The attribute name specifies the 3 letter country code for which the grace period rule is defined. The Country node has three sub nodes:
Nodes | Description |
---|
Allowed Class | Defines the device classes for which the submission to authority is allowed. |
Grace Period | The time period allocated for DI modifications after the publish date. It starts a day after the DI is published. Eg: For USA FDA, grace period is 30 days. If DI is published on 23rd June 2015, grace period starts from 24th june2015 and ends by 24th July 2015. |
Restricted | Defines the schema for which the attributes/actions are restricted. It has an attribute name that defines the schema name. Schema name must be a symbolic name. It has two sub nodes :- Attbtibute: It defines the attribute(symbolic name) that must be restricted in and beyond the given grace period. It has two attributes- name that defines the symbolic name of attribute and GP_Category whose value should be either 1(Grace Period not started),2 (Grace Period started) or 3 (Grace Period over). If the Device Identification falls in category 1, all the attributes with GP_Catgory = 1,2, and 3 are not allowed to edit. If its category is 2, all the attributes with GP_Category=2 and 3 are not allowed to edit. If its category is 3, all the attributes with GP_Category=3 are not allowed to edit.
- Actions: It defines the actions that cannot be done on the given schema object in the specified grace period. It has two attribute name that defines the action type and GP_Category. Action type of action node can have only following three values – ADD, DELETE, and REMOVE.
|