Valid Part
Jump to navigation
Jump to search
- <!— The PartName or PartNumber element must be present and contain a value.
- <!— If the combination of PartName, PartNumber and PartVersion match an existing part, then the existing part will be updated.
- <Part>
- <!— PartID must be an integer. If left without a value, a new PartID will be assigned.
- <!— If PartID value matches an existing PartID, the part will be updated.
- <PartID>123</PartID>
- <!— PartName must be a String. 255 characters maximum
- <PartName>Synthesis Platform</PartName>
- <!— PartNumber must be a String. 75 characters maximum
- <PartNumber>SYN</PartNumber>
- <!— Sets whether a part is retired. “Yes” means it’s retired. “No” means it’s not retired. Default setting is “No.”
- <Retired>No</Retired>
- <!— PartVersion must be a String. 50 characters maximum
- <PartVersion>9</PartVersion>
- <!— CreatedDate must be a Valid Date. Valid Date can be exemplified under Common Elements.
- <CreatedDate/>
- <!— UseExisting is required for a (Template) System. It must be “Yes” or “No.”
- <!— If “Yes” an identical part that exists in the same entity will be used. If “No” a new part will always be inserted.
- <UseExisting/>
- <!— Subpart is required to update a System. A Valid Part is required within a Subpart. See (Template) System.
- <Subpart/>
- <!— Entity must be a valid entity. Valid Entity can be exemplified under Common Elements.
- <Entity/>
- <!— HID must be an integer. If present it must match an existing HID.
- <!— When modifying System Part data, HID must not be used within Subparts in order for the System to update.
- <HID>2</HID>
- <!— SerialHID must be an integer. It is required for serialized incidents.
- <!— For serialized incidents, the SerialHID and/or SerialNumber must match an existing top level serial system.
- <!— When modifying System data, SerialHID must not be used within Subparts in order for the System to update.
- <SerialHID>29</SerialHID>
- <!— SerialNumber must be a string. It is required for serialized incidents.
- <!— For serialized incidents, the SerialHID and/or SerialNumber must match an existing top level serial system.
- <SerialNumber>989</SerialNumber>
- <!— TimeMetric1 is a reliability time metric and does not inherently contain units. It is a floating (decimal) number.
- <TimeMetric1>10</TimeMetric1>
- <!— TimeMetric2 is a reliability time metric and does not inherently contain units. It is a floating (decimal) number.
- <TimeMetric2>12</TimeMetric2>
- <!— TimeMetric3 is a reliability time metric and does not inherently contain units. It is a floating (decimal) number.
- <TimeMetric3>2.2</TimeMetric3>
- <!— Details are documented within Details.
- <Details/>
- </Part>