|
1 | | - {{../name}}: |
2 | | - type: {{getProperty ../this "nodeType"}} |
3 | | - {{#unless (noStereotypeApplications ../this "Metadata")}}metadata:{{/unless}} |
| 1 | + {{name}}: |
| 2 | + type: {{getProperty this "nodeType"}} |
| 3 | + {{#unless (noStereotypeApplications this "Metadata")}}metadata:{{/unless}} |
4 | 4 | {{#each ../ownedAttribute}}{{#extension}}{{#eq name "Metadata"}} |
5 | 5 | {{../name}}: "{{../value}}" |
6 | 6 | {{/eq}}{{/extension}}{{/each}} |
7 | | - {{#unless (noStereotypeApplications ../this "PropertyDefinitionType")}}properties:{{/unless}} |
| 7 | + {{#unless (noStereotypeApplications this "PropertyDefinitionType")}}properties:{{/unless}} |
8 | 8 | {{#each ../ownedAttribute}}{{#extension}}{{#eq name "PropertyDefinitionType"}} |
9 | 9 | {{../name}}: "{{../value}}" |
10 | 10 | {{/eq}}{{/extension}}{{/each}} |
11 | | - {{#unless (noStereotypeApplications ../this "RequirementsType")}}requirements:{{/unless}} |
| 11 | + {{#unless (noStereotypeApplications this "RequirementsType")}}requirements:{{/unless}} |
12 | 12 | {{#each ../ownedElement}}{{#extension}}{{#eq name "RequirementsType"}}{{#each ../ownedAttribute}}{{#extension}}{{#eq name "TRequirement"}} |
13 | 13 | - {{../name}}: |
14 | 14 | node: {{getProperty ../this "node"}} |
15 | 15 | relationship: {{relationship}} |
16 | 16 | capability: {{getProperty ../this "capability"}} |
17 | 17 | {{/eq}}{{/extension}}{{/each}}{{/eq}}{{/extension}}{{/each}} |
18 | | - {{#unless (noStereotypeApplications ../this "TDeploymentArtifacts")}}artifacts:{{/unless}} |
| 18 | + {{#unless (noStereotypeApplications this "TDeploymentArtifacts")}}artifacts:{{/unless}} |
19 | 19 | {{#each ../ownedElement}}{{#extension}}{{#eq name "TDeploymentArtifacts"}}{{#each ../ownedElement}}{{#extension}}{{#eq name "TDeploymentArtifact"}} |
20 | 20 | {{../name}}: |
21 | 21 | type: {{getProperty ../this "artifactType"}} |
|
0 commit comments