2.57 Values

The Values element specifies a collection of literal values.

The following are the parent and child elements of the Values element.

Parent elements

Literal

Child elements

Values.Value

The following is the XML Schema definition of the 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>