ST_FType

Simple Type Information

Used By

Attribute CT_FType/@val

Source

<xsd:simpleType name="ST_FType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="bar"/>
    <xsd:enumeration value="skw"/>
    <xsd:enumeration value="lin"/>
    <xsd:enumeration value="noBar"/>
  </xsd:restriction>
</xsd:simpleType>