token_array

The source element may contain a token_array.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
count uint_type required
The count attribute indicates the number of values in the array. Required attribute.
id xs:ID optional
The id attribute is a text string containing the unique identifier of this element. 
This value must be unique within the instance document. Optional attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="token_array" type="token_array_type">
  <xs:annotation>
    <xs:documentation>The source element may contain a token_array.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample