114 lines
3.4 KiB
XML
114 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Licensed under European Union Public Licence (EUPL) version 1.2.
|
|
|
|
-->
|
|
<testSet xmlns="http://difi.no/xsd/vefa/validator/1.0" configuration="tc434-ubl">
|
|
<assert>
|
|
<scope>BR-08</scope>
|
|
</assert>
|
|
<test>
|
|
<assert>
|
|
<description>Verify seller postal address is present</description>
|
|
<success>BR-08</success>
|
|
</assert>
|
|
<CreditNote
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
|
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
|
|
|
|
<cac:AccountingSupplierParty>
|
|
<cac:Party>
|
|
<cac:PostalAddress>
|
|
<cbc:StreetName>Main street 34</cbc:StreetName>
|
|
<cbc:AdditionalStreetName>Suite 123</cbc:AdditionalStreetName>
|
|
<cbc:CityName>Big city</cbc:CityName>
|
|
<cbc:PostalZone>54321</cbc:PostalZone>
|
|
<cbc:CountrySubentity>RegionA</cbc:CountrySubentity>
|
|
<cac:Country>
|
|
<cbc:IdentificationCode listID="ISO3166-1:Alpha2">NO</cbc:IdentificationCode>
|
|
</cac:Country>
|
|
</cac:PostalAddress>
|
|
</cac:Party>
|
|
</cac:AccountingSupplierParty>
|
|
</CreditNote>
|
|
</test>
|
|
<test>
|
|
<assert>
|
|
<description>Verify seller postal address is present</description>
|
|
<success>BR-08</success>
|
|
</assert>
|
|
<CreditNote
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
|
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
|
|
|
|
<cac:AccountingSupplierParty>
|
|
<cac:Party>
|
|
<cac:PostalAddress></cac:PostalAddress>
|
|
</cac:Party>
|
|
</cac:AccountingSupplierParty>
|
|
</CreditNote>
|
|
</test>
|
|
|
|
<test>
|
|
<assert>
|
|
<description>Trigger error when seller postal address is missing</description>
|
|
<error>BR-08</error>
|
|
</assert>
|
|
<CreditNote
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
|
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
|
|
|
|
<!--
|
|
<cac:AccountingSupplierParty>
|
|
<cac:Party>
|
|
<cac:PostalAddress/>
|
|
</cac:Party>
|
|
</cac:AccountingSupplierParty>
|
|
-->
|
|
</CreditNote>
|
|
</test>
|
|
|
|
<test>
|
|
<assert>
|
|
<description>Trigger error when seller postal address is missing</description>
|
|
<error>BR-08</error>
|
|
</assert>
|
|
<CreditNote
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
|
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
|
|
|
|
|
|
<cac:AccountingSupplierParty>
|
|
<!-- <cac:Party>
|
|
<cac:PostalAddress/>
|
|
</cac:Party> -->
|
|
</cac:AccountingSupplierParty>
|
|
</CreditNote>
|
|
</test>
|
|
|
|
<test>
|
|
<assert>
|
|
<description>Trigger error when seller postal address is missing</description>
|
|
<error>BR-08</error>
|
|
</assert>
|
|
<CreditNote
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
|
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
|
|
|
|
<cac:AccountingSupplierParty>
|
|
<cac:Party>
|
|
<!-- <cac:PostalAddress></cac:PostalAddress> -->
|
|
</cac:Party>
|
|
</cac:AccountingSupplierParty>
|
|
</CreditNote>
|
|
</test>
|
|
|
|
|
|
</testSet>
|