CATALOG_VERSION

Element Information

Model

Used By

Source

<xsd:element name="CATALOG_VERSION">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:maxLength value="7"/>
      <xsd:minLength value="3"/>
      <xsd:pattern value="[0-9]{1,3}\.[0-9]{1,3}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample