<xsd:simpleType name="ListOfRegexTokensType">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">>A list of regex tokens.</p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="irm:RegexTokenType"/>
</xsd:simpleType>
<xsd:maxLength value="1000"/>
</xsd:restriction>
</xsd:simpleType>
|