From 8fb2de436b99b6f8bf1ee33c97e31dc226fe79c4 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Wed, 4 Mar 2020 15:42:03 -0500 Subject: [PATCH] Update XMLDocumentation.md --- XMLDocumentation.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index 9f4ce2c..5185647 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -1,19 +1,30 @@ # Catia Composer XML Tags Documentation -### Server Type="CLitList" -* Represents the views in Composer +### Server Type="CLitList" +Header tag encompassing all the views + +### CLitView (found in .smgView file) +Represents a specific view + +### Configuration (found in .smgView file) +Header tag encompassing modifications made to a specific view + +### CLitModifiable (found in .smgView file) +* Modifications to be made in the specific view +* Can add text boxes, panels, clickable views to the next child components and parent component, etc. ### Server Type="CLitServerModifiable" -* Represents the tree structure view of all the components +Represents the tree structure view of all the components ### CLitAssyRoot -* Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). +Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). ### CLitAssyGroup -* Represents a component within a tree, such as pivot (32-11-01) +Represents a component within a tree, such as pivot (32-11-01) ### CLit2dWidgetImagePaperSpaceFromCropArea * Represents the image panels. Contains the tag which brings the user to a specific view provided by the link. +* The link can be found in the .smgView file, where the value would be the identification field in the CLitView tag ### CLit2dWidgetTextPaperSpace -* Represents the text box field +Represents the text box field