2.1.36.1.4 Collection Expression

The Collection expression element is used to construct elements with multiple values of specified type.

The Collection expression element is used to construct a collection of zero or more record expressions or primitive scalar constant expressions.

The following is an example of the Collection expression element.

 <Collection >
    <String>Tag1</String>
    <String>Tag2</String>
    <String>Tag3</String>
 </Collection>

The following rule applies to the Collection expression element:

  • The Collection expression element can have zero or more record expressions or primitive scalar constant expressions.