XML Schema Documentation

Simple Type: TouchConditionEnum

[Table of contents]

Super-types: xsd:token < TouchConditionEnum (by restriction)
Sub-types: None
Name TouchConditionEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Touch'|'Notouch'}
Documentation The specification of, for American-style digitals, whether the trigger level must be touched or not touched.
Diagram
Schema Component Representation
<xsd:simpleType name="TouchConditionEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Touch"/>
<xsd:enumeration value="Notouch"/>
</xsd:restriction>
</xsd:simpleType>