META-INF.schema.edi-message-mapping-1.3.xsd Maven / Gradle / Ivy
The definition element specifies the name (and sometimes the location) of the file containing the definition of segments in the edi-message-mapping.
A URI reference that specifies the name and location of external schema for use in this schema.
A namespace is used in combination with URI specified in the name attribute. The namespace must have a unique value within the same schema.
Specifies whether Fields in edi-definition should be truncatable. This setting overwrites
truncatable attribute for all Fields in edi-definition
Specifies whether Fields in edi-definition should be truncatable. This setting overwrites
truncatable attribute for all Fields in edi-definition
Specifies whether Components in edi-definition should be truncatable. This setting overwrites
truncatable attribute for all Components in edi-definition.
The delimiter attributes mark the boundary tokens between the EDI message parts - segment, field, component and sub-component.
These boundary tokens may contain special characters (non-printable). These are defined using XML character references e.g. LF = " "
The escape attribute specifies a character that can be used before a delimiter to prevent the delimiter from separating the EDI message into the specified part.
The documentation describing the usage and meaning of node.
The name of the xmltag when creating xml-event.
Specifies the type of the value existing in value-node. The standard types are connected to standard DataDecoders in Smooks.
Parameters used to validate the type of the value-node. Parameters are listed in the form: param1=value1;param2=value2 etc.
The minimum number of characters allowed in value-node.
The maximum number of characters allowed in value-node
The documentation describing the usage and meaning of node.
The minimum number of times the segment/segmentGroup must appear in this position within the EDI message.
The maximum number of times the segment/segmentGroup must appear in this position within the EDI message. For an unbounded max, set the maxOccurs value to -1.