tml:values

values can contain a single value or a string of values separated by a comma.  Each value can contain text,  number, or a range of numbers. Each range value shall contain two numbers separated by three decimal points (...), the first number identifies the closed end of the range and the second number identifies the open end of the range.  Values in the range may be integer or real numbers. Reals may use E for exponent.   In addition to numbers in the range the text -inf and inf can be used to represent -infinity and plus infinity respectively.  For arrayType of function interpolation between values should be handled as indicated in the fcnInterpolate element.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bindUid xs:string optional
bindUidRef xs:string optional

Source

<xs:element name="values" type="tml:BindType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>values can contain a single value or a string of values separated by a comma. Each value can contain text, number, or a range of numbers. Each range value shall contain two numbers separated by three decimal points (...), the first number identifies the closed end of the range and the second number identifies the open end of the range. Values in the range may be integer or real numbers. Reals may use E for exponent. In addition to numbers in the range the text -inf and inf can be used to represent -infinity and plus infinity respectively. For arrayType of function interpolation between values should be handled as indicated in the fcnInterpolate element.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample