ProcessingInstruction

Properties

Name Type Cardinality
commandCode CommandCode 0..n

commandCode

Structured information used by a system to process the instruction.

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_ProcessingInstruction [ label = "{<id>ProcessingInstruction | + commandCode : CommandCode \l \l \l| \l \l}" tooltip = "Processing:ProcessingInstruction" ] subgraph CoreProcess { label = "CoreProcess" node [ color = "#000000" ] DDI4_ControlConstruct [ label = "{<id>ControlConstruct | \l \l| \l \l}" tooltip = "CoreProcess:ControlConstruct" ]; } DDI4_ProcessingInstruction -> DDI4_ControlConstruct [arrowhead=empty color="#000000" ]; }