tagDataType

Simple Type Information

Used By

Attribute dataFieldType/@tag

Source

<xsd:simpleType name="tagDataType" id="tag.st">
  <xsd:restriction base="xsd:string">
    <xsd:whiteSpace value="preserve"/>
    <xsd:pattern value="(0([1-9A-Z][0-9A-Z])|0([1-9a-z][0-9a-z]))|(([1-9A-Z][0-9A-Z]{2})|([1-9a-z][0-9a-z]{2}))"/>
  </xsd:restriction>
</xsd:simpleType>