DiagnosticType Element

System.Object

DiagnosticType

 

Client Declaration

Represents diagnostic error information useful for technical support.

 

Element Structure

Attributes

 

XML Schema

xsd:complexType name="DiagnosticType">
   <xsd:simpleContent>
      <xsd:extension base="xsd:string">
         <xsd:attribute name="diagnosticType" type="xsd:string"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>