TERM

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of dtSTRING function optional

Used By

Source

<xsd:element name="TERM">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="TERM_ID"/>
      <xsd:element ref="TERM_CONDITION" minOccurs="0"/>
      <xsd:element ref="TERM_EXPRESSION"/>
    </xsd:sequence>
    <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>
  </xsd:complexType>
</xsd:element>

Sample