|
|
(3 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Failure Analysis|Failure Analysis}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| ===XML Element===
| |
| <ATPBurnIn>
| |
| : <ATPTech>
| |
| :: <FirstName />
| |
| :: <LastName />
| |
| :: <Login />
| |
| : </ATPTech>
| |
| : <ATPDate>
| |
| :: <Year />
| |
| :: <Month />
| |
| :: <Day />
| |
| :: <Hour />
| |
| :: <Minute />
| |
| :: <Second />
| |
| :: <FormattedDate />
| |
| : </ATPDate>
| |
| : <FailureAnalysisDescription />
| |
| : <TestDuration />
| |
| :<Result>
| |
| :: <Issue IssueTypeID=”32”>
| |
| ::: <Code />
| |
| ::: <Description />
| |
| :: </Issue>
| |
| : </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 if present it 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).
| |