AP Conformance Class in Header
Add section_context entity
- Associates context strings with a section. Could contain numeric conformance class designations, or other keywords defined by the AP.
- For multiple data sections, repeat as needed. For name is null ($) for single, unnamed section.
- Not mandatory, may be used if desired. If used, must appear after the standard three header entries.
FILE_DESCRIPTION((''),'3;1'); /* note new impl level */
FILE_NAME('foo','1998-02-24T16:15:31',(''),(''),'','','');
FILE_SCHEMA (('CONFIG_CONTROL_DESIGN’,’SOME_OTHER_AP’));
SECTION_CONTEXT (’sect1’,(‘1’,’5’,’6’));
SECTION_CONTEXT (’sect2’,(‘CC-XYZ’));