X12.v00704.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of staedi Show documentation
Show all versions of staedi Show documentation
Streaming API for EDI for Java
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <!-- Copyright 2020 xlate.io LLC, http://www.xlate.io Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <schema xmlns="http://xlate.io/EDISchema/v4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xlate.io/EDISchema/v4 https://www.xlate.io/EDISchema/EDISchema-v4.xsd"> <include schemaLocation="common.xml"/> <interchange header="ISA" trailer="IEA" title="X12 Interchange (minimum version 00704)"> <sequence> <segment type="ISB" title="Grade of Service Request"/> <segment type="ISE" title="Deferred Delivery Request"/> <segment type="TA1" title="Interchange Acknowledgment" maxOccurs="99999"/> <segment type="ISX" title="Interchange Syntax Extension"/> <group header="GS" trailer="GE"> <transaction header="ST" trailer="SE"/> </group> <transaction header="ST" trailer="SE" use="prohibited"/> </sequence> </interchange> <segmentType name="ISA" title="Interchange Control Header"> <description>To start and identify an interchange of zero or more functional groups and interchange-related control segments</description> <sequence> <element type="I01" minOccurs="1"/> <element type="I02" minOccurs="1"/> <element type="I03" minOccurs="1"/> <element type="I04" minOccurs="1"/> <element type="I05" minOccurs="1"/> <element type="I06" minOccurs="1"/> <element type="I05" minOccurs="1"/> <element type="I07" minOccurs="1"/> <element type="I08" minOccurs="1"/> <element type="I09" minOccurs="1"/> <element type="I65" minOccurs="1"/> <element type="I11" minOccurs="1"/> <element type="I12" minOccurs="1"/> <element type="I13" minOccurs="1"/> <element type="I14" minOccurs="1"/> <element type="I15" minOccurs="1"/> </sequence> </segmentType> </schema>