type

Attribute Information

Used By

Element TERM

Source

<xsd:attribute name="type" use="optional" default="function">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="function"/>
      <xsd:enumeration value="constraint"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample