From abf59f55920cbbc3904e2ea91ec19987f4585276 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Thu, 5 Dec 2024 23:07:23 +0100 Subject: [PATCH] Added Zugferd 2.2 XML validation rules --- README.md | 1 + phive-rules-zugferd/docs/.gitignore | 1 + phive-rules-zugferd/pom.xml | 14 +- .../phive/zugferd/ZugferdValidation.java | 75 +- .../schemas/2.2/basic/FACTUR-X_BASIC.xsd | 20 + ...ct_data_standard_QualifiedDataType_100.xsd | 792 + ...AggregateBusinessInformationEntity_100.xsd | 249 + ..._data_standard_UnqualifiedDataType_100.xsd | 61 + .../schemas/2.2/basicwl/FACTUR-X_BASIC-WL.xsd | 20 + ...ct_data_standard_QualifiedDataType_100.xsd | 792 + ...AggregateBusinessInformationEntity_100.xsd | 196 + ..._data_standard_UnqualifiedDataType_100.xsd | 54 + .../schemas/2.2/en16931/FACTUR-X_EN16931.xsd | 20 + ...ct_data_standard_QualifiedDataType_100.xsd | 1745 + ...AggregateBusinessInformationEntity_100.xsd | 318 + ..._data_standard_UnqualifiedDataType_100.xsd | 85 + .../2.2/extended/FACTUR-X_EXTENDED.xsd | 20 + ...ct_data_standard_QualifiedDataType_100.xsd | 2575 + ...AggregateBusinessInformationEntity_100.xsd | 458 + ..._data_standard_UnqualifiedDataType_100.xsd | 102 + .../schemas/2.2/minimum/FACTUR-X_MINIMUM.xsd | 20 + ...ct_data_standard_QualifiedDataType_100.xsd | 511 + ...AggregateBusinessInformationEntity_100.xsd | 86 + ..._data_standard_UnqualifiedDataType_100.xsd | 39 + .../schematron/2.2/FACTUR-X_BASIC-WL.xslt | 29869 +++ .../2.2/FACTUR-X_BASIC-WL_codedb.xml | 2348 + .../schematron/2.2/FACTUR-X_BASIC.xslt | 39510 ++++ .../schematron/2.2/FACTUR-X_BASIC_codedb.xml | 4807 + .../schematron/2.2/FACTUR-X_EN16931.xslt | 51007 +++++ .../2.2/FACTUR-X_EN16931_codedb.xml | 5172 + .../schematron/2.2/FACTUR-X_EXTENDED.xslt | 162435 +++++++++++++++ .../2.2/FACTUR-X_EXTENDED_codedb.xml | 7796 + .../schematron/2.2/FACTUR-X_MINIMUM.xslt | 9833 + .../2.2/FACTUR-X_MINIMUM_codedb.xml | 658 + .../helger/phive/zugferd/mock/CTestFiles.java | 26 +- .../tools/MainExtractTestFiles22.java | 160 + ...Files.java => MainExtractTestFiles23.java} | 4 +- .../rule-source/2.2/FACTUR-X_BASIC-WL.sch | 5216 + .../rule-source/2.2/FACTUR-X_BASIC.sch | 6908 + .../rule-source/2.2/FACTUR-X_EN16931.sch | 8924 + .../rule-source/2.2/FACTUR-X_EXTENDED.sch | 28384 +++ .../rule-source/2.2/FACTUR-X_MINIMUM.sch | 1705 + .../test-files/2.2/basic/factur-x-1.xml | 213 + .../test-files/2.2/basic/factur-x-2.xml | 306 + .../test-files/2.2/basic/factur-x-3.xml | 228 + .../test-files/2.2/basicwl/factur-x-1.xml | 176 + .../test-files/2.2/en16931/factur-x-1.xml | 372 + .../test-files/2.2/en16931/factur-x-10.xml | 247 + .../test-files/2.2/en16931/factur-x-11.xml | 246 + .../test-files/2.2/en16931/factur-x-12.xml | 297 + .../test-files/2.2/en16931/factur-x-13.xml | 246 + .../test-files/2.2/en16931/factur-x-14.xml | 378 + .../test-files/2.2/en16931/factur-x-15.xml | 214 + .../test-files/2.2/en16931/factur-x-16.xml | 229 + .../test-files/2.2/en16931/factur-x-17.xml | 377 + .../test-files/2.2/en16931/factur-x-18.xml | 381 + .../test-files/2.2/en16931/factur-x-19.xml | 333 + .../test-files/2.2/en16931/factur-x-2.xml | 222 + .../test-files/2.2/en16931/factur-x-20.xml | 322 + .../test-files/2.2/en16931/factur-x-21.xml | 257 + .../test-files/2.2/en16931/factur-x-22.xml | 224 + .../test-files/2.2/en16931/factur-x-3.xml | 254 + .../test-files/2.2/en16931/factur-x-4.xml | 219 + .../test-files/2.2/en16931/factur-x-5.xml | 244 + .../test-files/2.2/en16931/factur-x-6.xml | 246 + .../test-files/2.2/en16931/factur-x-7.xml | 241 + .../test-files/2.2/en16931/factur-x-8.xml | 262 + .../test-files/2.2/en16931/factur-x-9.xml | 381 + .../test-files/2.2/extended/factur-x-1.xml | 340 + .../test-files/2.2/extended/factur-x-2.xml | 319 + .../test-files/2.2/extended/factur-x-3.xml | 430 + .../test-files/2.2/extended/factur-x-4.xml | 373 + .../test-files/2.2/extended/factur-x-5.xml | 567 + .../test-files/2.2/minimum/factur-x-1.xml | 130 + .../test-files/2.2/minimum/factur-x-2.xml | 130 + pom.xml | 2 +- 76 files changed, 382414 insertions(+), 8 deletions(-) create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL.xslt create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL_codedb.xml create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC.xslt create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC_codedb.xml create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931.xslt create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931_codedb.xml create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED.xslt create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED_codedb.xml create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM.xslt create mode 100644 phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM_codedb.xml create mode 100644 phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles22.java rename phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/{MainExtractTestFiles.java => MainExtractTestFiles23.java} (97%) create mode 100644 phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC-WL.sch create mode 100644 phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC.sch create mode 100644 phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EN16931.sch create mode 100644 phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EXTENDED.sch create mode 100644 phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_MINIMUM.sch create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-1.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-2.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-3.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/basicwl/factur-x-1.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-1.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-10.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-11.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-12.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-13.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-14.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-15.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-16.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-17.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-18.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-19.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-2.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-20.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-21.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-22.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-3.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-4.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-5.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-6.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-7.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-8.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-9.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-1.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-2.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-3.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-4.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-5.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-1.xml create mode 100644 phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-2.xml diff --git a/README.md b/README.md index 3a2c5d1c..45652642 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ I hope that with the introduction of PINT, the versioning problem will be solved * Deprecated Simplerinvoicing Invoice 2.0.3.8, Simplerinvoicing 2.0 G-Account extension 1.0.8 and NLCIUS-CII 1.0.3.7 * Added Simplerinvoicing Invoice 2.0.3.10, Simplerinvoicing 2.0 G-Account extension 1.0.10 and NLCIUS-CII 1.0.3.9 * Added support for CII D22B XML Schema validation + * Added support for ZuGFERD 2.2 - all profiles (XML only) * Added support for ZuGFERD 2.3.2 - all profiles (XML only) * v3.2.1 - 2024-10-09 * Added support for EN 16931 rules v1.3.13 format and deprecated v1.3.11 diff --git a/phive-rules-zugferd/docs/.gitignore b/phive-rules-zugferd/docs/.gitignore index 9fe5312f..7284827b 100644 --- a/phive-rules-zugferd/docs/.gitignore +++ b/phive-rules-zugferd/docs/.gitignore @@ -1 +1,2 @@ +zugferd22en/ ZF232_EN/ diff --git a/phive-rules-zugferd/pom.xml b/phive-rules-zugferd/pom.xml index 34126634..810a5fd6 100644 --- a/phive-rules-zugferd/pom.xml +++ b/phive-rules-zugferd/pom.xml @@ -62,6 +62,10 @@ com.helger.phive.rules phive-rules-api + + com.helger.phive.rules + phive-rules-en16931 + com.helger.cii ph-cii-d16b @@ -88,6 +92,12 @@ jaxb-impl test + + org.apache.pdfbox + pdfbox + 3.0.3 + test + @@ -117,8 +127,8 @@ convert - ${basedir}/src/test/resources/external/rule-source/2.3.2 - ${basedir}/src/main/resources/external/schematron/2.3.2 + ${basedir}/src/test/resources/external/rule-source/2.2 + ${basedir}/src/main/resources/external/schematron/2.2 *.sch diff --git a/phive-rules-zugferd/src/main/java/com/helger/phive/zugferd/ZugferdValidation.java b/phive-rules-zugferd/src/main/java/com/helger/phive/zugferd/ZugferdValidation.java index 4d406f78..84038d4f 100644 --- a/phive-rules-zugferd/src/main/java/com/helger/phive/zugferd/ZugferdValidation.java +++ b/phive-rules-zugferd/src/main/java/com/helger/phive/zugferd/ZugferdValidation.java @@ -29,6 +29,8 @@ import com.helger.phive.api.executorset.IValidationExecutorSetRegistry; import com.helger.phive.api.executorset.ValidationExecutorSet; import com.helger.phive.api.executorset.ValidationExecutorSetAlias; +import com.helger.phive.api.executorset.status.IValidationExecutorSetStatus; +import com.helger.phive.en16931.EN16931Validation; import com.helger.phive.rules.api.PhiveRulesCIIHelper; import com.helger.phive.rules.api.PhiveRulesHelper; import com.helger.phive.xml.source.IValidationSourceXML; @@ -45,6 +47,23 @@ public final class ZugferdValidation public static final String GROUP_ID_ZUGFERD = "de.zugferd"; public static final String GROUP_ID_FACTUR_X = "fr.factur-x"; + // v2.2 + public static final DVRCoordinate VID_ZUGFERD_2_2_MINIMUM = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, + EZugferdProfile.MINIMUM.getArtifactID (), + "2.2"); + public static final DVRCoordinate VID_ZUGFERD_2_2_BASIC_WL = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, + EZugferdProfile.BASIC_WL.getArtifactID (), + "2.2"); + public static final DVRCoordinate VID_ZUGFERD_2_2_BASIC = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, + EZugferdProfile.BASIC.getArtifactID (), + "2.2"); + public static final DVRCoordinate VID_ZUGFERD_2_2_EN16931 = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, + EZugferdProfile.EN16931.getArtifactID (), + "2.2"); + public static final DVRCoordinate VID_ZUGFERD_2_2_EXTENDED = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, + EZugferdProfile.EXTENDED.getArtifactID (), + "2.2"); + // v2.3.2 public static final DVRCoordinate VID_ZUGFERD_2_3_2_MINIMUM = PhiveRulesHelper.createCoordinate (GROUP_ID_ZUGFERD, EZugferdProfile.MINIMUM.getArtifactID (), @@ -66,7 +85,8 @@ public final class ZugferdValidation private static final ICommonsMap ZUGFERD_TO_FACTURX_MAP = new CommonsHashMap <> (); static { - ZUGFERD_TO_FACTURX_MAP.put (DVRVersion.parseOrNull ("2.3.2"), DVRVersion.parseOrNull ("1.7.2")); + ZUGFERD_TO_FACTURX_MAP.put (DVRVersion.parseOrNull ("2.2"), DVRVersion.parseOrNull ("1.0.6")); + ZUGFERD_TO_FACTURX_MAP.put (DVRVersion.parseOrNull ("2.3.2"), DVRVersion.parseOrNull ("1.0.7-2")); } private ZugferdValidation () @@ -106,6 +126,7 @@ private static void _registerFacturXAlias (@Nonnull final IValidationExecutorSet * @param aRegistry * The registry to add the artefacts. May not be null. */ + @SuppressWarnings ("deprecation") public static void initZugferd (@Nonnull final IValidationExecutorSetRegistry aRegistry) { ValueEnforcer.notNull (aRegistry, "Registry"); @@ -113,7 +134,57 @@ public static void initZugferd (@Nonnull final IValidationExecutorSetRegistry aVES; + if (eProfile == EZugferdProfile.EN16931) + { + // Based on 1.3.7-SNAPSHOT + aVES = ValidationExecutorSet.createDerived (aRegistry.getOfID (EN16931Validation.VID_CII_137), + aVESID, + sDisplayName, + aStatus, + aVESchematron); + } + else + { + aVES = ValidationExecutorSet.create (aVESID, + sDisplayName, + aStatus, + ValidationExecutorXSD.create (new ClassPathResource ("/external/schemas/" + + sZugferdVersion + + "/" + + eProfile.getFolderName () + + "/Factur-X_" + + sFilenameSuffix + + ".xsd", + _getCL ())), + aVESchematron); + } + aRegistry.registerValidationExecutorSet (aVES); + + // Also register alias as Factur-X + _registerFacturXAlias (aRegistry, aVES); + } + + // Zugferd 2.3.2 / Factur-X 1.0.7-2 for (final EZugferdProfile eProfile : EZugferdProfile.values ()) { final String sZugferdVersion = "2.3.2"; diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC.xsd new file mode 100644 index 00000000..cfe05e14 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..f8ccbcf1 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,792 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..2cbf3316 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..a8d4a270 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL.xsd new file mode 100644 index 00000000..58a1cc63 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..2730a55a --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,792 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..7eb18262 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..a2eeee09 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/basicwl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931.xsd new file mode 100644 index 00000000..f6d34759 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..e024061a --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,1745 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..e1f554fc --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..bfeb6362 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED.xsd new file mode 100644 index 00000000..87001649 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..6d42751b --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,2575 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..fe25afe9 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..78e78a0d --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM.xsd new file mode 100644 index 00000000..f52e628d --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..ee8db280 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,511 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..b0dfe863 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..ac27fb40 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schemas/2.2/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL.xslt b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL.xslt new file mode 100644 index 00000000..9a5e6515 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL.xslt @@ -0,0 +1,29869 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Schema for FACTUR-X; 1.0; ACCOUNTING INFORMATION, No XML Invoice, (BASIC WITHOUT LINE) + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BasisAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@currencyID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeSpecifiedCreditorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL_codedb.xml b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL_codedb.xml new file mode 100644 index 00000000..e14efab6 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC-WL_codedb.xml @@ -0,0 +1,2348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC.xslt b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC.xslt new file mode 100644 index 00000000..d66d9705 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC.xslt @@ -0,0 +1,39510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Schema for FACTUR-X; 1.0; EN16931-COMPLIANT-BASIC + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BasisAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeSpecifiedCreditorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:IncludedNote' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubjectCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineStatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineStatusReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ParentLineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:AppliedTradeAllowanceCharge' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@unitCode' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeFreeQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableProductCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DesignatedProductClassification' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedReferencedProduct' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IndividualTradeProductInstance' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OriginTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC_codedb.xml b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC_codedb.xml new file mode 100644 index 00000000..1a4fe1ac --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_BASIC_codedb.xml @@ -0,0 +1,4807 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931.xslt b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931.xslt new file mode 100644 index 00000000..2725e020 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931.xslt @@ -0,0 +1,51007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Schema for FACTUR-X; 1.0; EN16931-COMPLIANT (FULLY) + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Name' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@mimeCode' is required in this context. + + + + + + + + + + + + + + Attribute '@filename' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FaxUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FaxUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BasisAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:Date' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:RoundingAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@currencyID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Information' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditAvailableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditLimitAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExpiryDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InterestRatePercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuingCompanyName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MicrochipIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValidFromDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VerificationNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BICID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AustralianBSBID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CHIPSParticipantID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CHIPSUniversalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClearingSystemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GermanBankleitzahlID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:HellenicBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:HongKongBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IndianFinancialSystemID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IrishNSCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItalianDomesticID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JapanFinancialInstitutionCommonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NewZealandNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PolishNationalClearingID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PortugueseNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RussianCentralBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SICID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SouthAfricanNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SwissBCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UKSortCodeID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:IncludedNote' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubjectCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineStatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineStatusReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ParentLineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:AppliedTradeAllowanceCharge' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@unitCode' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeFreeQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Value' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableProductCharacteristicCondition' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MeasurementMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ClassCode' is not allowed. + + + + + + + + + + + + + + Attribute '@listID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@listID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClassName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClassProductCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubClassCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SystemID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SystemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedReferencedProduct' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IndividualTradeProductInstance' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubordinateTradeCountrySubDivision' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931_codedb.xml b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931_codedb.xml new file mode 100644 index 00000000..4ffb1f3d --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EN16931_codedb.xml @@ -0,0 +1,5172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED.xslt b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED.xslt new file mode 100644 index 00000000..b76610ad --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED.xslt @@ -0,0 +1,162435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Schema for FACTUR-X; 1.0; EN16931-CONFORMANT-EXTENDED + + + + + + + + + + + + + + + + + + Each Additional supporting document (BG-24) shall contain a Supporting document reference (BT-122). + + + + + + + + + + + + + + + + + + + + + + + + + + + Each VAT breakdown (BG-23) shall have a VAT category taxable amount (BT-116). + + + + + + + + + + + + + + Each VAT breakdown (BG-23) shall have a VAT category tax amount (BT-117). + + + + + + + + + + + + + + Each VAT breakdown (BG-23) shall be defined through a VAT category code (BT-118). + + + + + + + + + + + + + + Each VAT breakdown (BG-23) shall have a VAT category rate (BT-119), except if the Invoice is not subject to VAT. + + + + + + + + + + + + + + + + + + + + + + + + + + + + VAT category tax amount (BT-117) = VAT category taxable amount (BT-116) x (VAT category rate (BT-119) / 100), rounded to two decimals. + + + + + + + + + + + + + + The allowed maximum number of decimals for the VAT category taxable amount (BT-116) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the VAT category tax amount (BT-117) is 2. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-Z-08] - In a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amount (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Zero rated". + + + + + + + + + + + + + + [BR-Z-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" shall equal 0 (zero). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Zero rated" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-S-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Standard rated" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Standard rate" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + + + + + + + + + + + + + + + + + + + + + + If both Invoicing period start date (BT-73) and Invoicing period end date (BT-74) are given then the Invoicing period end date (BT-74) shall be later or equal to the Invoicing period start date (BT-73). + + + + + + + + + + + + + + If Invoicing period (BG-14) is used, the Invoicing period start date (BT-73) or the Invoicing period end date (BT-74) shall be filled, or both. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Document level allowance (BG-20) shall have a Document level allowance amount (BT-92). + + + + + + + + + + + + + + Each Document level allowance (BG-20) shall have a Document level allowance VAT category code (BT-95). + + + + + + + + + + + + + + Each Document level allowance (BG-20) shall have a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98). + + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Document level allowance (BG-20) shall contain a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98), or both. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Document level allowance amount (BT-92) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Document level allowance base amount (BT-93) is 2. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Document level charge (BG-21) shall have a Document level charge amount (BT-99). + + + + + + + + + + + + + + Each Document level charge (BG-21) shall have a Document level charge VAT category code (BT-102). + + + + + + + + + + + + + + Each Document level charge (BG-21) shall have a Document level charge reason (BT-104) or a Document level charge reason code (BT-105). + + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Document level charge (BG-21) shall contain a Document level charge reason (BT-104) or a Document level charge reason code (BT-105), or both. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Document level charge amount (BT-92) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Document level charge base amount (BT-93) is 2. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Item attribute (BG-32) shall contain an Item attribute name (BT-160) and an Item attribute value (BT-161). + + + + + + + + + + + + + + + + + + + + + + + + + + + The last 4 to 6 digits of the Payment card primary account number (BT-87) shall be present if Payment card information (BG-18) is provided in the Invoice. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Invoice line (BG-25) shall have an Invoice line identifier (BT-126). + + + + + + + + + + + + + + Each Invoice line (BG-25) shall have an Invoiced quantity (BT-129). + + + + + + + + + + + + + + An Invoice line (BG-25) shall have an Invoiced quantity unit of measure code (BT-130). + + + + + + + + + + + + + + Each Invoice line (BG-25) shall have an Invoice line net amount (BT-131). + + + + + + + + + + + + + + Each Invoice line (BG-25) shall contain the Item name (BT-153). + + + + + + + + + + + + + + Each Invoice line (BG-25) shall contain the Item net price (BT-146). + + + + + + + + + + + + + + The Item net price (BT-146) shall NOT be negative. + + + + + + + + + + + + + + The Item gross price (BT-148) shall NOT be negative. + + + + + + + + + + + + + + The Item standard identifier (BT-157) shall have a Scheme identifier + + + + + + + + + + + + + + The Item classification identifier (BT-158) shall have a Scheme identifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + An Invoice shall at least have one VAT breakdown group (BG-23). + + + + + + + + + + + + + + + + + + + + + + + + + + + The Payee name (BT-59) shall be provided in the Invoice, if the Payee (BG-10) is different from the Seller (BG-4). + + + + + + + + + + + + + + + + + + + + + + + + + + + The Seller tax representative name (BT-62) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + + + + + + + + + + + + + The Seller tax representative postal address (BG-12) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + + + + + + + + + + + + + The Seller tax representative postal address (BG-12) shall contain a Tax representative country code (BT-69), if the Seller (BG-4) has a Seller tax representative party (BG-11). + + + + + + + + + + + + + + Each Seller tax representative party (BG-11) shall have a Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + + + + + + + + + + + + + + In order for the buyer to automatically identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31) shall be present. + + + + + + + + + + + + + + + + + + + + + + + + + + + If both Invoice line period start date (BT-134) and Invoice line period end date (BT-135) are given then the Invoice line period end date (BT-135) shall be later or equal to the Invoice line period start date (BT-134). + + + + + + + + + + + + + + If Invoice line period (BG-26) is used, the Invoice line period start date (BT-134) or the Invoice line period end date (BT-135) shall be filled, or both. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Invoice line allowance (BG-27) shall have an Invoice line allowance amount (BT-136). + + + + + + + + + + + + + + Each Invoice line allowance (BG-27) shall have an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140). + + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Invoice line allowance (BG-27) shall contain an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140), or both. + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Invoice line charge (BG-28) shall have an Invoice line charge amount (BT-141). + + + + + + + + + + + + + + Each Invoice line charge (BG-28) shall have an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145). + + + + + + + + + + + + + + + + + + + + + + + + + + + + Each Invoice line charge (BG-28) shall contain an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145), or both. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-AE-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + + + + + + + + + + + + + [BR-AE-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-E-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-E-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT", the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-G-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-G-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IC-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-IC-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IG-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + + [BR-IG-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IP-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-IP-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-O-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-O-06] - A Document level allowance (BG-20) where VAT category code (BT-95) is "Not subject to VAT" shall not contain a Document level allowance VAT rate (BT-96). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-S-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-S-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" the Document level allowance VAT rate (BT-96) shall be greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-Z-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-Z-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-AE-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + + + + + + + + + + + + + [BR-AE-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-E-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-E-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT", the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-G-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-G-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IC-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-IC-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IG-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-IG-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IP-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-IP-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-O-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-O-07] - A Document level charge (BG-21) where the VAT category code (BT-102) is "Not subject to VAT" shall not contain a Document level charge VAT rate (BT-103). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-S-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-S-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" the Document level charge VAT rate (BT-103) shall be greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-Z-04] - An Invoice that contains a Document level charge where the Document level charge VAT category code (BT-102) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-Z-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Zero rated" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + An Invoice shall have the Sum of Invoice line net amount (BT-106). + + + + + + + + + + + + + + An Invoice shall have the Invoice total amount without VAT (BT-109). + + + + + + + + + + + + + + An Invoice shall have the Invoice total amount with VAT (BT-112). + + + + + + + + + + + + + + An Invoice shall have the Amount due for payment (BT-115). + + + + + + + + + + + + + + If the VAT accounting currency code (BT-6) is present, then the Invoice total VAT amount in accounting currency (BT-111) shall be provided. + + + + + + + + + + + + + + Sum of Invoice line net amount (BT-106) = S Invoice line net amount (BT-131). + + + + + + + + + + + + + + Sum of allowances on document level (BT-107) = S Document level allowance amount (BT-92). + + + + + + + + + + + + + + Sum of charges on document level (BT-108) = S Document level charge amount (BT-99). + + + + + + + + + + + + + + Invoice total amount without VAT (BT-109) = S Invoice line net amount (BT-131) - Sum of allowances on document level (BT-107) + Sum of charges on document level (BT-108). + + + + + + + + + + + + + + Invoice total amount with VAT (BT-112) = Invoice total amount without VAT (BT-109) + Invoice total VAT amount (BT-110). + + + + + + + + + + + + + + Amount due for payment (BT-115) = Invoice total amount with VAT (BT-112) -Paid amount (BT-113) +Rounding amount (BT-114). + + + + + + + + + + + + + + The allowed maximum number of decimals for the Sum of Invoice line net amount (BT-106) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Sum of allowanced on document level (BT-107) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Sum of charges on document level (BT-108) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Invoice total amount without VAT (BT-109) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Invoice total VAT amount (BT-110) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Invoice total amount with VAT (BT-112) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Invoice total VAT amount in accounting currency (BT-111) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Paid amount (BT-113) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Rounding amount (BT-114) is 2. + + + + + + + + + + + + + + The allowed maximum number of decimals for the Amount due for payment (BT-115) is 2. + + + + + + + + + + + + + + + + + + + + + + + + + + + Invoice total VAT amount (BT-110) = S VAT category tax amount (BT-117). + + + + + + + + + + + + + + + + + + + + + + + + + + + A Payment instruction (BG-16) shall specify the Payment means type code (BT-81). + + + + + + + + + + + + + + + + + + + + + + + + + + + A Payment account identifier (BT-84) shall be present if Credit transfer (BG-16) information is provided in the Invoice. + + + + + + + + + + + + + + If the Payment means type code (BT-81) means SEPA credit transfer, Local credit transfer or Non-SEPA international credit transfer, the Payment account identifier (BT-84) shall be present. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-AE-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Reverse charge". + + + + + + + + + + + + + + + [BR-AE-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" shall be 0 (zero). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Reverse charge" shall have a VAT exemption reason code (BT-121), meaning "Reverse charge" or the VAT exemption reason text (BT-120) "Reverse charge" (or the equivalent standard text in another language). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-E-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Exempt from VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Exempt from VAT". + + + + + + + + + + + + + + [BR-E-09] - The VAT category tax amount (BT-117) In a VAT breakdown (BG-23) where the VAT category code (BT-118) equals "Exempt from VAT" shall equal 0 (zero). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Exempt from VAT" shall have a VAT exemption reason code (BT-121) or a VAT exemption reason text (BT-120). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-G-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Export outside the EU". + + + + + + + + + + + + + + [BR-G-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" shall be 0 (zero). + + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Export outside the EU" shall have a VAT exemption reason code (BT-121), meaning "Export outside the EU" or the VAT exemption reason text (BT-120) "Export outside the EU" (or the equivalent standard text in another language). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IC-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Intra-community supply". + + + + + + + + + + + + + + [BR-IC-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" shall be 0 (zero). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Intra-community supply" shall have a VAT exemption reason code (BT-121), meaning "Intra-community supply" or the VAT exemption reason text (BT-120) "Intra-community supply" (or the equivalent standard text in another language). + + + + + + + + + + + + + + In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Actual delivery date (BT-72) or the Invoicing period (BG-14) shall not be blank. + + + + + + + + + + + + + + In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Deliver to country code (BT-80) shall not be blank. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IG-08] - For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IGIC", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IGIC" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + + + + + + + + + + + + + [BR-IG-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IGIC" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IGIC" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IP-08] - For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IPSI", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IPSI" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + + + + + + + + + + + + + [BR-IP-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IPSI" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IPSI" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-O-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is " Not subject to VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Not subject to VAT". + + + + + + + + + + + + + + [BR-O-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Not subject to VAT" shall be 0 (zero). + + + + + + + + + + + + + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) " Not subject to VAT" shall have a VAT exemption reason code (BT-121), meaning " Not subject to VAT" or a VAT exemption reason text (BT-120) " Not subject to VAT" (or the equivalent standard text in another language). + + + + + + + + + + + + + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain other VAT breakdown groups (BG-23). + + + + + + + + + + + + + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is not "Not subject to VAT". + + + + + + + + + + + + + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level allowances (BG-20) where Document level allowance VAT category code (BT-95) is not "Not subject to VAT". + + + + + + + + + + + + + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level charges (BG-21) where Document level charge VAT category code (BT-102) is not "Not subject to VAT". + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-AE-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + + + + + + + + + + + + + [BR-AE-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-E-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-E-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT", the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-G-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-G-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IC-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-IC-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intracommunity supply" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IG-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-IG-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" the invoiced item VAT rate (BT-152) shall be greater than 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-IP-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-IP-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" the Invoiced item VAT rate (BT-152) shall be 0 (zero) or greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-O-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + + + + + + + + + + + + + [BR-O-05]-An Invoice line (BG-25) where the VAT category code (BT-151) is "Not subject to VAT" shall not contain an Invoiced item VAT rate (BT-152). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-S-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-S-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" the Invoiced item VAT rate (BT-152) shall be greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-Z-02] - An Invoice that contains an Invoice line where the Invoiced item VAT category code (BT-151) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + + + + + + + + + + + + [BR-Z-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Zero rated" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + + + + + + + + + + + + + + + + + + + + + + [BR-01] - An Invoice shall have a Specification identifier (BT-24). + + + + + + + + + + + + + + [BR-02] - An Invoice shall have an Invoice number (BT-1). + + + + + + + + + + + + + + [BR-03] - An Invoice shall have an Invoice issue date (BT-2). + + + + + + + + + + + + + + [BR-04] - An Invoice shall have an Invoice type code (BT-3). + + + + + + + + + + + + + + [BR-05] - An Invoice shall have an Invoice currency code (BT-5). + + + + + + + + + + + + + + [BR-06] - An Invoice shall contain the Seller name (BT-27). + + + + + + + + + + + + + + [BR-07] - An Invoice shall contain the Buyer name (BT-44). + + + + + + + + + + + + + + [BR-08] - An Invoice shall contain the Seller postal address (BG-5). + + + + + + + + + + + + + + [BR-09] - The Seller postal address (BG-5) shall contain a Seller country code (BT-40). + + + + + + + + + + + + + + An Invoice shall contain the Buyer postal address (BG-8). + + + + + + + + + + + + + + The Buyer postal address shall contain a Buyer country code (BT-55). + + + + + + + + + + + + + + The Seller electronic address (BT-34) shall have a Scheme identifier. + + + + + + + + + + + + + + The Buyer electronic address (BT-49) shall have a Scheme identifier. + + + + + + + + + + + + + + In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present. + + + + + + + + + + + + + + [BR-S-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Standard rated" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "Standard rated". + + + + + + + + + + + + + + [BR-Z-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Zero rated" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Zero rated". + + + + + + + + + + + + + + [BR-E-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Exempt from VAT" shall contain exactly one VAT breakdown (BG-23) with the VAT category code (BT-118) equal to "Exempt from VAT". + + + + + + + + + + + + + + [BR-AE-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Reverse charge" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "VAT reverse charge". + + + + + + + + + + + + + + [BR-IC-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Intra-community supply" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Intra-community supply". + + + + + + + + + + + + + + [BR-G-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Export outside the EU" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Export outside the EU". + + + + + + + + + + + + + + [BR-O-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Not subject to VAT" shall contain exactly one VAT breakdown group (BG-23) with the VAT category code (BT-118) equal to "Not subject to VAT". + + + + + + + + + + + + + + [BR-IP-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IPSI" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IPSI". + + + + + + + + + + + + + + [BR-IG-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IGIC" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IGIC". + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Name' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@mimeCode' is required in this context. + + + + + + + + + + + + + + Attribute '@filename' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelevantTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Each Deliver to address (BG-15) shall contain a Deliver to country code (BT-80). + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedInvoiceAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CarrierTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsigneeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsignorTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsExportAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsImportAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeclaredValueForCustomsAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FreightForwarderTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossVolumeMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GroupingCentreTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainConsignmentItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InsurancePremiumAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ModeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Mode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StageCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UsedLogisticsTransportMeans' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TransportContractReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UtilizedLogisticsTransportEquipment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BasisAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:Date' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Each Preceding Invoice reference (BG-3) shall contain a Preceding Invoice reference (BT-25). + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:RoleCode' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:RoleCode' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:AppliedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AppliedFromLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AppliedToLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationBasis' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationBasisCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeCategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DisbursementAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayingPartyRoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentArrangementCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentPlaceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceCategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TariffClassCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TransportPaymentMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PartialPaymentAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:PayeeTradeParty' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:RoleCode' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:RoundingAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' may occur at maximum 2 times. + + + + + + + + + + + + + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@currencyID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Information' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditAvailableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditLimitAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExpiryDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InterestRatePercent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuingCompanyName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MicrochipIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValidFromDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VerificationNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BICID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AustralianBSBID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CHIPSParticipantID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CHIPSUniversalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClearingSystemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GermanBankleitzahlID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:HellenicBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:HongKongBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IndianFinancialSystemID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IrishNSCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItalianDomesticID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JapanFinancialInstitutionCommonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NewZealandNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PolishNationalClearingID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PortugueseNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RussianCentralBankID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SICID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SouthAfricanNCCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SwissBCID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UKSortCodeID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MarketID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SourceUnitBasisNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TargetUnitBaseNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@mimeCode' is required in this context. + + + + + + + + + + + + + + Attribute '@filename' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:IncludedTradeTax' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:RateApplicablePercent' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@unitCode' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Value' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableProductCharacteristicCondition' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContentTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MeasurementMethodCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ValueSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClassName' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:ClassCode' is not allowed. + + + + + + + + + + + + + + Attribute '@listID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@listID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ClassProductCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubClassCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SystemID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SystemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:IndustryAssignedID' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:UnitQuantity' may occur at maximum 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelationshipTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@unitCode' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@unitCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableProductCharacteristic' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BestBeforeDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ExpiryDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalSerialID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:KanbanID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackagingSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductionSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RegistrationID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellByDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SerialID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubordinateTradeCountrySubDivision' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED_codedb.xml b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED_codedb.xml new file mode 100644 index 00000000..b07b1c81 --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_EXTENDED_codedb.xml @@ -0,0 +1,7796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM.xslt b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM.xslt new file mode 100644 index 00000000..505d931d --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM.xslt @@ -0,0 +1,9833 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Schema for FACTUR-X; 1.0; ACCOUNTING INFORMATION, No XML Invoice, (MINIMUM) + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedNote' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@format' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SellerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CityName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CountrySubDivisionName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineOne' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineThree' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTwo' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostcodeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute '@schemeID' is required in this context. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@schemeID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ApplicableTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:BillingSpecifiedPeriod' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:TaxTotalAmount' may occur at maximum 1 times. + + + + + + + + + + + + + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + + + + + + + + + + + + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:LineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + + + + Value of '@currencyID' is not allowed. + + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalPrepaidAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:TaxCurrencyCode' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' is marked as not used in the given context. + + + + + + + + + + + + + + + + + + + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + + + + + + + diff --git a/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM_codedb.xml b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM_codedb.xml new file mode 100644 index 00000000..bc54d53b --- /dev/null +++ b/phive-rules-zugferd/src/main/resources/external/schematron/2.2/FACTUR-X_MINIMUM_codedb.xml @@ -0,0 +1,658 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/mock/CTestFiles.java b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/mock/CTestFiles.java index 36677853..246d2376 100644 --- a/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/mock/CTestFiles.java +++ b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/mock/CTestFiles.java @@ -32,6 +32,7 @@ import com.helger.diver.api.coord.DVRCoordinate; import com.helger.phive.api.executorset.ValidationExecutorSetRegistry; import com.helger.phive.api.mock.PhiveTestFile; +import com.helger.phive.en16931.EN16931Validation; import com.helger.phive.xml.source.IValidationSourceXML; import com.helger.phive.zugferd.EZugferdProfile; import com.helger.phive.zugferd.ZugferdValidation; @@ -42,6 +43,7 @@ public final class CTestFiles public static final ValidationExecutorSetRegistry VES_REGISTRY = new ValidationExecutorSetRegistry <> (); static { + EN16931Validation.initEN16931 (VES_REGISTRY); ZugferdValidation.initZugferd (VES_REGISTRY); } @@ -53,7 +55,15 @@ private CTestFiles () public static ICommonsList getAllTestFiles () { final ICommonsList ret = new CommonsArrayList <> (); - for (final DVRCoordinate aVESID : new DVRCoordinate [] { ZugferdValidation.VID_ZUGFERD_2_3_2_MINIMUM, + for (final DVRCoordinate aVESID : new DVRCoordinate [] { // 2.2 + ZugferdValidation.VID_ZUGFERD_2_2_MINIMUM, + ZugferdValidation.VID_ZUGFERD_2_2_BASIC_WL, + ZugferdValidation.VID_ZUGFERD_2_2_BASIC, + ZugferdValidation.VID_ZUGFERD_2_2_EN16931, + ZugferdValidation.VID_ZUGFERD_2_2_EXTENDED, + + // 2.3.2 + ZugferdValidation.VID_ZUGFERD_2_3_2_MINIMUM, ZugferdValidation.VID_ZUGFERD_2_3_2_BASIC_WL, ZugferdValidation.VID_ZUGFERD_2_3_2_BASIC, ZugferdValidation.VID_ZUGFERD_2_3_2_EN16931, @@ -90,6 +100,20 @@ public static ICommonsList getAllMatchingTestFiles { ValueEnforcer.notNull (aVESID, "VESID"); + { + final String sVersion = "2.2"; + if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_2_MINIMUM)) + return _createList (sVersion, 2, EZugferdProfile.MINIMUM); + if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_2_BASIC_WL)) + return _createList (sVersion, 1, EZugferdProfile.BASIC_WL); + if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_2_BASIC)) + return _createList (sVersion, 3, EZugferdProfile.BASIC); + if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_2_EN16931)) + return _createList (sVersion, 22, EZugferdProfile.EN16931); + if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_2_EXTENDED)) + return _createList (sVersion, 5, EZugferdProfile.EXTENDED); + } + { final String sVersion = "2.3.2"; if (aVESID.equals (ZugferdValidation.VID_ZUGFERD_2_3_2_MINIMUM)) diff --git a/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles22.java b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles22.java new file mode 100644 index 00000000..2c672177 --- /dev/null +++ b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles22.java @@ -0,0 +1,160 @@ +/* + * Copyright (C) 2024 Philip Helger (www.helger.com) + * philip[at]helger[dot]com + * + * 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. + */ +package com.helger.phive.zugferd.supplementary.tools; + +import java.io.File; +import java.io.IOException; +import java.util.Comparator; +import java.util.Map; + +import javax.annotation.Nonnull; +import javax.annotation.Nullable; + +import org.apache.pdfbox.Loader; +import org.apache.pdfbox.pdmodel.PDDocument; +import org.apache.pdfbox.pdmodel.PDDocumentNameDictionary; +import org.apache.pdfbox.pdmodel.PDEmbeddedFilesNameTreeNode; +import org.apache.pdfbox.pdmodel.common.filespecification.PDComplexFileSpecification; +import org.apache.pdfbox.pdmodel.common.filespecification.PDEmbeddedFile; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import com.helger.commons.collection.impl.CommonsArrayList; +import com.helger.commons.collection.impl.ICommonsList; +import com.helger.commons.io.file.FileSystemIterator; +import com.helger.commons.io.file.IFileFilter; +import com.helger.commons.io.file.SimpleFileIO; +import com.helger.phive.zugferd.EZugferdProfile; + +public final class MainExtractTestFiles22 +{ + private static final Logger LOGGER = LoggerFactory.getLogger (MainExtractTestFiles22.class); + + @Nullable + private static PDEmbeddedFile _getEmbeddedFile (@Nonnull final PDComplexFileSpecification aFileSpec) + { + // search for the first available alternative of the embedded file + PDEmbeddedFile ret = null; + if (aFileSpec != null) + { + ret = aFileSpec.getEmbeddedFileUnicode (); + if (ret == null) + { + ret = aFileSpec.getEmbeddedFileDos (); + if (ret == null) + { + ret = aFileSpec.getEmbeddedFileMac (); + if (ret == null) + { + ret = aFileSpec.getEmbeddedFileUnix (); + if (ret == null) + { + ret = aFileSpec.getEmbeddedFile (); + } + } + } + } + } + return ret; + } + + @Nonnull + private static byte [] _extractFacturX (@Nonnull final Map aNames) throws IOException + { + final PDComplexFileSpecification aFileSpec = aNames.get ("factur-x.xml"); + if (aFileSpec == null) + throw new IllegalStateException ("Failed to find factur-x.xml in " + aNames.keySet ()); + + final PDEmbeddedFile aEmbeddedFile = _getEmbeddedFile (aFileSpec); + if (aEmbeddedFile == null) + throw new IllegalStateException ("Failed to resolve embedded file"); + return aEmbeddedFile.toByteArray (); + } + + @Nullable + private static byte [] _extractFacturX (@Nonnull final File fExampleFile) + { + try (final PDDocument aPDDoc = Loader.loadPDF (fExampleFile)) + { + // Global files + final PDDocumentNameDictionary aNamesDictionary = new PDDocumentNameDictionary (aPDDoc.getDocumentCatalog ()); + final PDEmbeddedFilesNameTreeNode aEmbeddedFiles = aNamesDictionary.getEmbeddedFiles (); + if (aEmbeddedFiles != null) + { + // Direct match? + var aNames = aEmbeddedFiles.getNames (); + if (aNames != null) + return _extractFacturX (aNames); + + // Kids match? + for (final var aNode : aEmbeddedFiles.getKids ()) + { + aNames = aNode.getNames (); + final byte [] ret = _extractFacturX (aNames); + if (ret != null) + return ret; + } + } + } + catch (final IOException ex) + { + LOGGER.error ("Failed to read PDF", ex); + } + return null; + } + + public static void main (final String [] args) + { + // TODO edit the following 2 lines for a new version + final File fBasePath = new File ("docs/zugferd22en/DE/Examples").getAbsoluteFile (); + final File fTargetPath = new File ("src/test/resources/external/test-files/2.2").getAbsoluteFile (); + + // For all profiles + int nExampleCount = 0; + for (final EZugferdProfile eProfile : EZugferdProfile.values ()) + { + final ICommonsList aSubDirs = new CommonsArrayList <> (new FileSystemIterator (fBasePath).withFilter (IFileFilter.directoryPublic ())); + + // Search by profile name (2.2) + final String sSearchName = eProfile == EZugferdProfile.EN16931 ? "EN16931" : eProfile.getDisplayName (); + final File fExamplesFolder = aSubDirs.findFirst (f -> f.getName ().equals (sSearchName)); + if (fExamplesFolder == null) + throw new IllegalStateException (eProfile.name ()); + + final ICommonsList aExampleFiles = new CommonsArrayList <> (new FileSystemIterator (fExamplesFolder).withFilter (IFileFilter.filenameEndsWith (".pdf"))); + aExampleFiles.sort (Comparator.comparing (File::getName)); + + LOGGER.info ("Scanning " + aExampleFiles.size () + " PDF files for " + eProfile.getDisplayName ()); + + int nExampleIndex = 1; + for (final File fExampleFile : aExampleFiles) + { + // Extract XML from PDF + final byte [] aFacturX = _extractFacturX (fExampleFile); + if (aFacturX == null) + throw new IllegalStateException (); + + // write file + SimpleFileIO.writeFile (new File (fTargetPath, + eProfile.getFolderName () + "/factur-x-" + nExampleIndex + ".xml"), aFacturX); + nExampleIndex++; + nExampleCount++; + } + } + LOGGER.info ("Finished copying " + nExampleCount + " examples"); + } +} diff --git a/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles.java b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles23.java similarity index 97% rename from phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles.java rename to phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles23.java index 512b50e1..d45a3e05 100644 --- a/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles.java +++ b/phive-rules-zugferd/src/test/java/com/helger/phive/zugferd/supplementary/tools/MainExtractTestFiles23.java @@ -29,9 +29,9 @@ import com.helger.commons.io.file.IFileFilter; import com.helger.phive.zugferd.EZugferdProfile; -public final class MainExtractTestFiles +public final class MainExtractTestFiles23 { - private static final Logger LOGGER = LoggerFactory.getLogger (MainExtractTestFiles.class); + private static final Logger LOGGER = LoggerFactory.getLogger (MainExtractTestFiles23.class); public static void main (final String [] args) { diff --git a/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC-WL.sch b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC-WL.sch new file mode 100644 index 00000000..03b4dd6d --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC-WL.sch @@ -0,0 +1,5216 @@ + + + Schema for FACTUR-X; 1.0; ACCOUNTING INFORMATION, No XML Invoice, (BASIC WITHOUT LINE) + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:BasisAmount' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute '@currencyID' is required in this context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:ApplicableTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PayeeSpecifiedCreditorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' is marked as not used in the given context. + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + diff --git a/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC.sch b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC.sch new file mode 100644 index 00000000..df226b5c --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_BASIC.sch @@ -0,0 +1,6908 @@ + + + Schema for FACTUR-X; 1.0; EN16931-COMPLIANT-BASIC + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:BasisAmount' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:ApplicableTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PayeeSpecifiedCreditorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + Element 'ram:IncludedNote' may occur at maximum 1 times. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + Element 'ram:SubjectCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LineStatusCode' is marked as not used in the given context. + + + + + + Element 'ram:LineStatusReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:ParentLineID' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:BuyerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + Element 'ram:AppliedTradeAllowanceCharge' may occur at maximum 1 times. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Reason' is marked as not used in the given context. + + + + + + Element 'ram:ReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Attribute '@unitCode' is required in this context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChargeFreeQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeTax' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:GrandTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:TaxTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableProductCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DesignatedProductClassification' is marked as not used in the given context. + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:IncludedReferencedProduct' is marked as not used in the given context. + + + + + + Element 'ram:IndividualTradeProductInstance' is marked as not used in the given context. + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:OriginTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + diff --git a/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EN16931.sch b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EN16931.sch new file mode 100644 index 00000000..56555ec4 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EN16931.sch @@ -0,0 +1,8924 @@ + + + Schema for FACTUR-X; 1.0; EN16931-COMPLIANT (FULLY) + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Name' may occur at maximum 1 times. + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute '@mimeCode' is required in this context. + + Attribute '@filename' is required in this context. + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:FaxUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:FaxUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' may occur at maximum 1 times. + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:BasisAmount' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'udt:Date' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + + + Element 'ram:ApplicableTradePaymentDiscountTerms' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradePaymentPenaltyTerms' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentAmount' is marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + Element 'ram:RoundingAmount' may occur at maximum 1 times. + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute '@currencyID' is required in this context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Information' may occur at maximum 1 times. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CreditAvailableAmount' is marked as not used in the given context. + + + + + + Element 'ram:CreditLimitAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:ExpiryDate' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:InterestRatePercent' is marked as not used in the given context. + + + + + + Element 'ram:IssuingCompanyName' is marked as not used in the given context. + + + + + + Element 'ram:MicrochipIndicator' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValidFromDateTime' is marked as not used in the given context. + + + + + + Element 'ram:VerificationNumeric' is marked as not used in the given context. + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:BICID' must occur exactly 1 times. + + + + + + Element 'ram:AustralianBSBID' is marked as not used in the given context. + + + + + + Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CHIPSParticipantID' is marked as not used in the given context. + + + + + + Element 'ram:CHIPSUniversalID' is marked as not used in the given context. + + + + + + Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context. + + + + + + Element 'ram:ClearingSystemName' is marked as not used in the given context. + + + + + + Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context. + + + + + + Element 'ram:GermanBankleitzahlID' is marked as not used in the given context. + + + + + + Element 'ram:HellenicBankID' is marked as not used in the given context. + + + + + + Element 'ram:HongKongBankID' is marked as not used in the given context. + + + + + + Element 'ram:IndianFinancialSystemID' is marked as not used in the given context. + + + + + + Element 'ram:IrishNSCID' is marked as not used in the given context. + + + + + + Element 'ram:ItalianDomesticID' is marked as not used in the given context. + + + + + + Element 'ram:JapanFinancialInstitutionCommonID' is marked as not used in the given context. + + + + + + Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:NewZealandNCCID' is marked as not used in the given context. + + + + + + Element 'ram:PolishNationalClearingID' is marked as not used in the given context. + + + + + + Element 'ram:PortugueseNCCID' is marked as not used in the given context. + + + + + + Element 'ram:RussianCentralBankID' is marked as not used in the given context. + + + + + + Element 'ram:SICID' is marked as not used in the given context. + + + + + + Element 'ram:SouthAfricanNCCID' is marked as not used in the given context. + + + + + + Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context. + + + + + + Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:SwissBCID' is marked as not used in the given context. + + + + + + Element 'ram:UKSortCodeID' is marked as not used in the given context. + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + Element 'ram:IncludedNote' may occur at maximum 1 times. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Element 'ram:ContentCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + Element 'ram:SubjectCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LineStatusCode' is marked as not used in the given context. + + + + + + Element 'ram:LineStatusReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:ParentLineID' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + Element 'ram:AppliedTradeAllowanceCharge' may occur at maximum 1 times. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Reason' is marked as not used in the given context. + + + + + + Element 'ram:ReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Attribute '@unitCode' is required in this context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChargeFreeQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeTax' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + Element 'ram:AdditionalReferencedDocument' may occur at maximum 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:GrandTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:TaxTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:Description' must occur exactly 1 times. + + Element 'ram:Value' must occur exactly 1 times. + + + + + + Element 'ram:ApplicableProductCharacteristicCondition' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + Element 'ram:ContentTypeCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:MeasurementMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValueCode' is marked as not used in the given context. + + + + + + Element 'ram:ValueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ValueIndicator' is marked as not used in the given context. + + + + + + Element 'ram:ValueMeasure' is marked as not used in the given context. + + + + + + Element 'ram:ValueSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + Value of 'ram:ClassCode' is not allowed. + + Attribute '@listID' is required in this context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + Value of '@listID' is not allowed. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:ClassName' is marked as not used in the given context. + + + + + + Element 'ram:ClassProductCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:SubClassCode' is marked as not used in the given context. + + + + + + Element 'ram:SystemID' is marked as not used in the given context. + + + + + + Element 'ram:SystemName' is marked as not used in the given context. + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:IncludedReferencedProduct' is marked as not used in the given context. + + + + + + Element 'ram:IndividualTradeProductInstance' is marked as not used in the given context. + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SubordinateTradeCountrySubDivision' is marked as not used in the given context. + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + diff --git a/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EXTENDED.sch b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EXTENDED.sch new file mode 100644 index 00000000..e8f3c5ff --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_EXTENDED.sch @@ -0,0 +1,28384 @@ + + + Schema for FACTUR-X; 1.0; EN16931-CONFORMANT-EXTENDED + + + + + + + + Each Additional supporting document (BG-24) shall contain a Supporting document reference (BT-122). + + + + + + Each VAT breakdown (BG-23) shall have a VAT category taxable amount (BT-116). + + Each VAT breakdown (BG-23) shall have a VAT category tax amount (BT-117). + + Each VAT breakdown (BG-23) shall be defined through a VAT category code (BT-118). + + Each VAT breakdown (BG-23) shall have a VAT category rate (BT-119), except if the Invoice is not subject to VAT. + + + + VAT category tax amount (BT-117) = VAT category taxable amount (BT-116) x (VAT category rate (BT-119) / 100), rounded to two decimals. + + The allowed maximum number of decimals for the VAT category taxable amount (BT-116) is 2. + + The allowed maximum number of decimals for the VAT category tax amount (BT-117) is 2. + + + + + + [BR-Z-08] - In a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amount (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Zero rated". + + [BR-Z-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" shall equal 0 (zero). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Zero rated" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-S-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Standard rated" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Standard rate" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + If both Invoicing period start date (BT-73) and Invoicing period end date (BT-74) are given then the Invoicing period end date (BT-74) shall be later or equal to the Invoicing period start date (BT-73). + + If Invoicing period (BG-14) is used, the Invoicing period start date (BT-73) or the Invoicing period end date (BT-74) shall be filled, or both. + + + + + + Each Document level allowance (BG-20) shall have a Document level allowance amount (BT-92). + + Each Document level allowance (BG-20) shall have a Document level allowance VAT category code (BT-95). + + Each Document level allowance (BG-20) shall have a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98). + + + + Each Document level allowance (BG-20) shall contain a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98), or both. + + The allowed maximum number of decimals for the Document level allowance amount (BT-92) is 2. + + The allowed maximum number of decimals for the Document level allowance base amount (BT-93) is 2. + + + + + + Each Document level charge (BG-21) shall have a Document level charge amount (BT-99). + + Each Document level charge (BG-21) shall have a Document level charge VAT category code (BT-102). + + Each Document level charge (BG-21) shall have a Document level charge reason (BT-104) or a Document level charge reason code (BT-105). + + + + Each Document level charge (BG-21) shall contain a Document level charge reason (BT-104) or a Document level charge reason code (BT-105), or both. + + The allowed maximum number of decimals for the Document level charge amount (BT-92) is 2. + + The allowed maximum number of decimals for the Document level charge base amount (BT-93) is 2. + + + + + + Each Item attribute (BG-32) shall contain an Item attribute name (BT-160) and an Item attribute value (BT-161). + + + + + + The last 4 to 6 digits of the Payment card primary account number (BT-87) shall be present if Payment card information (BG-18) is provided in the Invoice. + + + + + + Each Invoice line (BG-25) shall have an Invoice line identifier (BT-126). + + Each Invoice line (BG-25) shall have an Invoiced quantity (BT-129). + + An Invoice line (BG-25) shall have an Invoiced quantity unit of measure code (BT-130). + + Each Invoice line (BG-25) shall have an Invoice line net amount (BT-131). + + Each Invoice line (BG-25) shall contain the Item name (BT-153). + + Each Invoice line (BG-25) shall contain the Item net price (BT-146). + + The Item net price (BT-146) shall NOT be negative. + + The Item gross price (BT-148) shall NOT be negative. + + The Item standard identifier (BT-157) shall have a Scheme identifier + + The Item classification identifier (BT-158) shall have a Scheme identifier + + + + An Invoice shall at least have one VAT breakdown group (BG-23). + + + + + + The Payee name (BT-59) shall be provided in the Invoice, if the Payee (BG-10) is different from the Seller (BG-4). + + + + + + The Seller tax representative name (BT-62) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + The Seller tax representative postal address (BG-12) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + The Seller tax representative postal address (BG-12) shall contain a Tax representative country code (BT-69), if the Seller (BG-4) has a Seller tax representative party (BG-11). + + Each Seller tax representative party (BG-11) shall have a Seller tax representative VAT identifier (BT-63). + + + + + + In order for the buyer to automatically identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31) shall be present. + + + + + + If both Invoice line period start date (BT-134) and Invoice line period end date (BT-135) are given then the Invoice line period end date (BT-135) shall be later or equal to the Invoice line period start date (BT-134). + + If Invoice line period (BG-26) is used, the Invoice line period start date (BT-134) or the Invoice line period end date (BT-135) shall be filled, or both. + + + + + + Each Invoice line allowance (BG-27) shall have an Invoice line allowance amount (BT-136). + + Each Invoice line allowance (BG-27) shall have an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140). + + + + Each Invoice line allowance (BG-27) shall contain an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140), or both. + + + + + + Each Invoice line charge (BG-28) shall have an Invoice line charge amount (BT-141). + + Each Invoice line charge (BG-28) shall have an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145). + + + + Each Invoice line charge (BG-28) shall contain an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145), or both. + + + + + + + + + + + + [BR-AE-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-E-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT", the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-G-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-IC-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-IG-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + + [BR-IG-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + [BR-IP-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-IP-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + [BR-O-06] - A Document level allowance (BG-20) where VAT category code (BT-95) is "Not subject to VAT" shall not contain a Document level allowance VAT rate (BT-96). + + + + + + [BR-S-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" the Document level allowance VAT rate (BT-96) shall be greater than zero. + + + + + + [BR-Z-03] - An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-06] - In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-AE-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-E-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT", the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-G-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-IC-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-IG-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-IG-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + [BR-IP-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-IP-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + [BR-O-07] - A Document level charge (BG-21) where the VAT category code (BT-102) is "Not subject to VAT" shall not contain a Document level charge VAT rate (BT-103). + + + + + + [BR-S-04] - An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" the Document level charge VAT rate (BT-103) shall be greater than zero. + + + + + + [BR-Z-04] - An Invoice that contains a Document level charge where the Document level charge VAT category code (BT-102) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-07] - In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Zero rated" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + An Invoice shall have the Sum of Invoice line net amount (BT-106). + + An Invoice shall have the Invoice total amount without VAT (BT-109). + + An Invoice shall have the Invoice total amount with VAT (BT-112). + + An Invoice shall have the Amount due for payment (BT-115). + + If the VAT accounting currency code (BT-6) is present, then the Invoice total VAT amount in accounting currency (BT-111) shall be provided. + + Sum of Invoice line net amount (BT-106) = S Invoice line net amount (BT-131). + + Sum of allowances on document level (BT-107) = S Document level allowance amount (BT-92). + + Sum of charges on document level (BT-108) = S Document level charge amount (BT-99). + + Invoice total amount without VAT (BT-109) = S Invoice line net amount (BT-131) - Sum of allowances on document level (BT-107) + Sum of charges on document level (BT-108). + + Invoice total amount with VAT (BT-112) = Invoice total amount without VAT (BT-109) + Invoice total VAT amount (BT-110). + + Amount due for payment (BT-115) = Invoice total amount with VAT (BT-112) -Paid amount (BT-113) +Rounding amount (BT-114). + + The allowed maximum number of decimals for the Sum of Invoice line net amount (BT-106) is 2. + + The allowed maximum number of decimals for the Sum of allowanced on document level (BT-107) is 2. + + The allowed maximum number of decimals for the Sum of charges on document level (BT-108) is 2. + + The allowed maximum number of decimals for the Invoice total amount without VAT (BT-109) is 2. + + The allowed maximum number of decimals for the Invoice total VAT amount (BT-110) is 2. + + The allowed maximum number of decimals for the Invoice total amount with VAT (BT-112) is 2. + + The allowed maximum number of decimals for the Invoice total VAT amount in accounting currency (BT-111) is 2. + + The allowed maximum number of decimals for the Paid amount (BT-113) is 2. + + The allowed maximum number of decimals for the Rounding amount (BT-114) is 2. + + The allowed maximum number of decimals for the Amount due for payment (BT-115) is 2. + + + + + + Invoice total VAT amount (BT-110) = S VAT category tax amount (BT-117). + + + + + + A Payment instruction (BG-16) shall specify the Payment means type code (BT-81). + + + + + + A Payment account identifier (BT-84) shall be present if Credit transfer (BG-16) information is provided in the Invoice. + + If the Payment means type code (BT-81) means SEPA credit transfer, Local credit transfer or Non-SEPA international credit transfer, the Payment account identifier (BT-84) shall be present. + + + + + + [BR-AE-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Reverse charge". + + + [BR-AE-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" shall be 0 (zero). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Reverse charge" shall have a VAT exemption reason code (BT-121), meaning "Reverse charge" or the VAT exemption reason text (BT-120) "Reverse charge" (or the equivalent standard text in another language). + + + + + + [BR-E-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Exempt from VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Exempt from VAT". + + [BR-E-09] - The VAT category tax amount (BT-117) In a VAT breakdown (BG-23) where the VAT category code (BT-118) equals "Exempt from VAT" shall equal 0 (zero). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Exempt from VAT" shall have a VAT exemption reason code (BT-121) or a VAT exemption reason text (BT-120). + + + + + + [BR-G-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Export outside the EU". + + [BR-G-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" shall be 0 (zero). + + + A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Export outside the EU" shall have a VAT exemption reason code (BT-121), meaning "Export outside the EU" or the VAT exemption reason text (BT-120) "Export outside the EU" (or the equivalent standard text in another language). + + + + + + [BR-IC-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Intra-community supply". + + [BR-IC-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" shall be 0 (zero). + + A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Intra-community supply" shall have a VAT exemption reason code (BT-121), meaning "Intra-community supply" or the VAT exemption reason text (BT-120) "Intra-community supply" (or the equivalent standard text in another language). + + In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Actual delivery date (BT-72) or the Invoicing period (BG-14) shall not be blank. + + In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Deliver to country code (BT-80) shall not be blank. + + + + + + [BR-IG-08] - For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IGIC", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IGIC" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + [BR-IG-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IGIC" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IGIC" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-IP-08] - For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IPSI", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IPSI" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + [BR-IP-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IPSI" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IPSI" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-O-08] - In a VAT breakdown (BG-23) where the VAT category code (BT-118) is " Not subject to VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Not subject to VAT". + + [BR-O-09] - The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Not subject to VAT" shall be 0 (zero). + + A VAT Breakdown (BG-23) with VAT Category code (BT-118) " Not subject to VAT" shall have a VAT exemption reason code (BT-121), meaning " Not subject to VAT" or a VAT exemption reason text (BT-120) " Not subject to VAT" (or the equivalent standard text in another language). + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain other VAT breakdown groups (BG-23). + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is not "Not subject to VAT". + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level allowances (BG-20) where Document level allowance VAT category code (BT-95) is not "Not subject to VAT". + + An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level charges (BG-21) where Document level charge VAT category code (BT-102) is not "Not subject to VAT". + + + + + + [BR-AE-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-E-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT", the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-G-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-IC-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intracommunity supply" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-IG-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-IG-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" the invoiced item VAT rate (BT-152) shall be greater than 0 (zero). + + + + + + [BR-IP-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-IP-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" the Invoiced item VAT rate (BT-152) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + [BR-O-05]-An Invoice line (BG-25) where the VAT category code (BT-151) is "Not subject to VAT" shall not contain an Invoiced item VAT rate (BT-152). + + + + + + [BR-S-02] - An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" the Invoiced item VAT rate (BT-152) shall be greater than zero. + + + + + + [BR-Z-02] - An Invoice that contains an Invoice line where the Invoiced item VAT category code (BT-151) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-05] - In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Zero rated" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-01] - An Invoice shall have a Specification identifier (BT-24). + + [BR-02] - An Invoice shall have an Invoice number (BT-1). + + [BR-03] - An Invoice shall have an Invoice issue date (BT-2). + + [BR-04] - An Invoice shall have an Invoice type code (BT-3). + + [BR-05] - An Invoice shall have an Invoice currency code (BT-5). + + [BR-06] - An Invoice shall contain the Seller name (BT-27). + + [BR-07] - An Invoice shall contain the Buyer name (BT-44). + + [BR-08] - An Invoice shall contain the Seller postal address (BG-5). + + [BR-09] - The Seller postal address (BG-5) shall contain a Seller country code (BT-40). + + An Invoice shall contain the Buyer postal address (BG-8). + + The Buyer postal address shall contain a Buyer country code (BT-55). + + The Seller electronic address (BT-34) shall have a Scheme identifier. + + The Buyer electronic address (BT-49) shall have a Scheme identifier. + + In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present. + + [BR-S-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Standard rated" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "Standard rated". + + [BR-Z-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Zero rated" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Zero rated". + + [BR-E-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Exempt from VAT" shall contain exactly one VAT breakdown (BG-23) with the VAT category code (BT-118) equal to "Exempt from VAT". + + [BR-AE-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Reverse charge" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "VAT reverse charge". + + [BR-IC-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Intra-community supply" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Intra-community supply". + + [BR-G-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Export outside the EU" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Export outside the EU". + + [BR-O-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Not subject to VAT" shall contain exactly one VAT breakdown group (BG-23) with the VAT category code (BT-118) equal to "Not subject to VAT". + + [BR-IP-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IPSI" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IPSI". + + [BR-IG-01] - An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IGIC" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IGIC". + + + + + + Element 'ram:Name' may occur at maximum 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' must occur exactly 1 times. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'ram:EndDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'ram:StartDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Name' may occur at maximum 1 times. + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute '@mimeCode' is required in this context. + + Attribute '@filename' is required in this context. + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTypeCode' must occur exactly 1 times. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:RelevantTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Each Deliver to address (BG-15) shall contain a Deliver to country code (BT-80). + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedInvoiceAmount' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:CarrierTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ConsigneeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ConsignorTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:CustomsExportAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:CustomsImportAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:DeclaredValueForCustomsAmount' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:FreightForwarderTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:GrossVolumeMeasure' is marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:GroupingCentreTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainConsignmentItem' is marked as not used in the given context. + + + + + + Element 'ram:InsurancePremiumAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:PackageQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ModeCode' must occur exactly 1 times. + + + + + + Element 'ram:Mode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StageCode' is marked as not used in the given context. + + + + + + Element 'ram:UsedLogisticsTransportMeans' is marked as not used in the given context. + + + + + + Element 'ram:TotalChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TransportContractReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UtilizedLogisticsTransportEquipment' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + Element 'ram:InvoiceReferencedDocument' may occur at maximum 1 times. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:BasisAmount' must occur exactly 1 times. + + Element 'ram:LineTotalBasisAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceChargeBasisAmount' may occur at maximum 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'udt:Date' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Each Preceding Invoice reference (BG-3) shall contain a Preceding Invoice reference (BT-25). + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:RoleCode' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:RoleCode' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' must occur at least 1 times. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:Description' must occur exactly 1 times. + + Element 'ram:AppliedAmount' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceCharge' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:AppliedFromLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:AppliedToLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculationBasis' is marked as not used in the given context. + + + + + + Element 'ram:CalculationBasisCode' is marked as not used in the given context. + + + + + + Element 'ram:ChargeCategoryCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DisbursementAmount' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PayingPartyRoleCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentArrangementCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentPlaceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:ServiceCategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:TariffClassCode' is marked as not used in the given context. + + + + + + Element 'ram:TransportPaymentMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + Element 'ram:PartialPaymentAmount' may occur at maximum 1 times. + + Element 'ram:PayeeTradeParty' may occur at maximum 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:FromEventCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstructionTypeCode' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:PartialPaymentPercent' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:RoleCode' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:PaymentMeansID' is marked as not used in the given context. + + + + + + Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxBasisTotalAmount' must occur at least 1 times. + + Element 'ram:TaxBasisTotalAmount' may occur at maximum 2 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 2 times. + + Element 'ram:RoundingAmount' may occur at maximum 1 times. + + Element 'ram:GrandTotalAmount' must occur at least 1 times. + + Element 'ram:GrandTotalAmount' may occur at maximum 2 times. + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Attribute '@currencyID' is required in this context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Information' may occur at maximum 1 times. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CreditAvailableAmount' is marked as not used in the given context. + + + + + + Element 'ram:CreditLimitAmount' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:ExpiryDate' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:InterestRatePercent' is marked as not used in the given context. + + + + + + Element 'ram:IssuingCompanyName' is marked as not used in the given context. + + + + + + Element 'ram:MicrochipIndicator' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValidFromDateTime' is marked as not used in the given context. + + + + + + Element 'ram:VerificationNumeric' is marked as not used in the given context. + + + + + + Element 'ram:GuaranteeMethodCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:BICID' must occur exactly 1 times. + + + + + + Element 'ram:AustralianBSBID' is marked as not used in the given context. + + + + + + Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CHIPSParticipantID' is marked as not used in the given context. + + + + + + Element 'ram:CHIPSUniversalID' is marked as not used in the given context. + + + + + + Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context. + + + + + + Element 'ram:ClearingSystemName' is marked as not used in the given context. + + + + + + Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context. + + + + + + Element 'ram:GermanBankleitzahlID' is marked as not used in the given context. + + + + + + Element 'ram:HellenicBankID' is marked as not used in the given context. + + + + + + Element 'ram:HongKongBankID' is marked as not used in the given context. + + + + + + Element 'ram:IndianFinancialSystemID' is marked as not used in the given context. + + + + + + Element 'ram:IrishNSCID' is marked as not used in the given context. + + + + + + Element 'ram:ItalianDomesticID' is marked as not used in the given context. + + + + + + Element 'ram:JapanFinancialInstitutionCommonID' is marked as not used in the given context. + + + + + + Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:NewZealandNCCID' is marked as not used in the given context. + + + + + + Element 'ram:PolishNationalClearingID' is marked as not used in the given context. + + + + + + Element 'ram:PortugueseNCCID' is marked as not used in the given context. + + + + + + Element 'ram:RussianCentralBankID' is marked as not used in the given context. + + + + + + Element 'ram:SICID' is marked as not used in the given context. + + + + + + Element 'ram:SouthAfricanNCCID' is marked as not used in the given context. + + + + + + Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context. + + + + + + Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:SwissBCID' is marked as not used in the given context. + + + + + + Element 'ram:UKSortCodeID' is marked as not used in the given context. + + + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + + + Element 'ram:AccountName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ProprietaryID' is marked as not used in the given context. + + + + + + Element 'ram:PayerSpecifiedDebtorFinancialInstitution' is marked as not used in the given context. + + + + + + Element 'ram:PaymentChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentMethodCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:MarketID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SourceUnitBasisNumeric' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:TargetUnitBaseNumeric' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + + + Element 'ram:LineID' must occur exactly 1 times. + + + + + + Element 'ram:Content' must occur exactly 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:Subject' is marked as not used in the given context. + + + + + + + Value of 'ram:SubjectCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:DescriptionCode' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSubordinateTradeLineItem' is marked as not used in the given context. + + + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute '@mimeCode' is required in this context. + + Attribute '@filename' is required in this context. + + + + + + Attribute @characterSetCode' marked as not used in the given context. + + + + + + Attribute @encodingCode' marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + + Value of '@mimeCode' is not allowed. + + + + + + Attribute @uri' marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:BuyerReference' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:IncludedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSpecifiedMarketplace' is marked as not used in the given context. + + + + + + Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ItemSellerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + Element 'ram:IncludedTradeTax' may occur at maximum 1 times. + + + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ChangeReason' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:DeliveryTradeLocation' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + Element 'ram:RateApplicablePercent' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:MaximumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:MinimumQuantity' is marked as not used in the given context. + + + + + + Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TradeComparisonReferencePrice' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DescriptionBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context. + + + + + + Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Attribute '@unitCode' is required in this context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:DespatchedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ProductUnitQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ReceivedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:RequestedQuantity' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:JobTitle' is marked as not used in the given context. + + + + + + Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:PersonID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:Responsibility' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedContactPerson' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedNote' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:TelexUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + + + Element 'ram:ChannelCode' is marked as not used in the given context. + + + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:CalculatedAmount' may occur at maximum 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:CalculatedRate' is marked as not used in the given context. + + + + + + Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context. + + + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:CategoryName' is marked as not used in the given context. + + + + + + Element 'ram:CurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:CustomsDutyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:Jurisdiction' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:PlaceApplicableTradeLocation' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context. + + + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + + Element 'ram:Type' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:CompleteDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ContinuousIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:DurationMeasure' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:InclusiveIndicator' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:OpenIndicator' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:SeasonCode' is marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:DiscountIndicator' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:AmountTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SetTriggerCode' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:BasisQuantity' is marked as not used in the given context. + + + + + + Attribute @format' marked as not used in the given context. + + + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + + Element 'udt:IndicatorString' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:PrepaidIndicator' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:SequenceNumeric' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UnitBasisAmount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 1 times. + + Element 'ram:GrandTotalAmount' may occur at maximum 1 times. + + Element 'ram:TotalAllowanceChargeAmount' may occur at maximum 1 times. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductWeightLossInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:Description' must occur exactly 1 times. + + Element 'ram:Value' must occur exactly 1 times. + + + + + + Element 'ram:ApplicableProductCharacteristicCondition' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + Element 'ram:ContentTypeCode' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:MeasurementMethodCode' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:ValueCode' is marked as not used in the given context. + + + + + + Element 'ram:ValueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ValueIndicator' is marked as not used in the given context. + + + + + + Attribute @unitCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ValueSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:AreaDensityMeasure' is marked as not used in the given context. + + + + + + Element 'ram:BrandName' is marked as not used in the given context. + + + + + + Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ColourCode' is marked as not used in the given context. + + + + + + Element 'ram:ColourDescription' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ClassName' may occur at maximum 1 times. + + + + + + Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context. + + + + + + + Value of 'ram:ClassCode' is not allowed. + + Attribute '@listID' is required in this context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listAgencyName' marked as not used in the given context. + + + + + + + Value of '@listID' is not allowed. + + + + + + Attribute @listName' marked as not used in the given context. + + + + + + Attribute @listSchemeURI' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:ClassProductCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:SubClassCode' is marked as not used in the given context. + + + + + + Element 'ram:SystemID' is marked as not used in the given context. + + + + + + Element 'ram:SystemName' is marked as not used in the given context. + + + + + + Element 'ram:Designation' is marked as not used in the given context. + + + + + + Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context. + + + + + + Element 'ram:EndItemName' is marked as not used in the given context. + + + + + + Element 'ram:EndItemTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:FormattedCancellationAnnouncedLaunchDateTime' is marked as not used in the given context. + + + + + + Element 'ram:FormattedLatestProductDataChangeDateTime' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:GrossWeightMeasure' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:IndustryAssignedID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:UnitQuantity' may occur at maximum 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:RelationshipTypeCode' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Attribute '@unitCode' is required in this context. + + + + + + Attribute @unitCodeListAgencyID' marked as not used in the given context. + + + + + + Attribute @unitCodeListAgencyName' marked as not used in the given context. + + + + + + Attribute @unitCodeListID' marked as not used in the given context. + + + + + + + Value of '@unitCode' is not allowed. + + + + + + Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableProductCharacteristic' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:BestBeforeDateTime' is marked as not used in the given context. + + + + + + Element 'ram:ExpiryDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalSerialID' is marked as not used in the given context. + + + + + + Element 'ram:KanbanID' is marked as not used in the given context. + + + + + + Element 'ram:PackagingSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ProductionSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:RegistrationID' is marked as not used in the given context. + + + + + + Element 'ram:SellByDateTime' is marked as not used in the given context. + + + + + + Element 'ram:SerialID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:InformationNote' is marked as not used in the given context. + + + + + + Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerAssignedID' is marked as not used in the given context. + + + + + + Element 'ram:ManufacturerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:NetWeightMeasure' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:SubordinateTradeCountrySubDivision' is marked as not used in the given context. + + + + + + Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:ProductGroupID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SubBrandName' is marked as not used in the given context. + + + + + + Element 'ram:TradeName' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:UseDescription' is marked as not used in the given context. + + + + + + Element 'ram:VariableMeasureIndicator' is marked as not used in the given context. + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + diff --git a/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_MINIMUM.sch b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_MINIMUM.sch new file mode 100644 index 00000000..ae9f436d --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/rule-source/2.2/FACTUR-X_MINIMUM.sch @@ -0,0 +1,1705 @@ + + + Schema for FACTUR-X; 1.0; ACCOUNTING INFORMATION, No XML Invoice, (MINIMUM) + + + + + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + + + Element 'ram:CategoryCode' is marked as not used in the given context. + + + + + + Element 'ram:ControlRequirementIndicator' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IncludedNote' is marked as not used in the given context. + + + + + + Element 'udt:DateTime' is marked as not used in the given context. + + + + + + + Value of '@format' is not allowed. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LanguageID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:Purpose' is marked as not used in the given context. + + + + + + Element 'ram:PurposeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionDateTime' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Attribute @name' marked as not used in the given context. + + + + + + Element 'ram:VersionID' is marked as not used in the given context. + + + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + + + Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context. + + + + + + Element 'ram:Value' is marked as not used in the given context. + + + + + + Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTransactionID' is marked as not used in the given context. + + + + + + Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context. + + + + + + Element 'ram:TestIndicator' is marked as not used in the given context. + + + + + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + + + Element 'ram:CopyIndicator' is marked as not used in the given context. + + + + + + Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:Information' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:IssuerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PreviousRevisionID' is marked as not used in the given context. + + + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:RevisionID' is marked as not used in the given context. + + + + + + Element 'ram:SectionName' is marked as not used in the given context. + + + + + + Element 'ram:StatusCode' is marked as not used in the given context. + + + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:ContractReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PriceListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:QuotationReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:Reference' is marked as not used in the given context. + + + + + + Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SalesAgentTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:SellerTaxRepresentativeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 2 times. + + + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + + + Element 'ram:Description' is marked as not used in the given context. + + + + + + Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context. + + + + + + Attribute @languageID' marked as not used in the given context. + + + + + + Attribute @languageLocaleID' marked as not used in the given context. + + + + + + Element 'ram:CountryID' must occur exactly 1 times. + + + + + + Element 'ram:AdditionalStreetName' is marked as not used in the given context. + + + + + + Element 'ram:AttentionOf' is marked as not used in the given context. + + + + + + Element 'ram:BuildingName' is marked as not used in the given context. + + + + + + Element 'ram:BuildingNumber' is marked as not used in the given context. + + + + + + Element 'ram:CareOf' is marked as not used in the given context. + + + + + + Element 'ram:CityName' is marked as not used in the given context. + + + + + + Element 'ram:CitySubDivisionName' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeID' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:CountryName' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionID' is marked as not used in the given context. + + + + + + Element 'ram:CountrySubDivisionName' is marked as not used in the given context. + + + + + + Element 'ram:DepartmentName' is marked as not used in the given context. + + + + + + Element 'ram:ID' is marked as not used in the given context. + + + + + + Element 'ram:LineFive' is marked as not used in the given context. + + + + + + Element 'ram:LineFour' is marked as not used in the given context. + + + + + + Element 'ram:LineOne' is marked as not used in the given context. + + + + + + Element 'ram:LineThree' is marked as not used in the given context. + + + + + + Element 'ram:LineTwo' is marked as not used in the given context. + + + + + + Element 'ram:PostOfficeBox' is marked as not used in the given context. + + + + + + Element 'ram:PostcodeCode' is marked as not used in the given context. + + + + + + Element 'ram:StreetName' is marked as not used in the given context. + + + + + + Element 'ram:RoleCode' is marked as not used in the given context. + + + + + + Element 'ram:AuthorizedLegalRegistration' is marked as not used in the given context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:LegalClassificationCode' is marked as not used in the given context. + + + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + + Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context. + + + + + + Attribute '@schemeID' is required in this context. + + + + + + Attribute @schemeAgencyID' marked as not used in the given context. + + + + + + Attribute @schemeAgencyName' marked as not used in the given context. + + + + + + Attribute @schemeDataURI' marked as not used in the given context. + + + + + + + Value of '@schemeID' is not allowed. + + + + + + Attribute @schemeName' marked as not used in the given context. + + + + + + Attribute @schemeURI' marked as not used in the given context. + + + + + + Attribute @schemeVersionID' marked as not used in the given context. + + + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedProcuringProject' is marked as not used in the given context. + + + + + + Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:UltimateCustomerOrderReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ActualDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DeliveryNoteReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:DespatchAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PackingListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context. + + + + + + Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context. + + + + + + Element 'ram:ShipFromTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:ShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:UltimateShipToTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + + + + + Element 'ram:ApplicableTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:BillingSpecifiedPeriod' is marked as not used in the given context. + + + + + + Element 'ram:CreditReason' is marked as not used in the given context. + + + + + + Element 'ram:CreditReasonCode' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceType' is marked as not used in the given context. + + + + + + Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context. + + + + + + Element 'ram:DuePayableAmount' is marked as not used in the given context. + + + + + + Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Attribute @listAgencyID' marked as not used in the given context. + + + + + + Attribute @listID' marked as not used in the given context. + + + + + + Attribute @listURI' marked as not used in the given context. + + + + + + Attribute @listVersionID' marked as not used in the given context. + + + + + + Element 'ram:InvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceIssuerReference' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:InvoiceeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:InvoicerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:NextInvoiceDateTime' is marked as not used in the given context. + + + + + + Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:PayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PayerTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:PaymentCurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:PaymentReference' is marked as not used in the given context. + + + + + + Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context. + + + + + + Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeAllowanceCharge' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context. + + + + + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + Element 'ram:TaxTotalAmount' may occur at maximum 1 times. + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + + + Element 'ram:AllowanceTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ChargeTotalAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Element 'ram:GrossLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:InformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:LineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetIncludingTaxesLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:NetLineTotalAmount' is marked as not used in the given context. + + + + + + Element 'ram:ProductValueExcludingTobaccoTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RetailValueExcludingTaxInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:RoundingAmount' is marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + Attribute @currencyID' marked as not used in the given context. + + + + + + Attribute @currencyCodeListVersionID' marked as not used in the given context. + + + + + + + Value of '@currencyID' is not allowed. + + + + + + Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDepositFeeInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalDiscountAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalPrepaidAmount' is marked as not used in the given context. + + + + + + Element 'ram:TotalRetailValueInformationAmount' is marked as not used in the given context. + + + + + + Element 'ram:SpecifiedTradeSettlementPaymentMeans' is marked as not used in the given context. + + + + + + Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context. + + + + + + Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context. + + + + + + Element 'ram:TaxCurrencyCode' is marked as not used in the given context. + + + + + + Element 'ram:UltimatePayeeTradeParty' is marked as not used in the given context. + + + + + + Element 'ram:IncludedSupplyChainTradeLineItem' is marked as not used in the given context. + + + + + + Element 'rsm:ValuationBreakdownStatement' is marked as not used in the given context. + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-1.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-1.xml new file mode 100644 index 00000000..734f40a3 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-1.xml @@ -0,0 +1,213 @@ + + + + + + + + + + urn:cen.eu:en16931:2017#compliant#urn:factur-x.eu:1p0:basic + + + + 471102 + 380 + + 20200305 + + + Rechnung gemäß Bestellung vom 01.03.2020. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + + + Unsere GLN: 4000001123452 +Ihre GLN: 4000001987658 +Ihre Kundennummer: GE2020211 + + +Zahlbar innerhalb 30 Tagen netto bis 04.04.2020, 3% Skonto innerhalb 10 Tagen bis 15.03.2020. + + + + + + + 1 + + + 4012345001235 + + GTIN: 4012345001235 +Unsere Art.-Nr.: TB100A4 +Trennblätter A4 + + + + + 9.90 + + + + 20.0000 + + + + VAT + S + 19 + + + 198.00 + + + + + + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + Kunden AG Mitte + + 69876 + Hans Muster + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20200305 + + + + + EUR + + 37.62 + VAT + 198.00 + S + 19.00 + + + + 20200404 + + + + 198.00 + 0.00 + 0.00 + 198.00 + 37.62 + 235.62 + 235.62 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-2.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-2.xml new file mode 100644 index 00000000..1c55478c --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-2.xml @@ -0,0 +1,306 @@ + + + + + + + + + + urn:cen.eu:en16931:2017#compliant#urn:factur-x.eu:1p0:basic + + + RK21012345 + 384 + + 20190916 + + + Es bestehen Rabatt- oder Bonusvereinbarungen. + + + MUSTERLIEFERANT GMBH +BAHNHOFSTRASSE 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Max Mustermann +USt-IdNr: DE123456789 +Telefon: +49 932 431 0 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + + + Bei Rückfragen: +Telefon: +49 932 431 500 +E-Mail : max.muster@musterlieferant.de + + + + Warenempfänger +GLN 430417088093 +MUSTER-MARKT + +HAUPTSTRASSE 44 +31157 SARSTEDT + +Abteilung : 8211 + + + + +Bestell-Nr : B123456789 +Bestell-Datum : 01.08.2019 + +Lieferschein-Nr : L87654321012345 +Lieferschein-Datum : 05.08.2019 +Ursprungsbeleg-Nr : R87654321012345 +Reklamationsnummer : REKLA-2018-235 + + + + Rechnungsempfänger +GLN 4304171000002 +MUSTER-KUNDE GMBH + +KUNDENWEG 88 +40235 DUESSELDORF +Kunden-Nr. : 009420 + + + + + + + + 1 + + + GTIN 4123456000014 +Art-Nr-Lieferant ZS9997 +Zitronensäure 100ml +Verpackung: Flasche +VKE/Geb: 1 + + + + + 1.00 + + + + -5.0000 + + + + VAT + S + 19.00 + + + -5.00 + + + + + + 2 + + + GTIN 4123456000021 +Art-Nr-Lieferant GZ250 +Gelierzucker Extra 250g +Verpackung: Karton +VKE/Geb: 1 + + + + + 1.45 + + + + -2.0000 + + + + VAT + S + 7.00 + + + -2.90 + + + + + + GLN 4333741000005 +Lief-Nr: 549910 +MUSTERLIEFERANT GMBH + + + 99199 + BAHNHOFSTRASSE 99 + MUSTERHAUSEN + DE + + + DE123456789 + + + + GLN 4304171000002 +Kunden-Nr. : 009420 +MUSTER-KUNDE GMBH + + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + + + + 20190805 + + + + + EUR + + -0.92 + VAT + -4.85 + S + 19.00 + + + -0.20 + VAT + -2.82 + S + 7.00 + + + + false + + -0.15 + Rechnungsrabatt + + VAT + S + 19 + + + + + false + + -0.08 + Rechnungsrabatt + + VAT + S + 7 + + + + -7.90 + 0.00 + -0.23 + -7.67 + -1.12 + -8.79 + -8.79 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-3.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-3.xml new file mode 100644 index 00000000..9ddfeca6 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basic/factur-x-3.xml @@ -0,0 +1,228 @@ + + + + + + + + + + urn:cen.eu:en16931:2017#compliant#urn:factur-x.eu:1p0:basic + + + + TX-471102 + 380 + + 20191030 + + + Rechnung gemäß Taxifahrt vom 29.10.2019 + + + Taxiunternehmen TX GmbH +Lieferantenstraße 20 +10369 Berlin +Deutschland +Geschäftsführer: Hans Mustermann +Handelsregisternummer: H A 123 + + + + Unsere GLN: 4000001123452 +Ihre GLN: 4000001987658 +Ihre Kundennummer: GE2020211 + + + + + + + 1 + + + Grundpreis (Pauschale) + + + + 3.90 + + + + 1 + + + + VAT + S + 7 + + + 3.90 + + + + + + 2 + + + Stadtfahrt - 2,00 Euro je gefahrene Kilometer + + + + 2.00 + + + + 6.50 + + + + VAT + S + 7 + + + 13 + + + + + + Taxiunternehmen TX GmbH + + 10369 + Lieferantenstraße 20 + Berlin + DE + + + DE123456789 + + + + Taxi-Gast AG Mitte + + 13351 + Hans Mustermann + Kundenstraße 15 + Berlin + DE + + + + + + + 20191029 + + + + + EUR + + 1.18 + VAT + 16.90 + S + 7 + + + + 20191129 + + + + 16.90 + 0.00 + 0.00 + 16.90 + 1.18 + 18.08 + 18.08 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basicwl/factur-x-1.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basicwl/factur-x-1.xml new file mode 100644 index 00000000..37285b60 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/basicwl/factur-x-1.xml @@ -0,0 +1,176 @@ + + + + + + + + + + urn:factur-x.eu:1p0:basicwl + + + + TX-471102 + 380 + + 20191030 + + + Rechnung gemäß Taxifahrt vom 29.10.2019 + + + Taxiunternehmen TX GmbH +Lieferantenstraße 20 +10369 Berlin +Deutschland +Geschäftsführer: Hans Mustermann +Handelsregisternummer: H A 123 + + + + Unsere GLN: 4000001123452 +Ihre GLN: 4000001987658 +Ihre Kundennummer: GE2020211 + + + + + + + Taxiunternehmen TX GmbH + + 10369 + Lieferantenstraße 20 + Berlin + DE + + + DE123456789 + + + + Taxi-Gast AG Mitte + + 13351 + Hans Mustermann + Kundenstraße 15 + Berlin + DE + + + + + + + 20191029 + + + + + EUR + + 1.18 + VAT + 16.90 + S + 7 + + + + 20191129 + + + + 16.90 + 0.00 + 0.00 + 16.90 + 1.18 + 18.08 + 18.08 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-1.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-1.xml new file mode 100644 index 00000000..7e883716 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-1.xml @@ -0,0 +1,372 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180605 + + + Rechnung gemäß Bestellung Nr. 2018-471331 vom 01.03.2018. + + + Es bestehen Rabatt- und Bonusvereinbarungen. + AAK + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + Wir erlauben uns Ihnen folgende Positionen aus der Lieferung Nr. 2018-51112 in Rechnung zu stellen: + + + + 4012345001235 + KR3M + + Kunstrasen grün 3m breit + 300cm x 100 cm + + + + 4.0000 + + + false + + 0.6667 + + + + 3.3333 + + + + 3.0000 + + + + VAT + S + 19.00 + + + 10.00 + + + + + + 2 + + Bestellt wurden 5 kg Schweinesteak. Mit dieser Rechnung werden nur die bereits gelieferten Steaks berechnet. Die noch offenen 4 kg Schweinesteak werden separat geliefert und berechnet. + + + + 4000050986428 + SFK5 + + Schweinesteak + Schweinesteak aus Deutschland + + + + 5.5000 + + + 5.5000 + + + + 1.0000 + + + + VAT + S + 7.00 + + + 5.50 + + + + + + 3 + + + 4000001234561 + GTRWA5 + + Mineralwasser Medium +12 x 1,0l PET + + + + + 5.4900 + + + 5.4900 + + + + 20.0000 + + + + VAT + S + 7.00 + + + 109.80 + + + + + + 4 + + + 4000001234578 + PFA5 + + Pfand + + + + 2.7700 + + + 2.7700 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 55.46 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + 2018-471331 + + + + + + 20180603 + + + + + EUR + + 7.91 + VAT + 113.03 + S + 7.00 + + + 12.25 + VAT + 64.46 + S + 19.00 + + + + false + + 10.00 + 1.00 + Sondernachlass + + VAT + S + 19.00 + + + + + false + + 115.30 + 8.07 + Sondernachlass + + VAT + S + 7.00 + + + + + true + + 115.30 + 5.80 + Versandkosten + + VAT + S + 7.00 + + + + Zahlbar innerhalb 30 Tagen netto bis 04.07.2018, 3% Skonto innerhalb 10 Tagen bis 15.06.2018 + + + 180.76 + 5.80 + 9.07 + 177.49 + 20.16 + 197.65 + 50.00 + 147.65 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-10.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-10.xml new file mode 100644 index 00000000..03c0e145 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-10.xml @@ -0,0 +1,247 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 389 + + 20180305 + + + Rechnung gemäß Bestellung vom 01.03.2018. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + DE136695976 + + + + + + + 20180305 + + + + + EUR + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + Der Betrag wird ihrem Kundenkonto gutgeschrieben und mit der nächsten Rechnung verrechnet. + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 0.00 + 529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-11.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-11.xml new file mode 100644 index 00000000..d2b5bd94 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-11.xml @@ -0,0 +1,246 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 01.234.567.8-2018-1 + 575 + + 20181206 + + + Allgemeine Haftpflichtversicherung VSNR: 01.234.567.8 +(Bei Schriftwechsel und Zahlung bitte angeben.) + + + + MVM Musterhafter +Versicherungsverein Musterstadt a.G. +Versicherungsbüro +Muster +Musterstr. 12 +12345 Musterstadt +Tel.: 0123/45678 +Fax.: 01231/99 45678 +Mo.-Fr. 08.30 - 12.30 Uhr +Mo.-Fr. 14.00 - 17.00 Uhr +Mo-Fr 8.00-20.00 Uhr, Sa 8.00-14.00 Uhr + + + REG + + + + + + 1 + + + Privathaftpflicht + + + + 50.0000 + + + 50.0000 + + + + 1.0000 + + + + VAT + E + 0.00 + + + 50.00 + + + + + + 2 + + + Lebensgefährte/in zur Privathaftpflicht + + + + 0.0000 + + + 0.0000 + + + + 1.0000 + + + + VAT + E + 0.00 + + + 0.00 + + + + + + 549910 + MVM Musterhafter +Versicherungsverein Musterstadt a.G. + + + 12345 + Musterstr. 12 + Musterstadt + DE + + + DE234567891 + + + + Herrn +Max Mustermann + + + 12346 + Musterstr. 11 + Bad Musterhausen + DE + + + + + + + 20181206 + + + + + EUR + + 0.00 + VAT + Umsatzsteuerbefreit nach §4 Nr. 10a UStG + 50.00 + E + 0.00 + + + Einen zu zahlenden Beitrag überweisen Sie bitte auf folgende Bankverbindung: IBAN DE75123456780000001234, BIC WELADED1MST, Sparkasse Musterstadt Ost. +Einfacher für Sie ist es, wenn Sie uns ein SEPA-Lastschriftmandat erteilen. Wir würden dann zu der Fälligkeit 06.12.2018 den Beitrag von dem uns bekannten Konto abbuchen. In diesem Fall würden Sie, sofern sich keine Beitragsänderung ergibt, zukünftig keine Zwischenrechnung erhalten. + +Beitragsgutschriften aus Ihrem Vertrag erstatten wir per Scheck. + + + + + 50.00 + 0.00 + 0.00 + 50.00 + 0.00 + 50.00 + 0.00 + 50.00 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-12.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-12.xml new file mode 100644 index 00000000..66cf0c27 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-12.xml @@ -0,0 +1,297 @@ + + + + + + + + + + Beispielgeschäftsprozess + + + urn:cen.eu:en16931:2017 + + + + 47110818 + 389 + + 20181031 + + + Mitglieder der Geschäftsleitung: +Geschäftsführerin: Johanna Musterfrau +Prokuristin: Isabell Herrlich +HRB Berlin 13086 + REG + + + + + + 1 + + + CO-123/V2A + Toolbox 0815 + Stahlcoil + + DE + + + + + 1000 + 1 + + + 100 + 1 + + + + 10 + + + + VAT + K + 0 + + + + 20181001 + + + 20181031 + + + + 1000 + + + + + + 2 + + + IM-712/A2A + BR-4529-ZF + Stoßfänger + + DE + + + + + 1000 + 1 + + + 100 + 1 + + + + 10 + + + + VAT + K + 0 + + + + 20181001 + + + 20181031 + + + + 1000 + + + + + + 12345676 + Global Supplies Ltd. + + SW1B 3BN + 153 Victoria Street + London + GB + + + GB123456789 + + + + 75969813 + Metallbau Leipzig GmbH & Co. KG + + 12345 + Pappelallee 15 + Hof 3 + Leipzig + DE + + + DE123456789 + + + + Global Supplies Financial Services + + 12345 + Friedrichstraße 165 + Berlin + DE + + + DE987654321 + + + + + + 75969815 + Metallbau Leipzig GmbH & Co. KG + + 12347 + Eichenpromenade 37 + Tor 1 + Metallstadt + DE + + + + + EUR + + 432156789 + Global Supplies Financial Services + + + 58 + + DE12 1234 4321 9876 00 + Global Supplies Financial Services + + + + 0 + VAT + Mehrwertsteuerbefreiung für die innergemeinschaftliche Lieferung von Waren und Dienstleistungen in der EU + 2000 + K + 0 + + + + 20181001 + + + 20181031 + + + + + 20181130 + + + + 2000.00 + 2000.00 + 0.00 + 2000.00 + 2000.00 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-13.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-13.xml new file mode 100644 index 00000000..6fdc37ef --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-13.xml @@ -0,0 +1,246 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 00.123.456.7-2018-1 + 575 + + 20180311 + + + Beitragsrechnung zur Kraftfahrtversicherung Nr. 00.123.456.7 + + + MVM Musterhafter +Versicherungsverein Musterstadt a.G. +Versicherungsbüro +Muster +Musterstr. 12 +12345 Musterstadt +Tel.: 0123/45678 +Fax.: 01231/99 45678 +Mo.-Fr. 08.30 - 12.30 Uhr +Mo.-Fr. 14.00 - 17.00 Uhr +Mo-Fr 8.00-20.00 Uhr, Sa 8.00-14.00 Uhr + + + REG + + + + + + 1 + + + Kfz-Haftpflicht SF25 (30 %) Typkl. 18 Regio R9 + Enthält 19% Versicherungssteuer = 12,7726 € + + + + 80.0006 + + + 67.2244 + + + + 1.0000 + + + + VAT + E + 0.00 + + + 80.00 + + + + + + 2 + + + Vollkasko SF25 (30 %) Typkl. 21 Regio R4 + Enthält 19% Versicherungssteuer = 22,3529 € + + + + 140.0000 + + + 117.6471 + + + + 1.0000 + + + + VAT + E + 0.00 + + + 140.00 + + + + + + 549910 + MVM Musterhafter +Versicherungsverein Musterstadt a.G. + + + 12345 + Musterstr. 12 + Musterstadt + DE + + + DE234567891 + + + + Herrn +Max Mustermann + + + 12346 + Musterstr. 11 + Bad Musterhausen + DE + + + + + + + 20180630 + + + + + EUR + + 0 + VAT + Umsatzsteuerbefreit nach $4 Nr. 10a UStG + 220.00 + E + 0.00 + + + Einen zu zahlenden Beitrag überweisen Sie bitte auf folgende Bankverbindung: +DE75123456780000001234, BIC WELADED1MST, Sparkasse Musterstadt Ost. Einfacher für Sie ist es, wenn Sie uns ein SEPA-Lastschriftmandat erteilen. Wir würden dann zu den Fälligkeiten 01.07.2018, 01.10.2018 den jeweiligen Beitrag von dem uns bekannten Konto abbuchen. In diesem Fall würden Sie, sofern sich keine Beitragsänderung ergibt, zukünftig keine Zwischenrechnung erhalten. +Beitragsgutschriften aus Ihrem Vertrag erstatten wir per Scheck. +Rabattservice: Wenn Sie im laufenden Kalenderjahr nur einen Kfz-Haftpflichtschaden oder nur einen Vollkaskoschaden melden, gilt für Sie der Rabattretter. + + + + + 220.00 + 0.00 + 0.00 + 220.00 + 0.00 + 220.00 + -220.00 + 440.00 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-14.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-14.xml new file mode 100644 index 00000000..b18cf58f --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-14.xml @@ -0,0 +1,378 @@ + + + + + + + + + + Beispielgeschäftsprozess + + + urn:cen.eu:en16931:2017 + + + + 9314110911/00/M/00/N + 387 + + 20181001 + + + MUSTER-Autovermietung GMBH +Musterstr. 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Maxima Musterfrau +USt-IdNr: DE136695976 +Telefon: +49 711-50885524 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + Bei Rückfragen: +Telefon: +49 711-50885524 +E-Mail : info@muster-autovermietung.de + + + + Übergabe am 29.09.2018/ 10:35 + Ort: Frankfurt a. M. + km: 17791 + + + + Rückgabe am 01.10.2018/ 10:19 + Ort: Frankfurt a. M. + km: 18664 + + + + Übernahme: Frankfurt + Datum: 01.10.2018 + Zeit: 10:19 + km/out: 177791 + km/in: 18664 + km gefahren: 873 + Kennzeichen: M-MM 0000 + CO2: 150 + Bruttolistenpreis: 68300 + + + + + + + 1 + + + Miettage + + Fahrzeug-Kennzeichen + M-MM 0000 + + + + + 86.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 173.10 + + + + + + 2 + + Inklusiv-Kilometer waren: 873 + + + + Navigationssystem - Garantie + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 3 + + + Vollkasko + + + + 23.1000 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 46.20 + + + + + + 4 + + + minimale Selbstbeteiligung + + + + 15.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 31.10 + + + + + + 5 + + + Personen-Unfallversicherung + + + + 7.9800 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 15.96 + + + + + + 6 + + + Choice Upgrade + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 549910 + 4333741000005 + MUSTER-Autovermietung + + 99199 + Musterstr. 99 + MUSTERHAUSEN + DE + + + DE136695976 + + + + 9314110911 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + B123456789 + + + + + + 20180929 + + + + L87654321012345 + + + + EUR + + 54.44 + VAT + 286.52 + S + 19.00 + + + + Die Leistung wurde erbracht im Zeitraum zwischen Übergabe und Rückgabe. Der Rechnungsbetrag wird über Ihre MasterCard-Kreditkarte abgebucht. Dies ist keine Aufforderung zur Zahlung. Rechnung für Ihre Unterlagen. + + + + 286.52 + 0.00 + 0.00 + 286.52 + 54.44 + 340.96 + 0.00 + 340.96 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-15.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-15.xml new file mode 100644 index 00000000..8c6f5132 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-15.xml @@ -0,0 +1,214 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + E2018092011804 + 380 + + 20180920 + + + Bei Schriftwechsel bitte Ihre Kundennummer 35040727 und Belegnummer 2018092011804 angeben + ADU + + + + + + 0 + + + 4-Fahrten-Karte Berlin AB + Gültig ab 20.09.2018 15:39 Uhr bis 20.09.2018 17:39 Uhr Abschnitt: 1/4 + + + + 8.41 + + + + 1 + + + + VAT + S + 7 + + + 8.41 + + + + + 05 158 004 - 11023 - 45 + + 549910 + Verkehrsbetriebe GmbH + + Torti Mayer + + +493012345678 + + + tm@verkehrsbetriebe.de + + + + 12345 + Musterstraße 3 + + Berlin + DE + + + DE123456789 + + + + Liselotte Müllermann + Liselotte Müllermann + + 12345 + Beispielstraße 24 + + Berlin + DE + + + + 2018092011804 + + + + + + 20180920 + + + + + EUR + + 30 + + DE12 1234 5678 9012 3456 78 + Verkehrsbetriebe GmbH + + + + + + + 0.59 + VAT + 8.41 + S + 7 + + + Zahlungsbedingungen: Der Rechnungsbetrag wurde bereits beglichen. + + 20181003 + + + + 8.41 + 8.41 + 0.59 + 9.00 + 9.00 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-16.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-16.xml new file mode 100644 index 00000000..c280fb8a --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-16.xml @@ -0,0 +1,229 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + R18-31 + 380 + + 20181003 + + + + + + 0 + + + + Physiotherapie + Behandlungen aufgrund der Verordnung von Frau Dr. Heilerin vom 05.09.2018 an folgenden Terminen: 11.09.2018; 14.09.2018; 19.09.2018; 24.09.2018; 27.09.2018; 11.10.2018; 15.10.2018; 17.10.2018; 22.10.2018; 30.10.2018 + + + + 26.00 + + + + 10 + + + + VAT + E + 0 + + + 260.00 + + + + + + 1 + + + + Hausbesuch + An folgenden Terminen: 11.09.2018; 14.09.2018; 19.09.2018; 24.09.2018; 27.09.2018; 11.10.2018; 15.10.2018; 17.10.2018; 22.10.2018; 30.10.2018 + + + + 12.00 + + + + 10 + + + + VAT + E + 0 + + + 120.00 + + + + + + Physiotherapeutin + + Tanja Tinder + + 015119630027 + + + tanja.tinder@beispiel-provider.de + + + + 12345 + Musterstraße 12 + + Beispielstadt + DE + + + DE136695976 + + + + Liselotte Müller + + 12345 + Rechnungsstraße 12 + + Beispielstadt + DE + + + + + + + + + + EUR + + 30 + + DE02120300000000202051 + Tanja Tinder + + + + 0 + VAT + Steuerfreie Leistungen nach §4 Nr. 14 UStG + 380.00 + E + 0 + + + Den Rechnungsbetrag überweisen Sie bitte bis zum 21.11.2018 auf das unten angegebene Konto. + + 20181121 + + + + 380.00 + 380.00 + 0 + 380.00 + 380.00 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-17.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-17.xml new file mode 100644 index 00000000..a06f3619 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-17.xml @@ -0,0 +1,377 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180605 + + + +Rechnung gemäß Bestellung Nr. 2018-471331 vom 01.03.2018. + + + + + +Es bestehen Rabatt- und Bonusvereinbarungen. + + + AAK + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + + REG + + + + + + 1 + + Wir erlauben uns Ihnen folgende Positionen aus der Lieferung Nr. 2018-51112 in Rechnung zu stellen: + + + + 4012345001235 + KR3M + + Kunstrasen grün 3m breit + 300cm x 100 cm + + + + 4.0000 + + + false + + 0.6667 + + + + 3.3333 + + + + 3.0000 + + + + VAT + S + 19.00 + + + 10.00 + + + + + + 2 + + + 4000050986428 + SFK5 + + Schweinesteak + aus Deutschland + + + + 5.5000 + + + 5.5000 + + + + 5.0000 + + + + VAT + S + 7.00 + + + 27.50 + + + + + + 3 + + + 4000001234561 + GTRWA5 + + Mineralwasser Medium 12 x 1,0l PET + + + + + 5.4900 + + + 5.4900 + + + + 20.0000 + + + + VAT + S + 7.00 + + + 109.80 + + + + + + 4 + + + 4000001234578 + PFA5 + + Pfand + + + + 2.7700 + + + 2.7700 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 55.40 + + + + + + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + 2013-471331 + + + + + + 20180603 + + + + + EUR + + 9.06 + VAT + 129.37 + S + 7.00 + + + 12.24 + VAT + 64.40 + S + 19.00 + + + + false + + 10.00 + 1.00 + Sondernachlass + + VAT + S + 19.00 + + + + + false + + 137.30 + 13.73 + Sondernachlass + + VAT + S + 7.00 + + + + + + true + + 137.30 + 5.80 + Versandkosten + + VAT + S + 7.00 + + + + + + Zahlbar innerhalb 30 Tagen netto bis 04.07.2018, 3% Skonto innerhalb 10 Tagen bis 15.06.2018 + + + 202.70 + 5.80 + 14.73 + 193.77 + 21.30 + 215.07 + 50.00 + 165.07 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-18.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-18.xml new file mode 100644 index 00000000..26f0e410 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-18.xml @@ -0,0 +1,381 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 9314110911/00/M/00/N + 380 + + 20181001 + + + MUSTER-Autovermietung GMBH +Musterstr. 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Maxima Musterfrau +USt-IdNr: DE136695976 +Telefon: +49 711-50885524 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + Bei Rückfragen: +Telefon: +49 711-50885524 +E-Mail : info@muster-autovermietung.de + + + + Übergabe am 29.09.2018/ 10:35 + Ort: Frankfurt a. M. + km: 17791 + + + + Rückgabe am 01.10.2018/ 10:19 + Ort: Frankfurt a. M. + km: 18664 + + + + Übernahme: Frankfurt + Datum: 01.10.2018 + Zeit: 10:19 + km/out: 177791 + km/in: 18664 + km gefahren: 873 + Kennzeichen: M-MM 0000 + CO2: 150 + Bruttolistenpreis: 68300 + + + + + + + 1 + + + Miettage + + Fahrzeug-Kennzeichen + M-MM 0000 + + + + + 86.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 173.10 + + + + + + 2 + + Inklusiv-Kilometer waren: 873 + + + + Navigationssystem - Garantie + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 3 + + + Vollkasko + + + + 23.1000 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 46.20 + + + + + + 4 + + + minimale Selbstbeteiligung + + + + 15.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 31.10 + + + + + + 5 + + + Personen-Unfallversicherung + + + + 7.9800 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 15.96 + + + + + + 6 + + + Choice Upgrade + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 549910 + 4333741000005 + MUSTER-Autovermietung + + 99199 + Musterstr. 99 + MUSTERHAUSEN + DE + + + 1234567890128 + + + DE136695976 + + + + 9314110911 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + 04 0 11 000 - 12345 12345 - 35 + + + + B123456789 + + + + + + 20180929 + + + + L87654321012345 + + + + EUR + + 54.44 + VAT + 286.52 + S + 19.00 + + + + Die Leistung wurde erbracht im Zeitraum zwischen Übergabe und Rückgabe. Der Rechnungsbetrag wird über Ihre MasterCard-Kreditkarte abgebucht. Dies ist keine Aufforderung zur Zahlung. Rechnung für Ihre Unterlagen. + + + + 286.52 + 0.00 + 0.00 + 286.52 + 54.44 + 340.96 + 0.00 + 340.96 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-19.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-19.xml new file mode 100644 index 00000000..4bf310e4 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-19.xml @@ -0,0 +1,333 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + RK21012345 + 384 + + 20180916 + + + Es bestehen Rabatt- oder Bonusvereinbarungen. + AAK + + + MUSTERLIEFERANT GMBH +BAHNHOFSTRASSE 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Max Mustermann +USt-IdNr: DE123456789 +Telefon: +49 932 431 0 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + Bei Rückfragen: +Telefon: +49 932 431 500 +E-Mail : max.muster@musterlieferant.de + + + + Ursprungsbeleg-Nr : R87654321012345 +Reklamationsnummer : REKLA-2018-235 + + + + Warenempfänger +GLN 430417088093 +MUSTER-MARKT + +HAUPTSTRASSE 44 +31157 SARSTEDT + +Abteilung : 8211 + + + + + + + 1 + + + 4123456000014 + ZS997 + Zitronensäure 100ml + Verpackung: Flasche +VKE/Geb: 1 + + + + + 1.0000 + + + 1.0000 + + + + -5.0000 + + + + VAT + S + 19.00 + + + -5.00 + + + + + + 2 + + + 4123456000021 + GZ250 + Gelierzucker Extra 250g + Verpackung: Karton +VKE/Geb: 1 + + + + + + 1.5000 + + + false + + 0.05 + + + + 1.4500 + + + + -2.0000 + + + + VAT + S + 7.00 + + + -2.90 + + + + + + 549910 + 4333741000005 + MUSTERLIEFERANT GMBH + + 99199 + BAHNHOFSTRASSE 99 + MUSTERHAUSEN + DE + + + DE123456789 + + + + 009420 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + B123456789 + + + + + + 20180805 + + + + L87654321012345 + + + + EUR + + -0.92 + VAT + -4.85 + S + 19.00 + + + -0.20 + VAT + -2.82 + S + 7.00 + + + + false + + -0.10 + Rechnungsrabatt 1 -2,00% Basisbetrag: -5,00, MwSt. % 19,0 + + VAT + S + 19.00 + + + + + false + + -0.06 + Rechnungsrabatt 1 -2,00% Basisbetrag: -2,90, MwSt. % 7,0 + + VAT + S + 7.00 + + + + + false + + -0.05 + Rechnungsrabatt 2 Basisbetrag: -5,00, MwSt. % 19,0 + + VAT + S + 19.00 + + + + + false + + -0.02 + Rechnungsrabatt 2 Basisbetrag: -2,90, MwSt. % 7,0 + + VAT + S + 7.00 + + + + -7.90 + 0.00 + -0.23 + -7.67 + -1.12 + -8.79 + 0.00 + -8.79 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-2.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-2.xml new file mode 100644 index 00000000..156bdcb9 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-2.xml @@ -0,0 +1,222 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471113 + 380 + + 20180613 + + + +Rechnung gemäß Bestellung Nr. 2018-471331 vom 01.03.2018. + + + + + +Es bestehen Rabatt- und Bonusvereinbarungen. + + + AAK + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + + REG + + + + + + 1 + + Bestellt wurden 5 kg Schweinesteak. Mit dieser Rechnung werden die nachgelieferten 4 kg Steaks berechnet. + + + + 4000050986428 + SFK5 + + Schweinesteak + Schweinesteak aus Deutschland + + + + 5.5000 + + + 5.5000 + + + + 4.0000 + + + + VAT + S + 7.00 + + + 22.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + 2018-471331 + + + + + + 20180603 + + + + + EUR + + 1.54 + VAT + 22.00 + S + 7.00 + + + Zahlbar innerhalb 30 Tagen netto bis 04.07.2018, 3% Skonto innerhalb 10 Tagen bis 15.06.2018 + + + 22.00 + 22.00 + 1.54 + 23.54 + 23.54 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-20.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-20.xml new file mode 100644 index 00000000..34d25c8a --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-20.xml @@ -0,0 +1,322 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 280081 + 380 + + 20180713 + + + Listelotte Müllermann, Kumpelstr. 54, 12345 Berlin +Handelsregisternummer: H A 713 + + REG + + + Flug wurde vom Auftraggeber gebucht. + + AAI + + + Reise: Musterreisekostenabrechnung +Zweck: Workshop in Nürnberg +Land: Deutschland +Strecke: Berlin - Berlin + + AAI + + + + + + 1 + + + Übernachtung. 2 Nächte Hotel + + + + 158.88 + + + 158.88 + + + + 1 + + + + VAT + S + 7.00 + + + 158.88 + + + + + + 2 + + + Verpflegung Frühstück + + + + 14.00 + + + 11.76 + + + + 1 + + + + VAT + S + 19.00 + + + 11.76 + + + + + + 3 + + + Fahrtkosten, Taxi Berlin + + + + 25.00 + + + 23.36 + + + + 1 + + + + VAT + S + 7.00 + + + 23.36 + + + + + + 4 + + + Fahrtkosten, Taxi Nürnberg + + + + 21.50 + + + 20.09 + + + + 1 + + + + VAT + S + 7.00 + + + 20.09 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + 42389 + #ef=Hotelrechung-Immo.pdf + 916 + + + 42390 + #ef=Taxi-Nue-und-Berlin.pdf + 916 + + + + + Musterfirma Nürnberg + + 75319 + Am Bahnhof 42 + Nürnberg + DE + + + + + EUR + + 14.16 + VAT + 202.33 + S + 7.00 + + + 2.23 + VAT + 11.76 + S + 19.00 + + + 20180709 + 20180711 + + + Zahlbar innerhalb 30 Tagen netto bis 12.08.2018, 3% Skonto innerhalb 10 Tagen bis 15.03.2018 + + + 214.09 + 0.00 + 0.00 + 214.09 + 16.39 + 230.48 + 0.00 + 230.48 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-21.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-21.xml new file mode 100644 index 00000000..60d13c35 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-21.xml @@ -0,0 +1,257 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Bestellung Nr. 2018-471331 vom 01.03.2018. + + + Es bestehen Rabatt- und Bonusvereinbarungen. + AAK + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20180305 + + + + + DE98ZZZ09999999999 + EUR + + 59 + + DE21860000000086001055 + + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + Der Betrag in Höhe von EUR 529,87 wird am 20.03.2018 von Ihrem Konto per SEPA-Lastschrift eingezogen. + + REF A-123 + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 0.00 + 529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-22.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-22.xml new file mode 100644 index 00000000..f469e1bc --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-22.xml @@ -0,0 +1,224 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 00.123.456.7-2018-1 + 575 + + 20180418 + + + Sachversicherungsvertrag Nr: 00.123.456.7 +(Bei Schriftwechsel und Zahlung bitte angeben.) + + + + MVM Musterhafter +Versicherungsverein Musterstadt a.G. +Versicherungsbüro +Muster +Musterstr. 12 +12345 Musterstadt +Tel.: 0123/45678 +Fax.: 01231/99 45678 +Mo.-Fr. 08.30 - 12.30 Uhr +Mo.-Fr. 14.00 - 17.00 Uhr +Mo-Fr 8.00-20.00 Uhr, Sa 8.00-14.00 Uhr + + + REG + + + + + + 1 + + + Verbundene Wohngebäudeversicherung + - Feuerversicherung - Teil A § 2 62.000 MK1914 +- Leitungswasserversicherung - Teil A § 3 62.000 MK1914 +- Sturm- und Hagelversicherung - Teil A § 4 Ziff. 2 62.000 MK1914 +- WohngebäudePlus und zusätzliche Einschlüsse gemäß Antrag +- Weitere Elementargefahren - Teil A § 4 Ziff. 3 62.000 MK1914 + +Enthält 16,34 % Versicherungssteuer = 163,40 € + + + + + 1163.4000 + + + 1000.0000 + + + + 1.0000 + + + + VAT + E + 0.00 + + + 1163.40 + + + + + + 549910 + 1234567890128 + MVM Musterhafter +Versicherungsverein Musterstadt a.G. + + + 12345 + Musterstr. 12 + Musterstadt + DE + + + DE234567891 + + + Herrn +Max Mustermann + + + 12346 + Musterstr. 11 + Bad Musterhausen + DE + + + + + + + 20180521 + + + + + EUR + + 0 + VAT + Umsatzsteuerbefreit nach §4 Nr. 10a UStG + 1163.40 + E + 0.00 + + + Einen zu zahlenden Beitrag überweisen Sie bitte auf folgende Bankverbindung: IBAN DE75123456780000001234, BIC WELADED1MST, Sparkasse Musterstadt Ost. +Einfacher für Sie ist es, wenn Sie uns ein SEPA-Lastschriftmandat erteilen. Wir würden dann zu der Fälligkeit 21.05.2018 den Beitrag von dem uns bekannten Konto abbuchen. In diesem Fall würden Sie, sofern sich keine Beitragsänderung ergibt, zukünftig keine Zwischenrechnung erhalten. +Beitragsgutschriften aus Ihrem Vertrag erstatten wir per Scheck. + + + + + 1163.40 + 0.00 + 0.00 + 1163.40 + 0.00 + 1163.40 + 0.00 + 1163.40 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-3.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-3.xml new file mode 100644 index 00000000..8148a27c --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-3.xml @@ -0,0 +1,254 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Bestellung vom 01.03.2018. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20180305 + + + + + EUR + + 4711 + Factoring GmbH + + + 58 + + DE12123456781234567890 + + + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + Zahlbar innerhalb 30 Tagen netto bis 04.04.2018, 3% Skonto innerhalb 10 Tagen bis 15.03.2018 + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 0.00 + 529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-4.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-4.xml new file mode 100644 index 00000000..51e4f8fc --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-4.xml @@ -0,0 +1,219 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Betriebskostenrechnung vom 21.11.2011. + + + Grundbesitz GmbH & Co. + Musterstraße 42 + 75645 Frankfurt + Deutschland + Geschäftsführer: Hans Muster + Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + Abrechnungskreis 1 + + + + 15387.08 + + + + 1.0000 + + + + VAT + S + 19 + + + 15387.08 + + + + + + Grundbesitz GmbH & Co. + + 75645 + Musterstraße 42 + Frankfurt + DE + + + 201/113/40209 + + + DE136695976 + + + + Beispielmieter GmbH + + 12345 + Verwaltung Straße 40 + Musterstadt + DE + + + + Abrechnung 2010 + 916 + Betriebskostenabrechnung + + + + + + + 12345 + Verwaltung Straße 40 + Einheit: 5.OG rechts + Musterstadt + DE + + + + + EUR + + 2923.55 + VAT + 15387.08 + S + 19.00 + + + + 20100101 + + + 20101231 + + + + + 20180404 + + + + 15387.08 + 0.00 + 0.00 + 15387.08 + 2923.55 + 18310.63 + 17808.00 + 502.63 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-5.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-5.xml new file mode 100644 index 00000000..8c2b8079 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-5.xml @@ -0,0 +1,244 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Bestellung vom 01.03.2018. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20180305 + + + + + EUR + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + Zahlbar innerhalb 30 Tagen netto bis 04.04.2018, 3% Skonto innerhalb 10 Tagen bis 15.03.2018 + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 0.00 + 529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-6.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-6.xml new file mode 100644 index 00000000..9e4f3415 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-6.xml @@ -0,0 +1,246 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Bestellung vom 01.03.2018. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20180305 + + + + + EUR + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + + 20190305 + + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 0.00 + 529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-7.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-7.xml new file mode 100644 index 00000000..a2d99b4e --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-7.xml @@ -0,0 +1,241 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 471102 + 380 + + 20180305 + + + Rechnung gemäß Bestellung vom 01.03.2018. + + + Lieferant GmbH +Lieferantenstraße 20 +80333 München +Deutschland +Geschäftsführer: Hans Muster +Handelsregisternummer: H A 123 + + REG + + + + + + 1 + + + 4012345001235 + TB100A4 + Trennblätter A4 + + + + 9.9000 + + + 9.9000 + + + + 20.0000 + + + + VAT + S + 19.00 + + + 198.00 + + + + + + 2 + + + 4000050986428 + ARNR2 + Joghurt Banane + + + + 5.5000 + + + 5.5000 + + + + 50.0000 + + + + VAT + S + 7.00 + + + 275.00 + + + + + + 549910 + 4000001123452 + Lieferant GmbH + + 80333 + Lieferantenstraße 20 + München + DE + + + 201/113/40209 + + + DE123456789 + + + + GE2020211 + Kunden AG Mitte + + 69876 + Kundenstraße 15 + Frankfurt + DE + + + + + + + 20180305 + + + + + EUR + + 19.25 + VAT + 275.00 + S + 7.00 + + + 37.62 + VAT + 198.00 + S + 19.00 + + + 473.00 + 0.00 + 0.00 + 473.00 + 56.87 + 529.87 + 1059.74 + -529.87 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-8.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-8.xml new file mode 100644 index 00000000..7ffd4fb7 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-8.xml @@ -0,0 +1,262 @@ + + + + + + + + + + Baurechnung + + + urn:cen.eu:en16931:2017 + + + + 181301674 + 204 + + 20180425 + + + Rapport-Nr.: 42389 vom 08.03.2018 + +Im 2. OG BT1 Besprechungsraum eine Beamerhalterung an die Decke montiert. Dafür eine Deckenplatte ausgesägt. Beamerhalterung zur Montage auseinander gebaut. Ein Stromkabel für den Beamer, ein HDMI Kabel und ein VGA Kabel durch die Halterung gezogen. Beamerhalterung wieder zusammengebaut und Beamer montiert. Beamer verkabelt und ausgerichtet. Decke geschlossen. + + + + + + 01 + + 01 Beamermontage +Für die doppelte Verlegung, falls erforderlich. + + + + TGA Obermonteur/Monteur + + + + 43.2 + + + 43.2 + + + + 3 + + + + VAT + S + 19 + + + 129.6 + + + + + + 02 + + 02 Außerhalb Angebot + + + + Beamer-Deckenhalterung + + + + 122.5 + + + 122.5 + + + + 1 + + + + VAT + S + 19 + + + 122.5 + + + + + Liselotte Müller-Lüdenscheidt + + 549910 + ELEKTRON Industrieservice GmbH + Geschäftsführer Egon Schrempp +Amtsgericht Stuttgart HRB 1234 + + 74465 + Erfurter Strasse 13 + Demoort + DE + + + DE136695976 + + + + + 16259 + ConsultingService GmbH + + 76138 + Musterstr. 18 + Karlsruhe + DE + + + + per Mail vom 19.02.2018 + + + 13130162 + #ef=Aufmass.png + 916 + + + 42389 + #ef=ElektronRapport_neu-red.pdf + 916 + + + 13130162 + Projekt + + + + + + 20180306 + + + + + Rechnung 181301674 + EUR + + 58 + + DE91100000000123456789 + + + + 47.9 + VAT + 252.1 + S + 19 + + + Zahlbar sofort rein netto + + + 252.1 + 0 + 0 + 252.1 + 47.9 + 300 + 0 + 300 + + + 420 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-9.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-9.xml new file mode 100644 index 00000000..67c63349 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/en16931/factur-x-9.xml @@ -0,0 +1,381 @@ + + + + + + + + + + urn:cen.eu:en16931:2017 + + + + 9314110911/00/M/00/N + 387 + + 20181001 + + + MUSTER-Autovermietung GMBH +Musterstr. 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Maxima Musterfrau +USt-IdNr: DE136695976 +Telefon: +49 711-50885524 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + Bei Rückfragen: +Telefon: +49 711-50885524 +E-Mail : info@muster-autovermietung.de + + + + Übergabe am 29.09.2018/ 10:35 + Ort: Frankfurt a. M. + km: 17791 + + + + Rückgabe am 01.10.2018/ 10:19 + Ort: Frankfurt a. M. + km: 18664 + + + + Übernahme: Frankfurt + Datum: 01.10.2018 + Zeit: 10:19 + km/out: 177791 + km/in: 18664 + km gefahren: 873 + Kennzeichen: M-MM 0000 + CO2: 150 + Bruttolistenpreis: 68300 + + + + + + + 1 + + + Miettage + + Fahrzeug-Kennzeichen + M-MM 0000 + + + + + 86.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 173.10 + + + + + + 2 + + Inklusiv-Kilometer waren: 873 + + + + Navigationssystem - Garantie + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 3 + + + Vollkasko + + + + 23.1000 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 46.20 + + + + + + 4 + + + minimale Selbstbeteiligung + + + + 15.5500 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 31.10 + + + + + + 5 + + + Personen-Unfallversicherung + + + + 7.9800 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 15.96 + + + + + + 6 + + + Choice Upgrade + + + + 5.0400 + + + + 2.0000 + + + + VAT + S + 19.00 + + + 10.08 + + + + + + 549910 + 4333741000005 + MUSTER-Autovermietung + + 99199 + Musterstr. 99 + MUSTERHAUSEN + DE + + + 1234567890128 + + + DE136695976 + + + + 9314110911 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + 04 0 11 000 - 12345 12345 - 35 + + + + B123456789 + + + + + + 20180929 + + + + L87654321012345 + + + + EUR + + 54.44 + VAT + 286.52 + S + 19.00 + + + + Die Leistung wurde erbracht im Zeitraum zwischen Übergabe und Rückgabe. Der Rechnungsbetrag wird über Ihre MasterCard-Kreditkarte abgebucht. Dies ist keine Aufforderung zur Zahlung. Rechnung für Ihre Unterlagen. + + + + 286.52 + 0.00 + 0.00 + 286.52 + 54.44 + 340.96 + 0.00 + 340.96 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-1.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-1.xml new file mode 100644 index 00000000..8d699525 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-1.xml @@ -0,0 +1,340 @@ + + + + + + + + + + Beispielgeschäftsprozess + + + urn:cen.eu:en16931:2017#conformant#urn:factur-x.eu:1p0:extended + + + + 47110815 + RECHNUNG + 380 + + 20181031 + + + Mitglieder der Geschäftsleitung +H. Meier Geschäftsführer +T. Müller Prokurist +HRB Braunschweig 12345 + REG + + + Vom 17. Dezember 2018 bis 6. Januar 2019 haben wir Betriebsferien. + AAI + + + Aus konzern-internen Gründen wird der Steuerbetrag sowohl in der Rechungswährung (EUR) als auch in der Buchwährung (GBP) ausgegeben. + TXD + + + + + + 1 + + Materialzertifikat X-234 gem ISO XYZ. +Ware bleibt bis zur vollständigen Bezahlung unser Eigentum. + + + + + CO-123/V2A + Toolbox 0815 + Stahlcoil + + DE + + + + + ORDER84359 + 1 + + + 100.00 + 1 + + + 100 + 1 + + + + 10 + + + + VAT + S + 19 + + + + false + + 10 + 1000 + 100 + CAO + Lagerware + + + + false + + 1000 + 50 + ADZ + Direktbelieferung + + + 850 + + + + + + 12345676 + Rohstoff AG Salzgitter + + 38226 + Marktstr. 153 + Salzgitter + DE + + + DE123456789 + + + + 75969813 + Metallbau Leipzig GmbH & Co. KG + + 12345 + Pappelallee 15 + Hof 3 + Leipzig + DE + + + 04 0 11 000 - 12345 12345 - 35 + + + + Global Supplies Financial Services + + 12345 + Friedrichstraße 165 + Berlin + DE + + + DE1334567 + + + + + + 75969815 + Metallbau Leipzig GmbH & Co. KG + + 12347 + Eichenpromenade 37 + Tor 1 + Metallstadt + DE + + + 999999999 + + + + + EUR + GBP + + 432156789 + Global Supplies Financial Services + + 12345 + Friedrichstraße 165 + Berlin + DE + + + + GBP + EUR + 1.12244 + + 20181031 + + + + 58 + + DE12 1234 4321 9876 00 + Global Supplies Financial Services + + + + 163.16 + VAT + 858.75 + 850 + 8.75 + S + 19 + + + + 20181001 + + + 20181031 + + + + + true + + 30 + ABK + Einwegverpackung + + VAT + S + 19 + + + + + false + + 2.5 + 850 + 21.25 + ABK + Stammkundenrabatt + + VAT + S + 19 + + + + Zahlbar ohne Abschlag bis + + 20181120 + + + + Zahlbar mit 2% Skonto bis + + 20181114 + + + + 850 + 30 + 21.25 + 858.75 + 163.16 + 183.14 + 1021.91 + 500 + 521.91 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-2.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-2.xml new file mode 100644 index 00000000..5d33432c --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-2.xml @@ -0,0 +1,319 @@ + + + + + + + + + + Beispielgeschäftsprozess + + + urn:cen.eu:en16931:2017#conformant#urn:factur-x.eu:1p0:extended + + + + 47110818 + 380 + + 20181031 + + + Mitglieder der Geschäftsleitung: +Geschäftsführerin: Johanna Musterfrau +Prokuristin: Isabell Herrlich +HRB Berlin 13086 + REG + + + + + + 1 + + + CO-123/V2A + Toolbox 0815 + Windschutzscheibe + + DE + + + + + ORDER84359 + 1 + + + 100 + 1 + + + 100 + 1 + + + + 10 + + + + VAT + Kein Ausweis der Umsatzsteuer bei innergemeinschaftlichen Lieferungen + K + 0 + + + + 20181001 + + + 20181031 + + + + 1000 + + + + + + 2 + + + IM-712/A2A + BR-4529-ZF + Stoßfänger + + DE + + + + + ORDER84753 + 7 + + + 100 + 1 + + + 100 + 1 + + + + 10 + + + + VAT + Kein Ausweis der Umsatzsteuer bei innergemeinschaftlichen Lieferungen + K + 0 + + + + 20181001 + + + 20181031 + + + + 1000 + + + + + + 12345676 + Global Supplies Ltd. + + SW1B 3BN + 153 Victoria Street + London + GB + + + GB999999999 + + + + 75969813 + Metallbau Leipzig GmbH & Co. KG + + 12345 + Pappelallee 15 + Hof 3 + Leipzig + DE + + + 04 0 11 000 - 12345 12345 - 35 + + + DE123456789 + + + + Global Supplies Financial Services + + 12345 + Friedrichstraße 165 + Berlin + DE + + + DE987654321 + + + + + + 75969815 + Metallbau Leipzig GmbH & Co. KG + + 12347 + Eichenpromenade 37 + Tor 1 + Metallstadt + DE + + + 999999999 + + + + + EUR + + 432156789 + Global Supplies Financial Services + + 12345 + Friedrichstraße 165 + Berlin + DE + + + + 58 + + DE12 1234 4321 9876 00 + Global Supplies Financial Services + + + + 0 + VAT + Kein Ausweis der Umsatzsteuer bei innergemeinschaftlichen Lieferungen + 2000 + K + 0 + + + + 20181001 + + + 20181031 + + + + + 20181130 + + + + 2000.00 + 2000.00 + 0.00 + 2000.00 + 2000.00 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-3.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-3.xml new file mode 100644 index 00000000..d6413973 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-3.xml @@ -0,0 +1,430 @@ + + + + + + + + + + true + + + urn:cen.eu:en16931:2017#conformant#urn:factur-x.eu:1p0:extended + + + + KR87654321012 + KOSTENRECHNUNG + 380 + + 20181006 + + + ST3 + Es bestehen Rabatt- oder Bonusvereinbarungen. + AAK + + + EEV + Der Verkäufer bleibt Eigentümer der Waren bis zur vollständigen Erfüllung der Kaufpreisforderung. + AAJ + + + MUSTERLIEFERANT GMBH +BAHNHOFSTRASSE 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Max Mustermann +USt-IdNr: DE123456789 +Telefon: +49 932 431 0 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + + + + 1 + + + 4123456000014 + WA997 + Wirkarbeit HT + + Zählpunkt + DE0001346484600000000000000100038 + + + + + 0.0520 + + + 0.0520 + + + + 10000.0000 + + + + VAT + S + 19.00 + + + 52.00 + + + + + + 2 + + + 4123456000021 + ÖST250 + Ökosteuer Lieferant + + + + 0.0205 + + + 0.0205 + + + + 10000.0000 + + + + VAT + S + 19.00 + + + 20.50 + + + + + + 3 + + + 4260331811362 + + Kommissionierer 1250032 D. Muster + Besteller: Hr. Mayer, Personalnr. 4488 + + + + 15.0000 + + + false + + 4.5000 + Artikelrabatt 1 + + + + 10.5000 + + + + 27.5000 + + + + VAT + S + 19.00 + + + 288.75 + + + + + + 4 + + + 2001015001325 + FB05 + + FALTENBEUTEL 16x6x28 CM + + + + 0.0105 + + + 0.0105 + + + + 3500.0000 + + + + VAT + S + 19.00 + + + 36.75 + + + + + + 5 + + + 4123456000038 + KOP05 + + Kopierpapier A4 + Zählerstand von-bis: 543210 - 544420 + + Zähler-Nr. + MG-X79318 + + + + + 0.0100 + + + 0.0100 + + + + 1210.0000 + + + + VAT + S + 19.00 + + + 12.10 + + + + + + 549910 + 4333741000005 + MUSTERLIEFERANT GMBH + + + +49 932 431 500 + + + max.mustermann@musterlieferant.de + + + + 99199 + BAHNHOFSTRASSE 99 + MUSTERHAUSEN + DE + + + 201/113/40209 + + + + 339420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + A777123 + 130 + + + + + 4304171088093 + MUSTER-MARKT + + 7322 + + + 31157 + HAUPTSTRASSE 44 + SARSTEDT + DE + + + + + 20180930 + + + + L87654321012 + + + + EUR + + 339420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + 76.67 + VAT + 403.55 + 410.10 + -6.55 + S + 19.00 + + + + false + + 410.10 + 21.55 + Sonderrabatt + + VAT + S + 19.00 + + + + Transportkosten: Frachbetrag + 15.00 + + VAT + S + 19.00 + + + + Skontovereinbarung: 2% bei Zahlung innerhalb 10 Tagen nach Rechnungsdatum + + 10 + 2.00 + + + + 410.10 + 15.00 + 21.55 + 403.55 + 76.67 + 480.22 + 0.00 + 480.22 + + + + diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-4.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-4.xml new file mode 100644 index 00000000..8e90df75 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-4.xml @@ -0,0 +1,373 @@ + + + + + + + + + + true + + + Beispielgeschäftsprozess + + + urn:cen.eu:en16931:2017#conformant#urn:factur-x.eu:1p0:extended + + + + RK21012345 + RECHNUNGS-KORREKTUR + 384 + + 20180916 + + + ST3 + Es bestehen Rabatt- oder Bonusvereinbarungen. + AAK + + + MUSTERLIEFERANT GMBH +BAHNHOFSTRASSE 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Max Mustermann +USt-IdNr: DE123456789 +Telefon: +49 932 431 0 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 + + REG + + + + + + 1 + + + 4123456000014 + ZS997 + Zitronensäure 100ml + + + + 1.0000 + + + 1.0000 + + + + -5.0000 + 1.0000 + + + + VAT + S + 19.00 + + + -5.00 + + + + + + 2 + + + 4123456000021 + GZ250 + Gelierzucker Extra 250g + + + + 1.5000 + + + false + + 0.0300 + Artikelrabatt 1 + + + + false + + 0.0200 + Artikelrabatt 2 + + + + 1.4500 + + + + -2.0000 + 1.0000 + + + + VAT + S + 7.00 + + + -2.90 + + + + + + 549910 + 4333741000005 + MUSTERLIEFERANT GMBH + + + +49 932 431 500 + + + max.mustermann@musterlieferant.de + + + + 99199 + BAHNHOFSTRASSE 99 + MUSTERHAUSEN + DE + + + DE123456789 + + + + 009420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + B123456789 + + + REKLA-2018-235 + 130 + + + R87654321012345 + 130 + + + + + 4304171088093 + MUSTER-MARKT + + 8211 + + + 31157 + HAUPTSTRASSE 44 + SARSTEDT + DE + + + + + 20180805 + + + + L87654321012345 + + + + EUR + + 009420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + -0.92 + VAT + -4.85 + -5.00 + 0.15 + S + 19.00 + + + -0.20 + VAT + -2.82 + -2.90 + 0.08 + S + 7.00 + + + + false + + -2.00 + -5.00 + -0.10 + Rechnungsrabatt 1 + + VAT + S + 19.00 + + + + + false + + -2.00 + -2.90 + -0.06 + Rechnungsrabatt 1 + + VAT + S + 7.00 + + + + + false + + -5.00 + -0.05 + Rechnungsrabatt 2 + + VAT + S + 19.00 + + + + + false + + -2.90 + -0.02 + Rechnungsrabatt 2 + + VAT + S + 7.00 + + + + -7.90 + 0.00 + -0.23 + -7.67 + -1.12 + -8.79 + 0.00 + -8.79 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-5.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-5.xml new file mode 100644 index 00000000..46665e1a --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/extended/factur-x-5.xml @@ -0,0 +1,567 @@ + + + + + + + + + + true + + + urn:cen.eu:en16931:2017#conformant#urn:factur-x.eu:1p0:extended + + + + R87654321012345 + WARENRECHNUNG + 380 + + 20180806 + + + ST3 + Es bestehen Rabatt- oder Bonusvereinbarungen. + AAK + + + EEV + Der Verkäufer bleibt Eigentümer der Waren bis zu vollständigen Erfüllung der Kaufpreisforderung. + AAJ + + + MUSTERLIEFERANT GMBH +BAHNHOFSTRASSE 99 +99199 MUSTERHAUSEN +Geschäftsführung: +Max Mustermann +USt-IdNr: DE123456789 +Telefon: +49 932 431 0 +www.musterlieferant.de +HRB Nr. 372876 +Amtsgericht Musterstadt +GLN 4304171000002 +WEEE-Reg-Nr.: DE87654321 + + REG + + + Leergutwert: 46,50 + + + Wichtige Information: Bei Bestellungen bis zum 19.12. ist die Auslieferung bis spätestens 23.12. garantiert. + + + + + + 1 + + + 4123456000014 + ZS997 + Zitronensäure 100ml + + Verpackungsart + BO + + + + + 1.0000 + + + 1.0000 + + + + 100.0000 + 4.0000 + + + + VAT + S + 19.00 + + + 100.00 + + + + + + 2 + + + 4123456000021 + GZ250 + Gelierzucker Extra 250g + + + + 1.5000 + + + false + + 0.0300 + Artikelrabatt 1 + + + + false + + 0.0200 + Artikelrabatt 2 + + + + 1.4500 + + + + 50.0000 + 1.0000 + + + + VAT + S + 7.00 + + + 72.50 + + + + + + 3 + + + 4123456000021 + GZ250 + Gelierzucker Extra 250g + Artikel wie vereinbart ohne Berechnung + + + + 0.0000 + + + 0.0000 + + + + 10.0000 + 1.0000 + + + + VAT + S + 7.00 + + + 0.00 + + + + + + 4 + + + 4100130013294 + 2031 + + Bierbrau Pils 20/0500 + EAN-VKE: 4100130913297 + + Verpackung + Kiste + + + + + 12.0000 + + + 12.0000 + + + + 15.0000 + 20.0000 + + + + VAT + S + 19.00 + + + 180.00 + + + + + + 5 + + + 2001015001325 + 1805 + + Leergutpfand 20 x 0,5l + + Verpackung + unverpackt + + + + + 3.1000 + + + 3.1000 + + + + 15.0000 + 1.0000 + + + + VAT + S + 19.00 + + + 46.50 + + + + + + 6 + + + 4123456000038 + MP107 + Mischpalette Joghurt Karton 3 x 20 + + Verpackung + Karton + + + 4123456001035 + JOG103 + Erdbeer 20 x 150g Becher + 20.0000 + + + 4123456002032 + JOG203 + Banane 20 x 150g Becher + 20.0000 + + + 4123456003039 + JOG303 + Schoko 20 x 150g Becher + 20.0000 + + + + + 30.0000 + + + false + + 0.9000 + Artikelrabatt 1 + + + + 29.1000 + + + + 2.0000 + 1.0000 + + + + VAT + S + 7.00 + + + 58.20 + + + + + + 549910 + 4333741000005 + MUSTERLIEFERANT GMBH + + + +49 932 431 500 + + + max.mustermann@musterlieferant.de + + + + 99199 + BAHNHOFSTRASSE 99 + MUSTERHAUSEN + DE + + + DE123456789 + + + + 009420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + B123456789 + + + A456123 + 130 + + + + + 4304171088093 + MUSTER-MARKT + + 8211 + + + 31157 + HAUPTSTRASSE 44 + SARSTEDT + DE + + + + + 20180805 + + + + L87654321012345 + + + + EUR + + 009420 + 4304171000002 + MUSTER-KUNDE GMBH + + 40235 + KUNDENWEG 88 + DUESSELDORF + DE + + + + 61.07 + VAT + 321.40 + 326.50 + -5.10 + S + 19.00 + + + 8.93 + VAT + 127.59 + 130.70 + -3.11 + S + 7.00 + + + + false + + 2.00 + 280.00 + 5.60 + Rechnungsrabatt 1 + + VAT + S + 19.00 + + + + + false + + 2.00 + 130.70 + 2.61 + Rechnungsrabatt 1 + + VAT + S + 7.00 + + + + + false + + 280.00 + 2.50 + Rechnungsrabatt 2 + + VAT + S + 19.00 + + + + + false + + 130.70 + 0.50 + Rechnungsrabatt 2 + + VAT + S + 7.00 + + + + Transportkosten + 3.00 + + VAT + S + 19.00 + + + + Bei Zahlung innerhalb 14 Tagen gewähren wir 2,0% Skonto. + + 14 + 2.00 + + + + 457.20 + 3.00 + 11.21 + 448.99 + 70.00 + 518.99 + 0.00 + 518.99 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-1.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-1.xml new file mode 100644 index 00000000..83c22506 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-1.xml @@ -0,0 +1,130 @@ + + + + + + + + + + urn:factur-x.eu:1p0:minimum + + + + 471102 + 751 + + 20200305 + + + + + + Lieferant GmbH + + DE + + + 201/113/40209 + + + DE123456789 + + + + Kunden AG Mitte + + + + + EUR + + 198.00 + 37.62 + 235.62 + 235.62 + + + + \ No newline at end of file diff --git a/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-2.xml b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-2.xml new file mode 100644 index 00000000..95211426 --- /dev/null +++ b/phive-rules-zugferd/src/test/resources/external/test-files/2.2/minimum/factur-x-2.xml @@ -0,0 +1,130 @@ + + + + + + + + + + urn:factur-x.eu:1p0:minimum + + + + 471102 + 380 + + 20200305 + + + + + + Lieferant GmbH + + DE + + + 201/113/40209 + + + DE123456789 + + + + Kunden AG Frankreich + + + + + EUR + + 198.00 + 37.62 + 235.62 + 235.62 + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2d810193..968e7be7 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ com.helger.phive phive-parent-pom - 10.1.0-SNAPSHOT + 10.1.0 pom import