default to ZUGFeRD extended profile
This commit is contained in:
@@ -15,7 +15,7 @@ import org.w3c.dom.Element;
|
||||
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
|
||||
|
||||
@@ -568,7 +568,7 @@ public class ZUGFeRDExporter {
|
||||
DocumentContextParameterType contextParameter = xmlFactory
|
||||
.createDocumentContextParameterType();
|
||||
IDType idType = xmlFactory.createIDType();
|
||||
idType.setValue(DocumentContextParameterType.COMFORT);
|
||||
idType.setValue(DocumentContextParameterType.EXTENDED);
|
||||
contextParameter.setID(idType);
|
||||
context.getGuidelineSpecifiedDocumentContextParameter().add(
|
||||
contextParameter);
|
||||
|
||||
Reference in New Issue
Block a user