Templates#

Workflow Template
status: valid
.. workflow:: <Title reflecting activity>
   :id: wf__<process area or abbreviation>_<activity>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :responsible: <defined role:rl__<...>>
   :approved_by: <defined role:rl__<...>>, ..., <defined role:rl__<...>>
   :supported_by: <defined role:rl__<...>>, ..., <defined role:rl__<...>>
   :input: <defined workproduct:wp__<...>>
   :output: <defined workproduct:wp__<...>>
   :contains: <defined guidances: guideline:gd_guidl__<...>, template:gd_temp__<...>, checklist:gd_chklst__<...>, method:gd_meth__<...>
   :has: <concept:doc_concept__<...>, getting started:doc_getstrt__<...>>
Work Product Template
status: valid
.. workproduct:: <Title reflecting work product>
   :id: wp__<process area or abbreviation>_<work product>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :complies: <standard work product:std_wp__<...>>, ..., <standard work product:std_wp__<...>>, <standard requirement:std_req__aspice_40__iic-<...>>, ..., <std_req__aspice_40__iic-<...>>
Role Template
status: valid
Single person role
.. role:: <Title reflecting role>
   :id: rl__<role>
   :status: <draft|valid>
   :tags: <process area or abbreviation>

Team role
.. role:: <Title reflecting team role>
   :id: rl__<process area or abbreviation>_<team role<>>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :contains: <role:rl__<...>>, ..., <role:rl__<...>>
Getting Started Template
status: valid
.. doc_getstrt:: <Title reflecting process area getting started>
   :id: doc_getstrt__<process area or abbreviation>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
Concept Description Template
status: valid
.. doc_concept:: <Title reflecting process area concept description>
   :id: doc_concept__<process area or abbreviation>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
Guideline Template
status: valid
.. gd_guidl:: <Title reflecting process area guideline>
   :id: gd_guidl__<process area or abbreviation>_<...>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :complies: <standard requirement:std_req__<...>>, ..., <standard requirement:std_req__<...>>
Template Template
status: valid
.. gd_temp:: <Title reflecting process area template>
   :id: gd_temp__<process area or abbreviation>_<...>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :complies: <standard requirement:std_req__<...>>, ..., <standard requirement:std_req__<...>>
Checklist Template
status: valid
.. gd_chklst:: <Title reflecting process area checklist>
   :id: gd_chklst__<process area or abbreviation>_<...>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :complies: <standard requirement:std_req__<...>>, ..., <standard requirement:std_req__<...>>
Method Template
status: valid
.. gd_method:: <Title reflecting process area method>
   :id: gd_meth__<process area or abbreviation>_<...>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :complies: <standard requirement:std_req__<...>>, ..., <standard requirement:std_req__<...>>
Process Requirement Template
status: valid
.. gd_req:: <Title reflecting process area requirement>
   :id: gd_req__<process area or abbreviation>_<...>
   :status: <draft|valid>
   :tags: <process area or abbreviation>
   :satisfies: <defined workflow:wf__<...>>, ..., <defined workflow:wf__<...>>
   :complies: <standard requirement:std_req__<...>>, ..., <standard requirement:std_req__<...>>
Standard Requirement Template
status: valid
.. std_req:: <Title reflecting standard requirement>
   :id: std_req__<standard>__<...>
   :status: <draft|valid>
   :tags: <standard>
Standard Work Product Template
status: valid
.. std_wp:: <Title reflecting standard work product>
   :id: std_wp__<standard>__<...>
   :status: <draft|valid>
   :tags: <standard>
Document Template
status: valid
.. document:: <Title reflecting the deployed work product>
   :id: doc__<work product>
   :status: <draft|valid>
   :safety: <QM | ASIL_B>
   :security: <YES|NO>
   :realizes: wp__<work product reference>, ..., wp__<work product reference>
   :tags: <depends on where it is deployed>

Note

The document template must be used from the projects deploying the process and implementing the defined work products. Introduction shows the ‘fullfils’ link from a ‘TEXT FILE’ to a work product defined in the process description. This link is implemented by the ‘:realize:’ attribute in the template above.