Miscellaneous

<BPProcedures>

Description

<BPProcedures> is a construct that prints in report the procedures of task/sub-process, if specified.

Attributes

Name Description/Usage Required?
tableWidth : integer The width of table.
Optional
showRowBorder : boolean = false True to draw border between rows.
Optional
showColumnBorder : boolean = true
True to draw border between columns. Optional
showName : boolean True to show the name of procedure. Optional
name : string Filter procedures by name. Optional
Supported attributes for <BPProcedures>

Sample template fragment

<Template>
    <TemplateInformationHeader name = "Procedures" description = "/" type = "table" default = "false"/>
    <ElementBaseInitiationBlock>
        <BPProcedures/>
    </ElementBaseInitiationBlock>
</Template>

<TestPlans>

Description

<TestPlans> is a construct that prints in report the test plans of a requirement test case, if specified.

Attributes

Name Description/Usage Required?
tableWidth : integer The width of table.
Optional
showRowBorder : boolean = false True to draw border between rows.
Optional
showColumnBorder : boolean = true
True to draw border between columns. Optional
Supported attributes for <TestPlans>

Sample template fragment

<Template>
    <TemplateInformationHeader name = "Test Plans" description = "/" type = "table" default = "false"/>
    <ElementBaseInitiationBlock>
        <TestPlans/>
    </ElementBaseInitiationBlock>
</Template>

<TestPlanStepIterationBlock>

Description

<TestPlanStepIterationBlock> is a construct that enables you to retrieve the steps within a test plan. 

Sample template fragment

<Template>
    <TemplateInformationHeader name = "Test Plans" description = "/" type = "table" default = "false"/>
    <TestPlanStepIterationBlock>
        <StringPropertyText propertyText="index" />
        <StringPropertyText propertyText="name"/>
        <StringPropertyText propertyText="expectedResults"/>
    </TestPlanStepIterationBlock>
</Template>

<MatrixDiagram>

Description

<MatrixDiagram> is a construct that prints in report the content of matrix diagram.

Sample template fragment

<Template>
    <TemplateInformationHeader name = "Matrix diagram" description = "/" type = "table" default = "false"/>
    <DiagramBaseInitiationBlock>
        <MatrixDiagram/>
    </DiagramBaseInitiationBlock>
</Template>

<GridDiagram>

Description

<GridDiagram> is a construct that prints in report a grid’s content.

Attributes

Name Description/Usage Required?
tableWidth : integer The width of table.
Optional
Supported attributes for <GridDiagram>

Sample template fragment

<Template>
    <TemplateInformationHeader name = "Grid" description = "/" type = "table" default = "false"/>
    <DiagramBaseInitiationBlock>
        <GridDiagram/>
    </DiagramBaseInitiationBlock>
</Template>

 

 
8. Table Table of Contents Part VIII. Simulacian
 

Product

Try this feature with

Business Process Visual ARCHITECT

Technical Support

Have technical issues or suggestions? Please contact Visual Paradigm Support Team.

Sales Support

Have questions related to registration, licensing or payment? Feel free to contact Visual Paradigm Sales Team.

Discussion Forum

Share your suggestions of opinions at VP Discussion Forum.