Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update XMLDocumentation.md
  • Loading branch information
jos15101 committed Mar 4, 2020
1 parent e70bf81 commit 8fb2de4
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions 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 <Link Value =""> 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

0 comments on commit 8fb2de4

Please sign in to comment.