# {{ root.title }}

<!-- Starter template for PSL. Remove sections you do not need. -->

## AcceptanceCriterion

{% for item in by_type["AcceptanceCriterion"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **indicator:** {{ item.indicator | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **operator:** {{ item.operator | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **target:** {{ item.target | map(attribute='target') | join(', ') }}
- **unit:** {{ item.unit | map(attribute='unit') | join(', ') }}

{% endfor %}

## Activity

{% for item in by_type["Activity"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **effort:** {{ item.effort | map(attribute='effort') | join(', ') }}
- **effortMeasure:** {{ item.effortMeasure | map(attribute='title') | join(', ') }}
- **iteration:** {{ item.iteration | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **phase:** {{ item.phase | map(attribute='title') | join(', ') }}
- **practice:** {{ item.practice | map(attribute='title') | join(', ') }}
- **schedule:** {{ item.schedule | map(attribute='title') | join(', ') }}
- **sprint:** {{ item.sprint | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Artifact

{% for item in by_type["Artifact"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **element:** {{ item.element | map(attribute='element') | join(', ') }}
- **language:** {{ item.language.title }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **uri:** {{ item.uri | map(attribute='uri') | join(', ') }}
- **version:** {{ item.version | map(attribute='version') | join(', ') }}

{% endfor %}

## ArtifactRelation

{% for item in by_type["ArtifactRelation"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **source:** {{ item.source | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **target:** {{ item.target | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Assumption

{% for item in by_type["Assumption"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **rationale:** {{ item.rationale | map(attribute='rationale') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **validationDate:** {{ item.validationDate | map(attribute='title') | join(', ') }}

{% endfor %}

## Backlog

{% for item in by_type["Backlog"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **goal:** {{ item.goal | map(attribute='goal') | join(', ') }}
- **items:** {{ item.items | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## BacklogItem

{% for item in by_type["BacklogItem"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **acceptanceCriteria:** {{ item.acceptanceCriteria | map(attribute='title') | join(', ') }}
- **assignee:** {{ item.assignee | map(attribute='title') | join(', ') }}
- **backlog:** {{ item.backlog | map(attribute='title') | join(', ') }}
- **businessValue:** {{ item.businessValue | map(attribute='businessValue') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **estimate:** {{ item.estimate | map(attribute='estimate') | join(', ') }}
- **estimateMeasure:** {{ item.estimateMeasure | map(attribute='title') | join(', ') }}
- **iteration:** {{ item.iteration | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **objective:** {{ item.objective | map(attribute='title') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **release:** {{ item.release | map(attribute='title') | join(', ') }}
- **requirement:** {{ item.requirement | map(attribute='title') | join(', ') }}
- **sprint:** {{ item.sprint | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Baseline

{% for item in by_type["Baseline"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **approvedBy:** {{ item.approvedBy | map(attribute='title') | join(', ') }}
- **approvedOn:** {{ item.approvedOn | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **elements:** {{ item.elements | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **version:** {{ item.version | map(attribute='version') | join(', ') }}

{% endfor %}

## Budget

{% for item in by_type["Budget"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **currency:** {{ item.currency | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **periodEnd:** {{ item.periodEnd | map(attribute='title') | join(', ') }}
- **periodStart:** {{ item.periodStart | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **value:** {{ item.value | map(attribute='value') | join(', ') }}

{% endfor %}

## ChangeRequest

{% for item in by_type["ChangeRequest"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **closedOn:** {{ item.closedOn | map(attribute='title') | join(', ') }}
- **decision:** {{ item.decision | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **impactCost:** {{ item.impactCost | map(attribute='impactCost') | join(', ') }}
- **impactCurrency:** {{ item.impactCurrency | map(attribute='title') | join(', ') }}
- **impactSchedule:** {{ item.impactSchedule | map(attribute='impactSchedule') | join(', ') }}
- **impactScope:** {{ item.impactScope | map(attribute='impactScope') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **rationale:** {{ item.rationale | map(attribute='rationale') | join(', ') }}
- **requestedBy:** {{ item.requestedBy | map(attribute='title') | join(', ') }}
- **requestedOn:** {{ item.requestedOn | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## CommunicationFlow

{% for item in by_type["CommunicationFlow"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **audience:** {{ item.audience | map(attribute='title') | join(', ') }}
- **deliverable:** {{ item.deliverable | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **format:** {{ item.format | map(attribute='format') | join(', ') }}
- **frequency:** {{ item.frequency | map(attribute='title') | join(', ') }}
- **medium:** {{ item.medium | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **when:** {{ item.when | map(attribute='when') | join(', ') }}

{% endfor %}

## Competency

{% for item in by_type["Competency"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}

{% endfor %}

## Constraint

{% for item in by_type["Constraint"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **source:** {{ item.source | map(attribute='source') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Decision

{% for item in by_type["Decision"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **alternatives:** {{ item.alternatives | map(attribute='alternatives') | join(', ') }}
- **date:** {{ item.date | map(attribute='title') | join(', ') }}
- **decision:** {{ item.decision | map(attribute='decision') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **question:** {{ item.question | map(attribute='question') | join(', ') }}
- **rationale:** {{ item.rationale | map(attribute='rationale') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **supersedes:** {{ item.supersedes | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Deliverable

{% for item in by_type["Deliverable"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **acceptanceCriteria:** {{ item.acceptanceCriteria | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **dueDate:** {{ item.dueDate | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **workComponent:** {{ item.workComponent | map(attribute='title') | join(', ') }}

{% endfor %}

## Dependency

{% for item in by_type["Dependency"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **lag:** {{ item.lag | map(attribute='lag') | join(', ') }}
- **lagMeasure:** {{ item.lagMeasure | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **source:** {{ item.source | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **target:** {{ item.target | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## EffortEstimate

{% for item in by_type["EffortEstimate"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **element:** {{ item.element | map(attribute='title') | join(', ') }}
- **measure:** {{ item.measure | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **rationale:** {{ item.rationale | map(attribute='rationale') | join(', ') }}
- **resource:** {{ item.resource | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **value:** {{ item.value | map(attribute='value') | join(', ') }}

{% endfor %}

## ExpectedOutcome

{% for item in by_type["ExpectedOutcome"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **deliverable:** {{ item.deliverable | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **objective:** {{ item.objective | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **targetDate:** {{ item.targetDate | map(attribute='title') | join(', ') }}
- **targetValue:** {{ item.targetValue | map(attribute='targetValue') | join(', ') }}
- **unit:** {{ item.unit | map(attribute='unit') | join(', ') }}

{% endfor %}

## Expense

{% for item in by_type["Expense"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **currency:** {{ item.currency | map(attribute='title') | join(', ') }}
- **date:** {{ item.date | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **element:** {{ item.element | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **quantity:** {{ item.quantity | map(attribute='quantity') | join(', ') }}
- **rate:** {{ item.rate | map(attribute='title') | join(', ') }}
- **resource:** {{ item.resource | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **value:** {{ item.value | map(attribute='value') | join(', ') }}

{% endfor %}

## Gate

{% for item in by_type["Gate"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **approvers:** {{ item.approvers | map(attribute='title') | join(', ') }}
- **date:** {{ item.date | map(attribute='title') | join(', ') }}
- **decision:** {{ item.decision | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **entryCriteria:** {{ item.entryCriteria | map(attribute='entryCriteria') | join(', ') }}
- **exitCriteria:** {{ item.exitCriteria | map(attribute='exitCriteria') | join(', ') }}
- **milestone:** {{ item.milestone | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **phase:** {{ item.phase | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Increment

{% for item in by_type["Increment"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **acceptedBy:** {{ item.acceptedBy | map(attribute='title') | join(', ') }}
- **acceptedOn:** {{ item.acceptedOn | map(attribute='title') | join(', ') }}
- **deliverables:** {{ item.deliverables | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **iteration:** {{ item.iteration | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **release:** {{ item.release | map(attribute='title') | join(', ') }}
- **sprint:** {{ item.sprint | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Indicator

{% for item in by_type["Indicator"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **baseline:** {{ item.baseline | map(attribute='baseline') | join(', ') }}
- **currentValue:** {{ item.currentValue | map(attribute='currentValue') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **direction:** {{ item.direction | map(attribute='title') | join(', ') }}
- **frequency:** {{ item.frequency | map(attribute='title') | join(', ') }}
- **measuredOn:** {{ item.measuredOn | map(attribute='title') | join(', ') }}
- **metric:** {{ item.metric | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **objective:** {{ item.objective | map(attribute='title') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **target:** {{ item.target | map(attribute='target') | join(', ') }}
- **type:** {{ item.type.title }}
- **unit:** {{ item.unit | map(attribute='unit') | join(', ') }}

{% endfor %}

## Issue

{% for item in by_type["Issue"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **closed:** {{ item.closed | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **dueDate:** {{ item.dueDate | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **opened:** {{ item.opened | map(attribute='title') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **reportedBy:** {{ item.reportedBy | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Iteration

{% for item in by_type["Iteration"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **backlog:** {{ item.backlog | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **goal:** {{ item.goal | map(attribute='goal') | join(', ') }}
- **increment:** {{ item.increment | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **number:** {{ item.number | map(attribute='number') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **phase:** {{ item.phase | map(attribute='title') | join(', ') }}
- **schedule:** {{ item.schedule | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}

{% endfor %}

## Lifecycle

{% for item in by_type["Lifecycle"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **iterations:** {{ item.iterations | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **phases:** {{ item.phases | map(attribute='title') | join(', ') }}
- **releases:** {{ item.releases | map(attribute='title') | join(', ') }}
- **sprints:** {{ item.sprints | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Meeting

{% for item in by_type["Meeting"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **deliverables:** {{ item.deliverables | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **format:** {{ item.format | map(attribute='format') | join(', ') }}
- **frequency:** {{ item.frequency | map(attribute='title') | join(', ') }}
- **medium:** {{ item.medium | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **participants:** {{ item.participants | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## MethodComponent

{% for item in by_type["MethodComponent"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **mandatory:** {{ item.mandatory | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **order:** {{ item.order | map(attribute='order') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Methodology

{% for item in by_type["Methodology"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **approach:** {{ item.approach | map(attribute='title') | join(', ') }}
- **artifacts:** {{ item.artifacts | map(attribute='title') | join(', ') }}
- **components:** {{ item.components | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **events:** {{ item.events | map(attribute='title') | join(', ') }}
- **lifecycle:** {{ item.lifecycle | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **policies:** {{ item.policies | map(attribute='title') | join(', ') }}
- **practices:** {{ item.practices | map(attribute='title') | join(', ') }}
- **roles:** {{ item.roles | map(attribute='title') | join(', ') }}
- **source:** {{ item.source | map(attribute='source') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **version:** {{ item.version | map(attribute='version') | join(', ') }}

{% endfor %}

## MethodologyApplication

{% for item in by_type["MethodologyApplication"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **end:** {{ item.end | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **rationale:** {{ item.rationale | map(attribute='rationale') | join(', ') }}
- **scope:** {{ item.scope | map(attribute='title') | join(', ') }}
- **start:** {{ item.start | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Metric

{% for item in by_type["Metric"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **max:** {{ item.max | map(attribute='max') | join(', ') }}
- **min:** {{ item.min | map(attribute='min') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **unit:** {{ item.unit | map(attribute='unit') | join(', ') }}

{% endfor %}

## Milestone

{% for item in by_type["Milestone"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **date:** {{ item.date | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **workComponent:** {{ item.workComponent | map(attribute='title') | join(', ') }}

{% endfor %}

## MonitoringMechanism

{% for item in by_type["MonitoringMechanism"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **frequency:** {{ item.frequency | map(attribute='title') | join(', ') }}
- **indicators:** {{ item.indicators | map(attribute='title') | join(', ') }}
- **method:** {{ item.method | map(attribute='method') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **tool:** {{ item.tool | map(attribute='tool') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Objective

{% for item in by_type["Objective"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **targetDate:** {{ item.targetDate | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Organization

{% for item in by_type["Organization"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **projectManager:** {{ item.projectManager | map(attribute='title') | join(', ') }}
- **projectSponsor:** {{ item.projectSponsor | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## PackageProject

{% for item in by_type["PackageProject"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **imports:** {{ item.imports | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **project:** {{ item.project.title }}

{% endfor %}

## Phase

{% for item in by_type["Phase"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **gates:** {{ item.gates | map(attribute='title') | join(', ') }}
- **lifecycle:** {{ item.lifecycle | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **schedule:** {{ item.schedule | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Policy

{% for item in by_type["Policy"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **appliesTo:** {{ item.appliesTo | map(attribute='title') | join(', ') }}
- **criteria:** {{ item.criteria | map(attribute='criteria') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Practice

{% for item in by_type["Practice"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **appliesTo:** {{ item.appliesTo | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **frequency:** {{ item.frequency | map(attribute='title') | join(', ') }}
- **guidance:** {{ item.guidance | map(attribute='guidance') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **tool:** {{ item.tool | map(attribute='tool') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## ProgressReport

{% for item in by_type["ProgressReport"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **author:** {{ item.author | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **nextSteps:** {{ item.nextSteps | map(attribute='nextSteps') | join(', ') }}
- **overallStatus:** {{ item.overallStatus | map(attribute='title') | join(', ') }}
- **periodEnd:** {{ item.periodEnd | map(attribute='title') | join(', ') }}
- **periodStart:** {{ item.periodStart | map(attribute='title') | join(', ') }}
- **progress:** {{ item.progress | map(attribute='title') | join(', ') }}
- **summary:** {{ item.summary | map(attribute='summary') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Project

{% for item in by_type["Project"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **approach:** {{ item.approach | map(attribute='title') | join(', ') }}
- **budget:** {{ item.budget | map(attribute='budget') | join(', ') }}
- **budgetCurrency:** {{ item.budgetCurrency | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **domain:** {{ item.domain | map(attribute='title') | join(', ') }}
- **end:** {{ item.end | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **nationality:** {{ item.nationality | map(attribute='title') | join(', ') }}
- **projectConcepts:** {{ item.projectConcepts | map(attribute='title') | join(', ') }}
- **start:** {{ item.start | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **subType:** {{ item.subType.title }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **version:** {{ item.version | map(attribute='version') | join(', ') }}

{% endfor %}

## ProjectEvent

{% for item in by_type["ProjectEvent"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **iteration:** {{ item.iteration | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **outputs:** {{ item.outputs | map(attribute='title') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **participants:** {{ item.participants | map(attribute='title') | join(', ') }}
- **phase:** {{ item.phase | map(attribute='title') | join(', ') }}
- **release:** {{ item.release | map(attribute='title') | join(', ') }}
- **schedule:** {{ item.schedule | map(attribute='title') | join(', ') }}
- **sprint:** {{ item.sprint | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **timebox:** {{ item.timebox | map(attribute='timebox') | join(', ') }}
- **timeboxMeasure:** {{ item.timeboxMeasure | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## ProjectResource

{% for item in by_type["ProjectResource"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **availability:** {{ item.availability | map(attribute='title') | join(', ') }}
- **competencies:** {{ item.competencies | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **organization:** {{ item.organization | map(attribute='title') | join(', ') }}
- **quantity:** {{ item.quantity | map(attribute='quantity') | join(', ') }}
- **rate:** {{ item.rate | map(attribute='title') | join(', ') }}
- **stakeholder:** {{ item.stakeholder | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **unit:** {{ item.unit | map(attribute='unit') | join(', ') }}

{% endfor %}

## QualityCriterion

{% for item in by_type["QualityCriterion"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **deliverable:** {{ item.deliverable | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **metric:** {{ item.metric | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **operator:** {{ item.operator | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **target:** {{ item.target | map(attribute='target') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Rate

{% for item in by_type["Rate"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **currency:** {{ item.currency | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **measure:** {{ item.measure | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **value:** {{ item.value | map(attribute='value') | join(', ') }}

{% endfor %}

## Release

{% for item in by_type["Release"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **backlog:** {{ item.backlog | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **goal:** {{ item.goal | map(attribute='goal') | join(', ') }}
- **increments:** {{ item.increments | map(attribute='title') | join(', ') }}
- **methodology:** {{ item.methodology | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **schedule:** {{ item.schedule | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}
- **version:** {{ item.version | map(attribute='version') | join(', ') }}

{% endfor %}

## Requirement

{% for item in by_type["Requirement"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **acceptanceCriteria:** {{ item.acceptanceCriteria | map(attribute='title') | join(', ') }}
- **artifact:** {{ item.artifact | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **objective:** {{ item.objective | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **priority:** {{ item.priority | map(attribute='title') | join(', ') }}
- **stakeholder:** {{ item.stakeholder | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## ResourceAllocation

{% for item in by_type["ResourceAllocation"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **allocation:** {{ item.allocation | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **effort:** {{ item.effort | map(attribute='effort') | join(', ') }}
- **effortMeasure:** {{ item.effortMeasure | map(attribute='title') | join(', ') }}
- **element:** {{ item.element | map(attribute='title') | join(', ') }}
- **end:** {{ item.end | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **resource:** {{ item.resource | map(attribute='title') | join(', ') }}
- **start:** {{ item.start | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}

{% endfor %}

## ResponseAction

{% for item in by_type["ResponseAction"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **change:** {{ item.change | map(attribute='title') | join(', ') }}
- **cost:** {{ item.cost | map(attribute='cost') | join(', ') }}
- **costCurrency:** {{ item.costCurrency | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **dueDate:** {{ item.dueDate | map(attribute='title') | join(', ') }}
- **issue:** {{ item.issue | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **risk:** {{ item.risk | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Responsibility

{% for item in by_type["Responsibility"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **element:** {{ item.element | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **role:** {{ item.role | map(attribute='title') | join(', ') }}
- **stakeholder:** {{ item.stakeholder | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}

## Risk

{% for item in by_type["Risk"] %}
### {{ item.title }}

- **ID:** {{ item.id }}
- **Title:** {{ item.title }}
- **Kind:** {{ item.kind }}
- **assessment:** {{ item.assessment | map(attribute='title') | join(', ') }}
- **created:** {{ item.created | map(attribute='title') | join(', ') }}
- **description:** {{ item.description | map(attribute='description') | join(', ') }}
- **lastUpdate:** {{ item.lastUpdate | map(attribute='title') | join(', ') }}
- **name:** {{ item.name }}
- **nameAlias:** {{ item.nameAlias }}
- **objective:** {{ item.objective | map(attribute='title') | join(', ') }}
- **owner:** {{ item.owner | map(attribute='title') | join(', ') }}
- **partOf:** {{ item.partOf | map(attribute='title') | join(', ') }}
- **status:** {{ item.status | map(attribute='title') | join(', ') }}
- **strategy:** {{ item.strategy | map(attribute='title') | join(', ') }}
- **tags:** {{ item.tags | map(attribute='title') | join(', ') }}
- **type:** {{ item.type.title }}

{% endfor %}
