Serial System: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) |
||
Line 43: | Line 43: | ||
::::<font color=blue><!—</font>{{APIComment|The SerialHID element is optional. If present, it must match an existing SerialHID.}} | ::::<font color=blue><!—</font>{{APIComment|The SerialHID element is optional. If present, it must match an existing SerialHID.}} | ||
::::<font color=Blue><SerialHID></font><font color=Black>20</font><font color=Blue></SerialHID></font> | ::::<font color=Blue><SerialHID></font><font color=Black>20</font><font color=Blue></SerialHID></font> | ||
::::<font color=blue><!—</font>{{APIComment| | ::::<font color=blue><!—</font>{{APIComment|A Serial Number (integer) is only required for a serial system.}} | ||
::::<font color=Blue><SerialNumber></font><font color=Black>123</font><font color=Blue></SerialNumber></font> | ::::<font color=Blue><SerialNumber></font><font color=Black>123</font><font color=Blue></SerialNumber></font> | ||
::::<font color=blue><!—</font>{{APIComment|A Serial Number (integer) is only required for a serial system.}} | ::::<font color=blue><!—</font>{{APIComment|A Serial Number (integer) is only required for a serial system.}} |
Revision as of 23:29, 15 April 2015
XML Elements
Serial System Sample
- <System>
- <!— The Part element is required and must contain either a new or an existing Valid Part.
- <Part>
- <PartName>Synthesis Platform</PartName>
- <PartNumber>SYN</PartNumber>
- <PartVersion>9</PartVersion>
- <RetiredDate/>
- <UseExisting>Yes</UseExisting>
- </Part>
- <!— The HID element is optional. If present, it must match an existing HID. An HID must be an integer
- <HID>10</HID>
- <!— The SerialHID element is optional. If present, it must match an existing SerialHID.
- <SerialHID>20</SerialHID>
- <!— A Serial Number (integer) is only required for a serial system.
- <SerialNumber>123</SerialNumber>
- <!— A Valid Entity is required.
- <Entity>
- <EntityID>1</EntityID>
- <EntityName>XFRACAS Software</EntityName>
- </Entity>
- <CCUsers/>
- <SubParts>
- <SubPart>
- <Part>
- <PartName>Weibull++</PartName>
- <PartNumber>DFR</PartNumber>
- <PartVersion>9</PartVersion>
- <RetiredDate/>
- <UseExisting>Yes</UseExisting>
- </Part>
- <HID>11</HID>
- <!— The SerialHID element is optional. If present, it must match an existing SerialHID.
- <SerialHID>20</SerialHID>
- <!— A Serial Number (integer) is only required for a serial system.
- <SerialNumber>123</SerialNumber>
- <!— A Serial Number (integer) is only required for a serial system.
- <Entity>
- <EntityID>1</EntityID>
- <EntityName>XFRACAS Software</EntityName>
- </Entity>
- <CCUsers/>
- <SubParts>
- <SubParts>
- <Part>
- <SubPart>
- <SubPart>
- <Part>
- </System>