When specifying an element in the Element Name cell using an XPath expression, assign "rc" as the namespace prefix.
Example: /%ShippingOrder[./#expected/rc:ShippingOrder/@id = '...']
Element | Parent | Element | Component | Component | Component | Data Type | # of |
---|---|---|---|---|---|---|---|
ShippingOrder |
| Product shipping, grouped by either order or device | id | Attribute | Unique identifier | ID | 1 |
name | Attribute | Formal name | string | 0..1 | |||
count | Attribute | Number of sets with the same configuration. Regarded as "1" if omitted. | int | 0..1 | |||
orderNumber | Attribute | Order number | string | 0..1 | |||
ShippingProductGroup | Element | Shipping product group | - | 0..* | |||
ShippingProduct | Element | Shipping product | - | 0..* | |||
ShippingProductGroup | ShippingOrder | Shipping product group | id | Attribute | Unique identifier | ID | 1 |
name | Attribute | Formal name | string | 0..1 | |||
count | Attribute | Number of sets with the same configuration. Regarded as "1" if omitted. | int | 0..1 | |||
groupCode | Attribute | Group number | string | 0..1 | |||
ShippingProduct | Element | Each individual product to be shipped | - | 0..* | |||
ShippingProduct | ShippingOrder, | Shipping product | id | Attribute | Unique identifier | ID | 1 |
name | Attribute | Formal name | string | 0..1 | |||
productNumber | Attribute | Shipping model name | string | 1 | |||
contractType | Attribute | Contract type. Distinctions such as "purchase", "rental", etc | string | 0..1 | |||
unitPrice | Attribute | Unit price (including units) | string | 0..1 | |||
count | Attribute | Quantity. Regarded as "1" if omitted. | int | 0..1 | |||
maintenanceFee | Attribute | Maintenance fee (including units) | string | 0..1 |