Uses the Component:StatementType
Technical statement.
Table 6.113. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
StatementID |
Technical statement item identification. The ID must be unique within the workshop order. The 'schemaID' attribute states the identification schema or origin of the ID. | 0..1 | Field | udt:TextType | |
StatementLineNumber |
Sequence number of the statement whithin this order item. Can be used to define the order of lines on an invoice. | 0..1 | Field | udt:NumericType | |
StatementDescription |
Description of the item, normally invoice text. | 0..* | Field | udt:TextType | |
StatementRelatedPackage |
In case the statement is part of a package the element identifies the corresponding package ID. (PackageID element od PackageInfo). | 0..1 | Field | udt:IdentifierType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.111. Statement
<Statement> <StatementID>......</StatementID> [0..1] <StatementLineNumber>......</StatementLineNumber> [0..1] <StatementDescription>......</StatementDescription> [0..*] <StatementRelatedPackage>......</StatementRelatedPackage> [0..1] </Statement>