Valid Issue: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | {{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | ||
<font color=blue>xx</font>1<font color=blue>xx</font> | |||
m | |||
:{{APIComment|<!—A combination of IssueType, Code and Description must match an existing issue. Only Description is required.}} | |||
:{{Template:XFRACAS.Blue|<Issue>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|IssueID must be an Integer. If present, the value must match an existing IssueID to import/update.}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|If the Issue element does not contain an IssueId, than a new IssueId will be assigned.}} | |||
:<font color=blue><IssueID></font>1<font color=blue><<nowiki>/IssueID</nowiki>></font> | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|The Code must contain a String. 20 characters maximum. The Code element is optional.}} | |||
:<font color=blue><nowiki><Code></nowiki><Code><font color=black>06</font><font color=blue></Code></font> | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|The Description must contain a string. 100 characters maximum. The Issue element must contain a Description element.}} | |||
:'''<font color=blue><Description></font><font color=black><Verify Corrective Action(s)></font><font color=blue></Description></font>''' | |||
:{{Template:XFRACAS.Blue|<IssueType>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|The IssueTypeID must be an Integer. If used, IssueType element must contain an IssueTypeID attribute.}} | |||
:'''{{Template:XFRACAS.Blue|<IssueTypeId>}}{{Template:XFRACAS.Black|6}}{{Template:XFRACAS.Blue|</IssueTypeId>}}''' | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|IssueTypeDescription must be a String. 50 characters maximum. The Description element must have a value.}} | |||
:'''{{Template:XFRACAS.Blue|<IssueTypeDescription>}}{{Template:XFRACAS.Black|PRR Status}}{{Template:XFRACAS.Blue|</IssueTypeDescription>}}''' | |||
:{{Template:XFRACAS.Blue|</IssueType>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|If present, IssueDate must be a [[Valid Date|valid date]].}} | |||
:{{Template:XFRACAS.Blue|</IssueDate>}} | |||
:'''<font color=blue><Year></font><font color=black>2013</font><font color=blue><<nowiki>/Year></nowiki>></font>''' | |||
:'''<font color=blue><Month></font><font color=black>6</font><font color=blue><<nowiki>/Month></nowiki>></font>''' | |||
:'''<font color=blue><Day></font><font color=black>19</font><font color=blue><<nowiki>/Day></nowiki>></font>''' | |||
:<font color=blue><Hour></font><font color=black>20</font><font color=blue><<nowiki>/Hour></nowiki>></font> | |||
:<font color=blue><Minute></font><font color=black>21</font><font color=blue><<nowiki>/Minute></nowiki>></font> | |||
:<font color=blue><Second></font><font color=black>0</font><font color=blue><<nowiki>/Second></nowiki>></font> | |||
:<font color=blue><FormattedDate></font><font color=black>06/19/2013 08:21 PM</font><font color=blue><<nowiki>/FormattedDate</nowiki>></font> | |||
:{{Template:XFRACAS.Blue|</IssueDate>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|ParentIssue may have Code and IssueID elements.}} | |||
:{{Template:XFRACAS.Blue|<ParentIssue>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|The Code element must contain a String. 20 characters maximum}} | |||
:<font color=blue><nowiki><Code></nowiki><Code><font color=black>07</font><font color=blue></Code></font> | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|IssueID must be an Integer}} | |||
:<font color=blue><IssueID></font><font color=black>2</font><font color=blue><<nowiki>/IssueID</nowiki>></font> | |||
:{{Template:XFRACAS.Blue|<ParentIssue>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Retired is optional and must be a [[Valid Date|valid date]] if used. Retired is used for retired issues.}} | |||
:{{Template:XFRACAS.Blue|<Retired/>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Quantity is optional and must be an integer if used.}} | |||
:{{Template:XFRACAS.Blue|<Quantity/>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Amount is optional and must be Money if used (Example: 100.00).}} | |||
:{{Template:XFRACAS.Blue|<Amount/>}} | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Part is optional and must be a [[Valid Part|valid part]] if used.}} | |||
:{{Template:XFRACAS.Blue|<Part/>}} | |||
:{{Template:XFRACAS.Blue|</Issue>}} |
Revision as of 21:15, 11 February 2015
xx1xx
m
- <!—A combination of IssueType, Code and Description must match an existing issue. Only Description is required.
- <Issue>
- <!— IssueID must be an Integer. If present, the value must match an existing IssueID to import/update.
- <!— If the Issue element does not contain an IssueId, than a new IssueId will be assigned.
- <IssueID>1</IssueID>
- <!— The Code must contain a String. 20 characters maximum. The Code element is optional.
- <Code>
06
- <!— The Description must contain a string. 100 characters maximum. The Issue element must contain a Description element.
- <Description><Verify Corrective Action(s)></Description>
- <IssueType>
- <!— The IssueTypeID must be an Integer. If used, IssueType element must contain an IssueTypeID attribute.
- <IssueTypeId> 6 </IssueTypeId>
- <!— IssueTypeDescription must be a String. 50 characters maximum. The Description element must have a value.
- <IssueTypeDescription> PRR Status </IssueTypeDescription>
- </IssueType>
- <!— If present, IssueDate must be a valid date.
- </IssueDate>
- <Year>2013</Year>>
- <Month>6</Month>>
- <Day>19</Day>>
- <Hour>20</Hour>>
- <Minute>21</Minute>>
- <Second>0</Second>>
- <FormattedDate>06/19/2013 08:21 PM</FormattedDate>
- </IssueDate>
- <!— ParentIssue may have Code and IssueID elements.
- <ParentIssue>
- <!— The Code element must contain a String. 20 characters maximum
- <Code>
07
- <!— IssueID must be an Integer
- <IssueID>2</IssueID>
- <ParentIssue>
- <!— Retired is optional and must be a valid date if used. Retired is used for retired issues.
- <Retired/>
- <!— Quantity is optional and must be an integer if used.
- <Quantity/>
- <!— Amount is optional and must be Money if used (Example: 100.00).
- <Amount/>
- <!— Part is optional and must be a valid part if used.
- <Part/>
- </Issue>