Exmode.datatype

Describes the processor execution mode for this document, being
either "lax" or "strict".

Simple Type Information

Used By

Source

<xsd:simpleType name="Exmode.datatype">
  <xsd:annotation>
    <xsd:documentation>Describes the processor execution mode for this document, being either "lax" or "strict".</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="lax"/>
    <xsd:enumeration value="strict"/>
  </xsd:restriction>
</xsd:simpleType>