Serial System: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 45: Line 45:
::::<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.}}
::::<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.}}
::::{{Template:XFRACAS.Blue|<[[Template System.Entity|Entity]]>}}
:::::<font color=Blue><EntityID></font><font color=Black>1</font><font color=Blue></EntityID></font>
:::::<font color=Blue><EntityName></font><font color=Black>XFRACAS Software</font><font color=Blue></EntityName></font>
::::{{Template:XFRACAS.Blue|</[[SerialSystem.Entity|Entity]]>}}
::::{{Template:XFRACAS.Blue|<CCUsers/>}}
::::{{Template:XFRACAS.Blue|<SubParts>}}
::::{{Template:XFRACAS.Blue|<SubParts>}}
:::::{{Template:XFRACAS.Blue|<SubPart>}}
:::::{{Template:XFRACAS.Blue|<SubPart>}}

Revision as of 17:53, 21 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>
<SubParts>
<SubPart>
<Part>
<PartName>Weibull++</PartName>
<PartNumber>W</PartNumber>
<PartVersion>9</PartVersion>
<RetiredDate/>
<UseExisting>Yes</UseExisting>
</Part>
<SubPart>
<SubParts>
<SubPart>
<Part>
</System>