TestingEnvironment Schema
HelpInfo Element
Description
Context-sensitive Help information for the element.
Namespace(none)
Diagram
HelpInfo Element
Overview
HelpInfo
Context-sensitive Help information for the element.
HelpFile required xs:string
The file system path to the file which contains the help information.
HelpContext optional xs:integer
The context identifier for the location inside the help file where the information resides.
Attributes
NameTypeUseDefaultFixedDescription
HelpFilexs:stringrequired  The file system path to the file which contains the help information.
HelpContextxs:integeroptional0 The context identifier for the location inside the help file where the information resides.
Source
<xs:element name="HelpInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Context-sensitive Help information for the element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="HelpFile" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The file system path to the file which contains the help information.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="HelpContext" type="xs:integer" use="optional" default="0">
      <xs:annotation>
        <xs:documentation>The context identifier for the location inside the help file where the information resides.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also