default to ZUGFeRD extended profile

This commit is contained in:
Jochen Staerk
2016-12-26 10:03:23 +01:00
parent 8645bebd36
commit 9d2e4f205b
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import org.w3c.dom.Element;
public class XMPSchemaZugferd extends XMPSchemaBasic public class XMPSchemaZugferd extends XMPSchemaBasic
{ {
private String conformanceLevel = "COMFORT"; private String conformanceLevel = "EXTENDED";
/** /**
* This is what needs to be added to the RDF metadata - basically the name of the embedded * This is what needs to be added to the RDF metadata - basically the name of the embedded

View File

@@ -568,7 +568,7 @@ public class ZUGFeRDExporter {
DocumentContextParameterType contextParameter = xmlFactory DocumentContextParameterType contextParameter = xmlFactory
.createDocumentContextParameterType(); .createDocumentContextParameterType();
IDType idType = xmlFactory.createIDType(); IDType idType = xmlFactory.createIDType();
idType.setValue(DocumentContextParameterType.COMFORT); idType.setValue(DocumentContextParameterType.EXTENDED);
contextParameter.setID(idType); contextParameter.setID(idType);
context.getGuidelineSpecifiedDocumentContextParameter().add( context.getGuidelineSpecifiedDocumentContextParameter().add(
contextParameter); contextParameter);

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.github.rayman2200</groupId> <groupId>com.github.rayman2200</groupId>
<artifactId>mustang-sample-project</artifactId> <artifactId>mustang-sample-project</artifactId>
<version>1.3.0.1-SNAPSHOT</version> <version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>