eXpress Open Architecture Reference
×
Menu
Index

DiagnosticInference/InferenceFunction/InferenceStatus

 
diagram
type
restriction of xs:Name
facets
enumeration 
Good
enumeration 
Proven
enumeration 
Suspected
enumeration 
Failed
source
<xs:element name="InferenceStatus" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:Name">
      <xs:enumeration value="Good"/>
      <xs:enumeration value="Proven"/>
      <xs:enumeration value="Suspected"/>
      <xs:enumeration value="Failed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>