SpecificSequence

Describes the ordering of items when not otherwise indicated. There are a set number of values for ItemSequenceType, but also a provision for describing an alternate ordering using a command language.

Properties

Name Type Cardinality
itemSequence ItemSequence 1..1
alternateSequence CommandCode 0..1

itemSequence

Identifies the type of sequence to use. Values include InOrderOfAppearance, Random, Rotate, and Other.

alternateSequence

Information on the command used to generate an alternative means of determining sequence changes. If used, the ItemSequenceType should be “Other”.

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_SpecificSequence [ label = "{<id>SpecificSequence | + itemSequence : ItemSequence \l + alternateSequence : CommandCode \l \l \l| \l \l}" tooltip = "ComplexDataTypes:SpecificSequence" ] subgraph { label = "" node [ color = "#" ] } }