Error_ErrorClass

<< Click to Display Table of Contents >>

 

Error_ErrorClass

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="Error_ErrorClass">
  <xs:restriction base="xs:string">
    <xs:enumeration value="device" />
    <xs:enumeration value="object" />
    <xs:enumeration value="property" />
    <xs:enumeration value="resources" />
    <xs:enumeration value="security" />
    <xs:enumeration value="services" />
    <xs:enumeration value="vt" />
    <xs:enumeration value="communication" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<Error_ErrorClass>device</Error_ErrorClass>

Was this page useful?