-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from skat/emha-xml
Emha xml
- Loading branch information
Showing
3 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# dms-public | ||
Changelog from version 1.0.0 to 1.1.1: | ||
* Declaration/ProcedureCategory - Element was added | ||
* Declaration/Submitter/ID - Removed ID for submitter. | ||
* Declaration/Agent/Address - Temporarily added mandatory address on representative (Agent - 3/19). | ||
* Declaration/GoodsShipment/AdditionalDocument/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/AdditionalInformation/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/Consignment/GoodsLocation - is now mandatory. | ||
* Declaration/GoodsShipment/CustomsValuation/FreightChargeAmount - If CustomsValuation is filled, then is now mandatory. | ||
* Declaration/GoodsShipment/DomesticDutyTaxParty/SequenceNumeric - SequenceNumeric is added, and is mandatory. | ||
* Declaration/GoodsShipment/PreviousDocument/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalDocument - Temporarily added AdditionalDocument is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalDocument/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalDocument/* - All subfields under AdditionalDocument are mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalInformation/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalInformation/* - StatementCode and StatementTypeCode are mandatory, if AdditionalInformation is used. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/SequenceNumeric - SequenceNumeric is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/DomesticDutyTaxParty/SequenceNumeric - SequenceNumeric is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure - Can now occur 3 times. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/SequenceNumeric - SequenceNumeric is added, and is mandatory. | ||
* Declaration/GoodsShipment/Importer/Address/CountryCode - Temporarily added CountryCode is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/SequenceNumeric - SequenceNumeric is added, and is mandatory. | ||
* Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/SequenceNumeric - is added, and is mandatory. | ||
* Declaration/GoodsShipment/Importer/Address/CountryCode - Temporarily added CountryCode is mandatory. |