META-INF.xsd.smooks.edi-1.4.xsd Maven / Gradle / Ivy
Smooks EDI Reader Configuration
EDI Reader Configuration
The EDI reader reads and validates a EDI stream and converts it to SAX events that Smooks
can process.
A mapping is used to map the EDI segments and fields to a SAX event stream.
For more information about the mapping model take a look at the
"http://www.milyn.org/schema/edi-message-mapping-1.0.xsd" schema.
EDI Reader
The URI of the EDI mapping model file of the EDI model.
For more information about the mapping model take a
look at the "http://www.milyn.org/schema/edi-message-mapping-1.0.xsd"
schema.
Ignore new line characters. Default "false".
EDI messages are sometimes formatted with new line characters for human readability.
In that case, these characters are not part of the message and should be ignored.
Specifies whether to perform validation or not when parsing a value-node with a specific type. Default is false.