Skip to content

Commit

Permalink
Merge pull request #10 from skat/emha-xml
Browse files Browse the repository at this point in the history
Emha xml
  • Loading branch information
nc-brj authored Apr 8, 2021
2 parents e714d52 + 50e292e commit b9c134e
Show file tree
Hide file tree
Showing 9 changed files with 1,047 additions and 167 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
4 changes: 2 additions & 2 deletions H7/UNECE/ISO_ISO3AlphaCurrencyCode_2012-08-31.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Schema agency: UN/CEFACT
Schema version: 4.0
Schema version: 1.1.2
Schema date: 26 January 2009
Code list name: ISO 3 Alpha Currency Code
Expand Down Expand Up @@ -35,7 +35,7 @@ FITNESS FOR A PARTICULAR PURPOSE.
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
elementFormDefault="qualified"
version="4.1">
version="1.1.2">
<xs:simpleType name="ISO3AlphaCurrencyCodeContentType">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
Expand Down
4 changes: 2 additions & 2 deletions H7/UNECE/UNECE_AgencyIdentificationCode_D12B.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Schema agency: UN/CEFACT
Schema version: 3.2
Schema version: 1.1.2
Schema date: 26 January 2009
Code list name: Agency Identification Code
Expand Down Expand Up @@ -35,7 +35,7 @@ FITNESS FOR A PARTICULAR PURPOSE.
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B"
elementFormDefault="qualified"
version="3.2">
version="1.1.2">
<xs:simpleType name="AgencyIdentificationCodeContentType">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
Expand Down
4 changes: 2 additions & 2 deletions H7/UNECE/UnqualifiedDataType_6_DMS.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--======================================================================-->
<!--
Schema agency: UN/CEFACT
Schema version: 6.0
Schema version: 1.1.2
Schema date: 26 January 2009
Copyright (C) UN/CEFACT (2009). All Rights Reserved.
Expand All @@ -30,7 +30,7 @@ Schema agency: UN/CEFACT
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:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" xmlns:clm6Recommendation20="urn:un:unece:uncefact:codelist:standard:6:Recommendation20:5" xmlns:clm60133="urn:un:unece:uncefact:codelist:standard:6:0133:40106" xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" xmlns:ids5ISO316612A="urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-3" xmlns:clmIANAMIMEMediaType="urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2008-11-12" xmlns:clmIANACharacterSetCode="urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14" xmlns:clm63055="urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6" xmlns:clm62379="urn:un:unece:uncefact:codelist:standard:6:2379:D09B" targetNamespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6" elementFormDefault="qualified" attributeFormDefault="unqualified" version="6.1.1">
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" xmlns:clm6Recommendation20="urn:un:unece:uncefact:codelist:standard:6:Recommendation20:5" xmlns:clm60133="urn:un:unece:uncefact:codelist:standard:6:0133:40106" xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" xmlns:ids5ISO316612A="urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-3" xmlns:clmIANAMIMEMediaType="urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2008-11-12" xmlns:clmIANACharacterSetCode="urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14" xmlns:clm63055="urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6" xmlns:clm62379="urn:un:unece:uncefact:codelist:standard:6:2379:D09B" targetNamespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.2">
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" schemaLocation="../UNECE/ISO_ISO3AlphaCurrencyCode_2012-08-31.xsd"/>
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B" schemaLocation="../UNECE/UNECE_AgencyIdentificationCode_D12B.xsd"/>
<xsd:complexType name="CustomsValueAmountType">
Expand Down
2 changes: 1 addition & 1 deletion H7/toldsystemet_DS/WCO_DEC_EDS_AUTHORISATION.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6"
targetNamespace="urn:wco:datamodel:WCO:WCO_DEC_EDS_AUTHORISATION:1"
elementFormDefault="qualified"
version="1.0">
version="1.1.2">
<xs:import namespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6" schemaLocation="../UNECE/UnqualifiedDataType_6_DMS.xsd"/>
<xs:import namespace="urn:wco:datamodel:WCO:Declaration_DS:DMS:2" schemaLocation="./toldsystemet_DS_v1.xsd" />
<xs:complexType name="Authorisation"/>
Expand Down
2 changes: 1 addition & 1 deletion H7/toldsystemet_DS/toldsystemet_DS_v1.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:wco:datamodel:WCO:Declaration_DS:DMS:2" elementFormDefault="qualified" version="1.0.9">
targetNamespace="urn:wco:datamodel:WCO:Declaration_DS:DMS:2" elementFormDefault="qualified" version="1.1.2">
<xs:import namespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:6"
schemaLocation="../UNECE/UnqualifiedDataType_6_DMS.xsd"/>
<xs:import namespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
Expand Down
Loading

0 comments on commit b9c134e

Please sign in to comment.