Template:Use Case: Difference between revisions

From City Data Model Project Collaboratory
Jump to navigation Jump to search
Created page with "<noinclude> This is the "Use Case" template. It should be called in the following format: <pre> {{Use Case |Use Case Name= |Use Case Description= |Data Flows= |Required Classe..."
 
No edit summary
Line 28: Line 28:
|-
|-
! Required Object Properties
! Required Object Properties
| [[RequiresObjectProperty::{{{Required Object Properties|}}}]]
| {{#arraymap:{{{Required Object Properties|}}}|,|x|[[RequiresObjectProperty::x]]}}
|-
|-
! Required Data Properties
! Required Data Properties
| [[RequiresDataProperty::{{{Required Data Properties|}}}]]
| {{#arraymap:{{{Required Data Properties|}}}|,|x|[[RequiresDataProperty::x]]}}
|-
|-
! Required By  
! Required By  

Revision as of 20:18, 19 May 2020

This is the "Use Case" template. It should be called in the following format:

{{Use Case
|Use Case Name=
|Use Case Description=
|Data Flows=
|Required Classes=
|Required Object Properties=
|Required Data Properties=
}}

Edit the page to see the template text.