Failure Analysis.ATPBurnIn: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (moved ATPBurnIn to Failure Analysis.ATPBurnIn) |
John Leavitt (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
===Description=== | ===Description=== | ||
* The ATPTech element is optional and if present the Login element value must match an existing user. | * The ATPTech element is optional and, if present, the Login element value must match an existing user. | ||
* The ATPDate element is optional if present | * The ATPDate element is optional and, if present, must contain a valid date. | ||
* The FailureAnalysisDescription (String) element is optional. | * The FailureAnalysisDescription (String) element is optional. | ||
* The TestDuration (Decimal) element is optional | * The TestDuration (Decimal) element is optional | ||
* The Result element is required and must contain an existing valid issue with an IssueTypeID equal to 32 (FA ATP Test Result). | * The Result element is required and must contain an existing valid issue with an IssueTypeID equal to 32 (FA ATP Test Result). |
Revision as of 22:27, 23 October 2013
XML Element
<ATPBurnIn>
- <ATPTech>
- <FirstName />
- <LastName />
- <Login />
- </ATPTech>
- <ATPDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </ATPDate>
- <FailureAnalysisDescription />
- <TestDuration />
- <Result>
- <Issue IssueTypeID=”32”>
- <Description />
- </Issue>
- <Issue IssueTypeID=”32”>
- </Result>
</ATPBurnIn>
Description
- The ATPTech element is optional and, if present, the Login element value must match an existing user.
- The ATPDate element is optional and, if present, must contain a valid date.
- The FailureAnalysisDescription (String) element is optional.
- The TestDuration (Decimal) element is optional
- The Result element is required and must contain an existing valid issue with an IssueTypeID equal to 32 (FA ATP Test Result).