Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
add version 18A
Browse files Browse the repository at this point in the history
  • Loading branch information
bhangun committed Jun 21, 2018
1 parent a88c637 commit ce610c6
Show file tree
Hide file tree
Showing 279 changed files with 339,847 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added d17b/mapping/d17b/TextFiles17B.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/edcd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/eded.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/edmd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/edsd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/idcd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/idmd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/idsd.zip
Binary file not shown.
Binary file added d17b/mapping/d17b/uncl.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions d18a/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
46 changes: 46 additions & 0 deletions d18a/binding/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.milyn.edi</groupId>
<artifactId>unedifact-gen-parent</artifactId>
<version>1.6</version> <!-- base pom version - do not remove this comment -->
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<name>Smooks EDI - UN/EDIFACT - D18A - Bindings</name>
<groupId>org.milyn.edi.unedifact</groupId>
<artifactId>d18a-binding</artifactId>

<dependencies>
<dependency>
<groupId>org.milyn.edi.unedifact</groupId>
<artifactId>d18a-mapping</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.milyn</groupId>
<artifactId>maven-ejc-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<ediMappingFile>urn:org.milyn.edi.unedifact:d18a-mapping:${project.version}</ediMappingFile>
</configuration>
<executions>
<execution><goals><goal>generate</goal></goals></execution>
</executions>
<dependencies>
<dependency>
<groupId>org.milyn.edi.unedifact</groupId>
<artifactId>d18a-mapping</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

</project>
4 changes: 4 additions & 0 deletions d18a/mapping/24APR18 v6 2/errors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Export log
~~~~~~~~~~
GEFEG.FX was unable to copy all facets of 'Main/qDT/UNCL/DateTime/Date Mandatory_ Date Time. Type/Date Time. Content/xs:simpleType' to 'Types/DateMandatoryDateTimeType'.
Export completed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===== 210AccountingE704 - Code List Schema Module ===== -->
<!-- ====================================================================== -->
<!--
Schema agency: UN/CEFACT
Schema version: 1.0
Schema date: 03NOV17
Code list name: Access Rights Type
Code list agency: EDIFICAS-EU
Code list version: D11A
Copyright (C) UN/CEFACT (OV17). All Rights Reserved.
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to UN/CEFACT, except as needed for the purpose of developing UN/CEFACT specifications, in which case the procedures for copyrights defined in the UN/CEFACT Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by UN/CEFACT or its successors or assigns.
This document and the information contained herein is provided on an "AS IS" basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clm210AccountingE704="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccessRightsType:D11A" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" targetNamespace="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccessRightsType:D11A" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<!-- ======================================================================= -->
<!-- ===== Element Declarations ===== -->
<!-- ======================================================================= -->
<!-- ===== Root Element ===== -->
<!-- ======================================================================= -->
<xsd:element name="AccessRightsType" type="clm210AccountingE704:AccessRightsTypeContentType"/>
<!-- ================================================================== -->
<!-- ===== Type Definitions ===== -->
<!-- ================================================================== -->
<!-- ===== Type Definition: AccessRightsTypeContentType ===== -->
<!-- ================================================================== -->
<xsd:simpleType name="AccessRightsTypeContentType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="P">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Prohibited</ccts:Name>
<ccts:Description>The code indicates prohibited access rights.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="R">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Restricted</ccts:Name>
<ccts:Description>The code indicates restricted access rights.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="U">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Unlimited</ccts:Name>
<ccts:Description>The code indicates unlimited access rights.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===== 210AccountingE602 - Code List Schema Module ===== -->
<!-- ====================================================================== -->
<!--
Schema agency: UN/CEFACT
Schema version: 1.0
Schema date: 03NOV17
Code list name: Accounting Account Balance Reopening Type
Code list agency: EDIFICAS-EU
Code list version: D11A
Copyright (C) UN/CEFACT (OV17). All Rights Reserved.
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to UN/CEFACT, except as needed for the purpose of developing UN/CEFACT specifications, in which case the procedures for copyrights defined in the UN/CEFACT Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by UN/CEFACT or its successors or assigns.
This document and the information contained herein is provided on an "AS IS" basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clm210AccountingE602="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountBalanceReopeningType:D11A" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" targetNamespace="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountBalanceReopeningType:D11A" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<!-- ======================================================================= -->
<!-- ===== Element Declarations ===== -->
<!-- ======================================================================= -->
<!-- ===== Root Element ===== -->
<!-- ======================================================================= -->
<xsd:element name="AccountingAccountBalanceReopeningType" type="clm210AccountingE602:AccountingAccountBalanceReopeningTypeContentType"/>
<!-- ================================================================== -->
<!-- ===== Type Definitions ===== -->
<!-- ================================================================== -->
<!-- ===== Type Definition: AccountingAccountBalanceReopeningTypeContentType ===== -->
<!-- ================================================================== -->
<xsd:simpleType name="AccountingAccountBalanceReopeningTypeContentType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Balance carried over</ccts:Name>
<ccts:Description>Debit or credit balance amount is carried over at reopening accounting period.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Reopening debit and credit total amounts of not matched entries only</ccts:Name>
<ccts:Description>Debit and credit total amounts of NOT matched entries are carried over at reopening accounting period.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Reopening detailed of not matched entries only</ccts:Name>
<ccts:Description>The code indicates reopening of detailed NOT matched entries.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Reopening debit and credit total amounts</ccts:Name>
<ccts:Description>The code indicates reopening totals of debits and total of credits.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>No balance reopening</ccts:Name>
<ccts:Description>No balance reopening for this account.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===== 210AccountingE902 - Code List Schema Module ===== -->
<!-- ====================================================================== -->
<!--
Schema agency: UN/CEFACT
Schema version: 1.0
Schema date: 03NOV17
Code list name: Accounting Account Classification
Code list agency: EDIFICAS-EU
Code list version: D11A
Copyright (C) UN/CEFACT (OV17). All Rights Reserved.
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to UN/CEFACT, except as needed for the purpose of developing UN/CEFACT specifications, in which case the procedures for copyrights defined in the UN/CEFACT Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by UN/CEFACT or its successors or assigns.
This document and the information contained herein is provided on an "AS IS" basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clm210AccountingE902="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountClassification:D11A" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" targetNamespace="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountClassification:D11A" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<!-- ======================================================================= -->
<!-- ===== Element Declarations ===== -->
<!-- ======================================================================= -->
<!-- ===== Root Element ===== -->
<!-- ======================================================================= -->
<xsd:element name="AccountingAccountClassification" type="clm210AccountingE902:AccountingAccountClassificationContentType"/>
<!-- ================================================================== -->
<!-- ===== Type Definitions ===== -->
<!-- ================================================================== -->
<!-- ===== Type Definition: AccountingAccountClassificationContentType ===== -->
<!-- ================================================================== -->
<xsd:simpleType name="AccountingAccountClassificationContentType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>General Chart of accounts</ccts:Name>
<ccts:Description>The code indicates a general accounts chart.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Cost Chart of accounts</ccts:Name>
<ccts:Description>The code indicates a cost accounts chart.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:Name>Budget Chart of accounts</ccts:Name>
<ccts:Description>The code indicates a budget accounts chart.</ccts:Description>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
Loading

0 comments on commit ce610c6

Please sign in to comment.