The ListTokenType is a list of string tokens.
<xs:simpleType name="ListTokenType"> <xs:annotation> <xs:documentation>The ListTokenType is a list of string tokens.</xs:documentation> </xs:annotation> <xs:list itemType="xs:NMTOKEN"/> </xs:simpleType>