You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2019/05/28 15:42:15 UTC

[incubator-daffodil] branch master updated: Missed one name change: warnID incorrect in dafext.xsd.

This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ac13f4  Missed one name change: warnID incorrect in dafext.xsd.
6ac13f4 is described below

commit 6ac13f438f5b343f044b5216cfea4cb64e92fa86
Author: Michael Beckerle <mb...@tresys.com>
AuthorDate: Thu May 23 12:58:46 2019 -0400

    Missed one name change: warnID incorrect in dafext.xsd.
    
    Produces validation errors in TDML runner
    
    DAFFODIL-2134
---
 daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd b/daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd
index bb9827d..1db4e4f 100644
--- a/daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd
+++ b/daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd
@@ -138,7 +138,7 @@
                  <xsd:enumeration value="deprecatedFunctionDAFError"/>
                  <xsd:enumeration value="deprecatedPropertySeparatorPolicy" />
                  <xsd:enumeration value="deprecatedExpressionResultCoercion" />
-                 <xsd:enumeration value="emptyElementPolicyError" />
+                 <xsd:enumeration value="emptyElementParsePolicyError" />
                  <xsd:enumeration value="encodingErrorPolicyError"/>
                  <xsd:enumeration value="escapeSchemeRefUndefined"/>
                  <xsd:enumeration value="facetExplicitLengthOutOfRange"/>