The envelope Tag
Description
Defines the envelope object.
Type: EDI
Attributes:
- format
- x12, even though there is only one possible value this attribute is required.
Loop Control: NO
Inbound: Pulls in the envelope object which is the message.
Outbound: Creates the envelope object which is the message. The package will attempt to create and set the IEA
segment and its elements.
Containing Tags
- functionalgroup
-
- segment
- Any one of the 5 possible x12 segments (ISA, IEA, ISB, TA1, ISE)
Used Within Tags - suggested
Example
<envelope format="x12">
</envelope>