The Annotation Control File (annotationcontrol.xml) lists files that are required for displaying annotations.
An example is shown below.
<?xml version=”1.0” encoding=”UTF-8” ?> <AnnotationControlFactory Version=”1.0”> <AnnotationRules Id=”Annotations” Description=”Annotation Rules and Abbreviations”> <AnnotationFile Name=”%PCEConfig%\Annotations\annotationfile.xml” /> <AbbreviationFile Name=”%PCEConfig%\Annotations\abbreviationfile.xml” /> <PatternDefinitionFile Name=”%PCEConfig%\Annotations\pattern_definitions.xml”/> <ImageAnnotationFile Name=”%PCEConfig%\Annotations\image_annotations.xml” /> <LightSectorAnnotationFile Name= ”%PCEConfig%\Annotations\light_sector_annotations.xml” /> </AnnotationRules> </AnnotationControlFactory> |
For information on annotation files, see “Annotations” on page 55.