2.56.3 Literal.Values

The Literal.Values element specifies a collection of values of the literal.

The Literal.Values element is optional. This element is of type Values. If the Literal.Values element is not present, its value is interpreted as NULL. Exactly one Literal.Value or Literal.Values element MUST be specified as a child of the Literal element.

The following is the parent element of the Literal.Values element.

Parent elements

Literal

The following is the XML Schema definition of the Literal.Values element.          

 <xsd:element name="Values" minOccurs="0">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element name="Value" type="xsd:string" maxOccurs="unbounded" />
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>