The format for this section is a list of zero or more type selections of the form type<name> where type is from:
| Base type | UCM type |
|---|---|
|
|
and name is an implicit name like "REL1.9", "integration" or a pattern to match several or a few type instances. You may use ~alias names to identify large of often used series of type selections.
| Example Type | example |
|---|---|
| attribute | ; attype<QA_State> ; |
| branch | ; brtype<integration> ; |
| element | ; eltype<c_source> ; |
| hyperlink | ; hltype<merge> ; |
| label | ; lbtype<BETA> ; |
| trigger | ; trtype<no_co> ; |
| UCM activity | ; activity<bug_152> ; |
| UCM component | ; component<\comp1> ; |
| UCM folder | ; folder<a_folder> ; |
| UCM project | ; project<project_z> ; |
| UCM stream | ; activity<feature_x> ; |
| patterns | ; lbtype<REL#.#_*> brtype<*_int_*> ; |
| patterns | ; attype<CR##?_*> trtype<*> ; |
| aliases | ; ~protected_labels ~restricted_braches ; |