Input

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

Extends

Parameter

Properties

Name Type Cardinality
limitArrayIndex xs:NMTOKENS 0..1

limitArrayIndex

When the Input represents an array of items, this attribute specifies the index identification of the items within the zero-based array which should be treated as input parameters. If not specified, the full array is treated as the input 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_Input [ label = "{<id>Input | + limitArrayIndex : xs:NMTOKENS \l \l \l| \l \l}" tooltip = "CoreProcess:Input" ] 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_Input -> DDI4_Parameter [arrowhead=empty color="#000000" ]; }