default to ZUGFeRD extended profile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user