Output

Output to a process step, either a type of an object or an instance.

Extends

Parameter

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Output [ label = "{<id>Output | \l \l| \l \l}" tooltip = "CoreProcess:Output" ] subgraph Processing { label = "Processing" node [ color = "#000000" ] DDI4_Parameter [ label = "{<id>Parameter | + alias : xs:NMTOKEN \l + defaultValue : Value \l + isArray : xs:boolean \l \l \l| <ParametervalueRepresentation> valueRepresentation \l \l}" tooltip = "Processing:Parameter" ]; } DDI4_Output -> DDI4_Parameter [arrowhead=empty color="#000000" ]; }