This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
from af1a1963e Fix DPath conversion from double to unsigned long
new 41cab1aa3 Make include/import logic more precise and consistent
new 531e9a616 Update schemaLocations to be absolute where needed
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/scala/org/apache/daffodil/cli/Main.scala | 53 +++++++--
.../apache/daffodil/cli/ABC_IBM_invalid.dfdl.xsd | 2 +-
.../apache/daffodil/cli/blob_backtracking.dfdl.xsd | 2 +-
.../apache/daffodil/cli/charClassEntities.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/cli_schema.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/cli_schema_02.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/cli_schema_03.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/complex_types.dfdl.xsd | 2 +-
.../apache/daffodil/cli/global_element.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/large_blob.dfdl.xsd | 2 +-
.../apache/daffodil/cli/prefixed_length.dfdl.xsd | 2 +-
.../org/apache/daffodil/cli/single.dfdl.xsd | 2 +-
.../apache/daffodil/cli/suppressWarnTest.dfdl.xsd | 4 +-
.../cli/testNonCompatibleImplementation.tdml | 2 +-
.../org/apache/daffodil/cli/trace_input.dfdl.xsd | 2 +-
.../daffodil/cli/unqualified_path_step.dfdl.xsd | 2 +-
.../org/apache/daffodil/layers/buggy.dfdl.xsd | 4 +-
.../apache/daffodil/layers/xsd/buggyLayer.dfdl.xsd | 2 +-
.../test/resources/test/cli/fixedLength.dfdl.xsd | 2 +-
.../daffodil/cli/cliTest/TestCLIParsing.scala | 51 ++++++++-
.../org/apache/daffodil/codegen/c/ex_nums.dfdl.xsd | 2 +-
.../org/apache/daffodil/codegen/c/ex_nums.tdml | 2 +-
.../org/apache/daffodil/codegen/c/nested.dfdl.xsd | 2 +-
.../org/apache/daffodil/codegen/c/padtest.dfdl.xsd | 2 +-
.../org/apache/daffodil/codegen/c/simple.dfdl.xsd | 2 +-
.../apache/daffodil/codegen/c/variablelen.dfdl.xsd | 2 +-
.../org/apache/daffodil/core/dsom/IIBase.scala | 61 ++--------
.../test/example-of-most-dfdl-constructs.dfdl.xml | 2 +-
...xample_a02_targetnamespace_unqualified.dfdl.xsd | 2 +-
.../example_c02_targetnamespace_qualified.dfdl.xsd | 2 +-
.../example_nested_namespaces_qualified.dfdl.xsd | 2 +-
...sted_namespaces_qualified_with_default.dfdl.xsd | 2 +-
.../example_nested_namespaces_unqualified.dfdl.xsd | 2 +-
.../test/example_no_targetnamespace.dfdl.xsd | 2 +-
.../org/apache/daffodil/core/api/TestAPI.scala | 4 +-
.../org/apache/daffodil/core/api/TestAPI1.scala | 72 ++++++------
.../daffodil/core/api/TestDsomCompiler3.scala | 2 +-
.../apache/daffodil/core/api/TestForHeapDump.scala | 2 +-
.../core/api/TestParseIndividualMessages.scala | 4 +-
.../core/dpath/TestDFDLExpressionEvaluation.scala | 12 +-
.../core/dpath/TestDFDLExpressionTree.scala | 8 +-
.../org/apache/daffodil/core/dpath/TestDPath.scala | 6 +-
.../daffodil/core/dsom/TestAppinfoSyntax.scala | 10 +-
.../daffodil/core/dsom/TestDsomCompiler.scala | 52 ++++-----
.../core/dsom/TestDsomCompilerUnparse1.scala | 10 +-
.../daffodil/core/dsom/TestExternalVariables.scala | 10 +-
.../daffodil/core/dsom/TestInputValueCalc.scala | 6 +-
.../dsom/TestInteriorAlignmentElimination.scala | 2 +-
.../daffodil/core/dsom/TestIsScannable.scala | 6 +-
.../core/dsom/TestMiddleEndAttributes.scala | 12 +-
.../core/dsom/TestMiddleEndAttributes2.scala | 2 +-
.../core/dsom/TestMiddleEndAttributes3.scala | 4 +-
.../TestPolymorphicUpwardRelativeExpressions.scala | 4 +-
.../org/apache/daffodil/core/dsom/TestRefMap.scala | 32 +++---
.../daffodil/core/dsom/TestSimpleTypeUnions.scala | 6 +-
.../daffodil/core/dsom/walker/TestDSOMWalker.scala | 6 +-
.../daffodil/core/general/TestPrimitives.scala | 20 ++--
.../daffodil/core/general/TestPrimitives2.scala | 4 +-
.../core/general/TestRuntimeProperties.scala | 8 +-
.../daffodil/core/general/TestTunables.scala | 2 +-
.../apache/daffodil/core/infoset/TestInfoset.scala | 18 +--
.../daffodil/core/infoset/TestInfoset2.scala | 2 +-
.../daffodil/core/infoset/TestInfosetCursor.scala | 22 ++--
.../daffodil/core/infoset/TestInfosetCursor1.scala | 8 +-
.../core/infoset/TestInfosetCursorFromReader.scala | 24 ++--
.../infoset/TestInfosetCursorFromReader2.scala | 2 +-
.../daffodil/core/infoset/TestInfosetFree.scala | 10 +-
.../apache/daffodil/core/layers/TestLayers.scala | 18 +--
.../TestOutputValueCalcAndAlignment.scala | 6 +-
.../TestOutputValueCalcForwardReference.scala | 14 +--
.../daffodil/core/processor/TestSAXUtils.scala | 2 +-
.../core/processor/TestSerialization.scala | 2 +-
.../runtime1/TestDelimiterFinalBacktracking.scala | 2 +-
.../daffodil/core/runtime1/TestUnparseHidden.scala | 14 +--
.../org/apache/daffodil/core/util/TestUtils.scala | 4 +-
.../src/test/resources/test/japi/TopLevel.dfdl.xsd | 2 +-
.../resources/test/japi/alwaysInvalid.dfdl.xsd | 2 +-
.../test/resources/test/japi/ambig_elt.dfdl.xsd | 2 +-
.../src/test/resources/test/japi/blob.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema1.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema2.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema3.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema4.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema5.dfdl.xsd | 2 +-
.../test/resources/test/japi/mySchema6.dfdl.xsd | 2 +-
.../resources/test/japi/mySchemaCDATA.dfdl.xsd | 2 +-
.../test/japi/mySchemaWithComplexVars1.dfdl.xsd | 2 +-
.../resources/test/japi/mySchemaWithVars.dfdl.xsd | 2 +-
.../ncsa/daffodil/xsd/built-in-formats.xsd | 85 --------------
.../daffodil/lib/xml/DaffodilXMLLoader.scala | 54 ++++-----
.../org/apache/daffodil/lib/xml/XMLUtils.scala | 125 +++++++++++++++++++++
.../resources/test/validation/testSchema1.dfdl.xsd | 2 +-
.../apache/daffodil/lib/util/TestSchemaUtils.scala | 2 +-
.../daffodil/lib/xml/test/unit/TestXMLLoader.scala | 4 +-
.../resources/org/apache/daffodil/xsd/dafext.xsd | 1 +
.../src/test/resources/test/sapi/TopLevel.dfdl.xsd | 2 +-
.../test/resources/test/sapi/ambig_elt.dfdl.xsd | 2 +-
.../src/test/resources/test/sapi/blob.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema1.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema2.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema3.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema4.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema5.dfdl.xsd | 2 +-
.../test/resources/test/sapi/mySchema6.dfdl.xsd | 2 +-
.../resources/test/sapi/mySchemaCDATA.dfdl.xsd | 2 +-
.../test/sapi/mySchemaWithComplexVars1.dfdl.xsd | 2 +-
.../resources/test/sapi/mySchemaWithVars.dfdl.xsd | 2 +-
.../src/test/resources/xsd/always-fails-1.dfdl.xsd | 2 +-
.../src/test/resources/xsd/embedded-1.dfdl.xsd | 2 +-
.../src/test/resources/xsd/embedded-2.dfdl.xsd | 2 +-
.../src/test/resources/xsd/embedded-3.dfdl.xsd | 2 +-
.../src/test/resources/xsd/extends-1.dfdl.xsd | 2 +-
.../src/test/resources/xsd/never-fails-1.dfdl.xsd | 2 +-
.../src/test/resources/xsd/string.dfdl.xsd | 2 +-
.../src/test/resources/xsd/unit_price.dfdl.xsd | 2 +-
.../src/test/resources/xsd/uuid.dfdl.xsd | 2 +-
.../src/test/resources/xsd/with-ns-1.dfdl.xsd | 2 +-
.../src/test/resources/xsd/without-ns-1.dfdl.xsd | 2 +-
.../org/apache/daffodil/tdml/genericTdml.tdml | 2 +-
.../org/apache/daffodil/tdml/testExtVars1.tdml | 2 +-
.../test/resources/test/tdml/tdmlNamespaces.tdml | 2 +-
.../src/test/resources/test/tdml/tdmlQuoting.tdml | 4 +-
.../src/test/resources/test/tdml/testWarnings.tdml | 2 +-
.../daffodil/processor/tdml/TestDaffodilC.scala | 11 +-
.../processor/tdml/TestTDMLCrossTest.scala | 2 +-
.../processor/tdml/TestTDMLRoundTrips.scala | 14 +--
.../daffodil/processor/tdml/TestTDMLRunner.scala | 58 +++++-----
.../daffodil/processor/tdml/TestTDMLRunner2.scala | 22 ++--
.../tdml/TestTDMLRunnerCommentSyntax.scala | 2 +-
.../processor/tdml/TestTDMLRunnerConfig.scala | 12 +-
.../processor/tdml/TestTDMLRunnerTutorial.scala | 4 +-
.../processor/tdml/TestTDMLRunnerWarnings.scala | 8 +-
.../processor/tdml/TestTDMLUnparseCases.scala | 2 +-
.../ibm-contributed/delimiter_12.dfdl.xsd | 2 +-
.../ibm-contributed/dpadelmulcho_01.dfdl.xsd | 2 +-
.../ibm-contributed/dpadelone107_05.dfdl.xsd | 2 +-
.../ibm-contributed/dpadelonearr_12.dfdl.xsd | 2 +-
.../ibm-contributed/dpaextdeltxt101-err.dfdl.xsd | 2 +-
.../ibm-contributed/dpaextdeltxt101.dfdl.xsd | 2 +-
.../ibm-contributed/dpaflsenc101_04_01.dfdl.xsd | 2 +-
.../ibm-contributed/dpaflsmbyfrm41.dfdl.xsd | 2 +-
.../ibm-contributed/dpaspc121_02.dfdl.xsd | 2 +-
.../test-suite/ibm-contributed/dpaspc7131.dfdl.xsd | 2 +-
.../test-suite/ibm-contributed/dpaspc7132.dfdl.xsd | 2 +-
.../ibm-contributed/dpaspc7132_2.dfdl.xsd | 2 +-
.../ibm-contributed/dpaspc7133_01.dfdl.xsd | 2 +-
.../ibm-contributed/length_explicit_12.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AB.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AF.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AG.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AH.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AM.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AP.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AU.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AV.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AW.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AX.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AY.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/AZ.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BA.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BB.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BC.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BD.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BE.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BF.dfdl.xsd | 2 +-
.../test-suite/tresys-contributed/BG.dfdl.xsd | 2 +-
.../tresys-contributed/bitFlagExpression.tdml | 2 +-
.../tresys-contributed/delimTests.dfdl.xsd | 2 +-
.../tresys-contributed/mixed-binary-text.tdml | 2 +-
.../tresys-contributed/multiple-diagnostics.tdml | 4 +-
.../nested-separator-delimited.tdml | 14 +--
.../tresys-contributed/nested_group_ref.tdml | 2 +-
.../test-suite/tresys-contributed/nilled.tdml | 2 +-
.../tresys-contributed/runtime-diagnostics.tdml | 2 +-
.../tresys-contributed/sepSuppression.tdml | 8 +-
.../tresys-contributed/sepSuppression2.tdml | 6 +-
.../test-suite/tresys-contributed/sequence.tdml | 2 +-
.../test-suite/tresys-contributed/unseparated.tdml | 2 +-
.../anotherChildDir/include01_01_03.dfdl.xsd | 2 +-
.../charsets/TestBitsCharsetDefinition.dfdl.xsd | 2 +-
.../apache/daffodil/codegen/c/collisions.dfdl.xsd | 2 +-
.../choiceBranchRanges/choiceBranchKeyRanges.tdml | 2 +-
.../daffodil/extensions/enum/enumInvalid.tdml | 2 +-
.../org/apache/daffodil/extensions/enum/enums.tdml | 4 +-
.../daffodil/extensions/lookAhead/lookAhead.tdml | 2 +-
.../extensions/type_calc/inputTypeCalc.tdml | 4 +-
.../type_calc/inputTypeCalcExpression.tdml | 2 +-
.../type_calc/typeCalcFunctionErrors.tdml | 6 +-
.../extensions/type_calc/typeCalcFunctions.tdml | 2 +-
.../stringAsXml/namespaced/xsd/binMessage.dfdl.xsd | 2 +-
.../nonamespace/xsd/binMessage.dfdl.xsd | 2 +-
.../org/apache/daffodil/layers/IPv4.dfdl.xsd | 4 +-
.../resources/org/apache/daffodil/layers/ais.tdml | 2 +-
.../org/apache/daffodil/layers/checkDigit.dfdl.xsd | 4 +-
.../org/apache/daffodil/layers/layers.tdml | 10 +-
.../daffodil/layers/xsd/checkDigitLayer.dfdl.xsd | 2 +-
.../general/dfdlFormatPrefixedAttributesSDE.tdml | 2 +-
.../section00/general/disallowDocTypes.tdml | 2 +-
.../general/elementFormDefaultQualified.dfdl.xsd | 2 +-
.../general/elementFormDefaultUnqualified.dfdl.xsd | 2 +-
.../apache/daffodil/section00/general/general.tdml | 8 +-
.../section00/general/generalSchema.dfdl.xsd | 2 +-
.../daffodil/section00/general/infosetWalker.tdml | 2 +-
.../daffodil/section00/general/largeInput.tdml | 2 +-
.../section00/general/parseUnparsePolicy.tdml | 2 +-
.../general/schemaWithOtherAnnotations.dfdl.xsd | 2 +-
.../section00/general/testElementFormDefault.tdml | 6 +-
.../general/testExpressionPropertyWarnings.tdml | 2 +-
.../daffodil/section00/general/testTextBidi.tdml | 2 +-
.../section00/general/testUnparserBitOrderOVC.tdml | 2 +-
.../general/testUnparserFileBuffering.tdml | 8 +-
.../section00/general/testUnparserGeneral.tdml | 8 +-
.../section00/general/testUnparserSAX.tdml | 2 +-
.../daffodil/section00/general/tunables.tdml | 18 +--
.../processing_errors/ProcessingErrors.tdml | 4 +-
.../processing_errors/ProcessingErrorsUnparse.tdml | 6 +-
.../dfdl-schema-validation-diagnostics.tdml | 6 +-
.../AttributeFormDefault.dfdl.xsd | 2 +-
.../MissingAppinfoSource.dfdl.xsd | 2 +-
.../MissingAppinfoSourceNonDfdl.dfdl.xsd | 2 +-
.../MissingClosingTag.dfdl.xsd | 2 +-
.../SchemaDefinitionErrors.tdml | 4 +-
.../schema_definition_errors/lineNumber.dfdl.xsd | 2 +-
.../section02/validation_errors/Validation.tdml | 16 +--
.../section05/dfdl_xsdl_subset/DFDLSubset.tdml | 8 +-
.../apache/daffodil/section05/facets/Facets.tdml | 56 ++++-----
.../apache/daffodil/section05/facets/NulChars.tdml | 2 +-
.../daffodil/section05/facets/PatternRanges.tdml | 2 +-
.../daffodil/section05/facets/testBinary.dfdl.xsd | 2 +-
.../apache/daffodil/section05/simple_types/AJ.tdml | 2 +-
.../daffodil/section05/simple_types/AK.dfdl.xsd | 2 +-
.../daffodil/section05/simple_types/AL.dfdl.xsd | 2 +-
.../daffodil/section05/simple_types/BitOrder.tdml | 14 +--
.../section05/simple_types/BitOrderInvalid.tdml | 2 +-
.../daffodil/section05/simple_types/Blobs.tdml | 2 +-
.../daffodil/section05/simple_types/Boolean.tdml | 2 +-
.../daffodil/section05/simple_types/Encodings.tdml | 2 +-
.../simple_types/RuntimeCalendarLanguage.tdml | 6 +-
.../section05/simple_types/SimpleTypes.tdml | 18 +--
.../section05/simple_types/SimpleTypes2.tdml | 2 +-
.../section05/simple_types/SimpleTypesUnparse.tdml | 2 +-
.../section05/simple_types/WhiteSpace.tdml | 6 +-
.../simple_types/nonNegativeInteger.dfdl.xsd | 2 +-
.../section05/simple_types/simple-type-bases.tdml | 2 +-
.../daffodil/section05/simple_types/unions.tdml | 2 +-
.../section06/entities/DefaultProperties.dfdl.xsd | 2 +-
.../daffodil/section06/entities/Entities.tdml | 24 ++--
.../section06/entities/InvalidEntities.tdml | 2 +-
.../section06/entities/charClassEntities.dfdl.xsd | 2 +-
.../daffodil/section06/entities/entities_01.tdml | 12 +-
.../section06/entities/utf16schema.dfdl.xsd | 2 +-
.../daffodil/section06/namespaces/ABC_IBM.dfdl.xsd | 2 +-
.../section06/namespaces/ABC_IBM_invalid.dfdl.xsd | 2 +-
.../section06/namespaces/ABC_invalid.dfdl.xsd | 2 +-
.../section06/namespaces/ABC_invalid_2.dfdl.xsd | 2 +-
.../namespaces/address_namespace.dfdl.xsd | 2 +-
.../namespaces/address_no_namespace.dfdl.xsd | 2 +-
.../namespaces/charClassEntities.dfdl.xsd | 2 +-
.../namespaces/customer_namespace.dfdl.xsd | 4 +-
.../namespaces/customer_no_namespace.dfdl.xsd | 4 +-
.../section06/namespaces/cycle_base.dfdl.xsd | 4 +-
.../section06/namespaces/cycle_step.dfdl.xsd | 4 +-
.../namespaces/ibm_format_compat.dfdl.xsd | 2 +-
.../namespaces/ibm_format_compat_2.dfdl.xsd | 2 +-
.../section06/namespaces/include01.dfdl.xsd | 2 +-
.../section06/namespaces/include02.dfdl.xsd | 2 +-
.../section06/namespaces/includeImport.tdml | 21 +++-
.../section06/namespaces/multi_A_01.dfdl.xsd | 4 +-
.../section06/namespaces/multi_A_02.dfdl.xsd | 4 +-
.../section06/namespaces/multi_A_03.dfdl.xsd | 4 +-
.../section06/namespaces/multi_A_11_nons.dfdl.xsd | 4 +-
.../namespaces/multi_A_11_nons_valid.dfdl.xsd | 4 +-
.../section06/namespaces/multi_A_12.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_13.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_14.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_15.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_16.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_20.dfdl.xsd | 2 +-
.../section06/namespaces/multi_A_21.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_01.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_02.dfdl.xsd | 4 +-
.../section06/namespaces/multi_B_03.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_04.dfdl.xsd | 4 +-
.../namespaces/multi_B_04_invalid.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_05_nons.dfdl.xsd | 4 +-
.../section06/namespaces/multi_B_06.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_06_valid.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_08.dfdl.xsd | 4 +-
.../section06/namespaces/multi_B_11.dfdl.xsd | 2 +-
.../section06/namespaces/multi_B_13.dfdl.xsd | 2 +-
.../section06/namespaces/multi_C_02.dfdl.xsd | 2 +-
.../section06/namespaces/multi_C_03.dfdl.xsd | 2 +-
.../section06/namespaces/multi_C_08.dfdl.xsd | 2 +-
.../section06/namespaces/multi_D_03.dfdl.xsd | 2 +-
.../section06/namespaces/multi_E_03.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_01.dfdl.xsd | 6 +-
.../section06/namespaces/multi_base_02.dfdl.xsd | 6 +-
.../section06/namespaces/multi_base_03.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_04.dfdl.xsd | 6 +-
.../namespaces/multi_base_04_invalid.dfdl.xsd | 4 +-
.../namespaces/multi_base_04_invalid2.dfdl.xsd | 4 +-
.../namespaces/multi_base_05_nons.dfdl.xsd | 4 +-
.../namespaces/multi_base_05_nons_with_A.dfdl.xsd | 4 +-
.../section06/namespaces/multi_base_06.dfdl.xsd | 8 +-
.../namespaces/multi_base_06_valid.dfdl.xsd | 8 +-
.../namespaces/multi_base_07_failure.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_08.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_09.dfdl.xsd | Bin 7630 -> 7634 bytes
.../section06/namespaces/multi_base_10.dfdl.xsd | 8 +-
.../section06/namespaces/multi_base_11.dfdl.xsd | 6 +-
.../namespaces/multi_base_11_valid.dfdl.xsd | 6 +-
.../section06/namespaces/multi_base_12.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_13.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_14.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_15.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_16.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_17.dfdl.xsd | 4 +-
.../section06/namespaces/multi_base_18.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_19.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_20.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_21.dfdl.xsd | 2 +-
.../section06/namespaces/multi_base_shi.dfdl.xsd | 6 +-
.../section06/namespaces/multi_base_shi2.dfdl.xsd | 6 +-
.../section06/namespaces/multi_temp.dfdl.xsd | 2 +-
.../section06/namespaces/namespaceCharLim.dfdl.xsd | 2 +-
.../section06/namespaces/namespaceRules.dfdl.xsd | 2 +-
.../section06/namespaces/namespaceRules2.dfdl.xsd | 2 +-
.../namespaces/namespaceSpecialChar.dfdl.xsd | 2 +-
.../daffodil/section06/namespaces/namespaces.tdml | 18 +--
.../namespaces/predefined_format.dfdl.xsd | 2 +-
.../namespaces/primTypesPrefixes.dfdl.xsd | 2 +-
.../daffodil/section06/namespaces/qname1.dfdl.xsd | 4 +-
.../daffodil/section06/namespaces/qname2.dfdl.xsd | 4 +-
.../daffodil/section06/namespaces/qname3.dfdl.xsd | 2 +-
.../org/apache/daffodil/section06/namespaces/shi | 2 +-
.../namespaces/subfolder/multi_A_06_nons.dfdl.xsd | 4 +-
.../subfolder/multi_A_06_nons_valid.dfdl.xsd | 4 +-
.../namespaces/subfolder/multi_C_06_nons.dfdl.xsd | 2 +-
.../subfolder/multi_C_06_nons_valid.dfdl.xsd | 2 +-
.../section06/namespaces/test01sch1.dfdl.xsd | 2 +-
.../section06/namespaces/test01sch2.dfdl.xsd | 2 +-
.../section06/namespaces/test02sch1.dfdl.xsd | 2 +-
.../section06/namespaces/test02sch2.dfdl.xsd | 2 +-
.../section06/namespaces/test03sch1.dfdl.xsd | 2 +-
.../section06/namespaces/test03sch2.dfdl.xsd | 2 +-
.../section06/namespaces/test04sch2.dfdl.xsd | 2 +-
.../section06/namespaces/test05sch6.dfdl.xsd | 2 +-
.../section07/annotations/annotations.tdml | 2 +-
.../daffodil/section07/assertions/assert.tdml | 14 +--
.../section07/defineFormat/defineFormat.dfdl.xsd | 2 +-
.../section07/defineFormat/defineFormat.tdml | 8 +-
.../defineFormat/defineFormat_withComment.dfdl.xsd | 2 +-
.../section07/discriminators/discriminator.tdml | 22 ++--
.../section07/discriminators/discriminator2.tdml | 2 +-
.../discriminators/multipleDiscriminators.tdml | 2 +-
.../discriminators/nestedChoiceDiscriminator.tdml | 2 +-
.../section07/escapeScheme/escapeScenarios.tdml | 14 +--
.../section07/escapeScheme/escapeScheme.tdml | 26 ++---
.../section07/escapeScheme/escapeSchemeNeg.tdml | 2 +-
.../escapeScheme/escapeSchemeUnparse.tdml | 6 +-
.../external_variables/external_variables.dfdl.xsd | 2 +-
.../external_variables/external_variables.tdml | 12 +-
.../section07/property_syntax/PropertySyntax.tdml | 4 +-
.../property_syntax/property_syntax.dfdl.xsd | 2 +-
.../section07/variables/setVarWIthValueLength.tdml | 2 +-
.../daffodil/section07/variables/variables.tdml | 46 ++++----
.../section07/variables/variables_01.dfdl.xsd | 4 +-
.../property_scoping/PropertyScoping.tdml | 16 +--
.../property_scoping/PropertyScoping_01.tdml | 14 +--
.../property_scoping/defaultForm.dfdl.xsd | 2 +-
.../property_scoping/defaultForm_02.dfdl.xsd | 2 +-
.../property_scoping/defaultForm_03.dfdl.xsd | 2 +-
.../property_scoping/defaultForm_04.dfdl.xsd | 2 +-
.../representation_properties/RepProps.tdml | 2 +-
.../representation_properties/encodings.tdml | 6 +-
.../ContentFramingProps.tdml | 16 +--
.../section12/aligned_data/Aligned_Data.tdml | 10 +-
.../section12/aligned_data/BinaryInput_01.tdml | 16 +--
.../delimiter_properties/DelimiterProperties.tdml | 20 ++--
.../DelimiterPropertiesUnparse.tdml | 2 +-
.../delimiter_properties/testDFACreation.dfdl.xsd | 2 +-
.../testOptionalInfix.dfdl.xsd | 2 +-
.../daffodil/section12/lengthKind/AB.dfdl.xsd | 2 +-
.../apache/daffodil/section12/lengthKind/AI.tdml | 2 +-
.../apache/daffodil/section12/lengthKind/AN.tdml | 2 +-
.../section12/lengthKind/DelimitedTests.tdml | 10 +-
.../section12/lengthKind/EndOfParentTests.tdml | 2 +-
.../section12/lengthKind/ExplicitTests.tdml | 46 ++++----
.../section12/lengthKind/PatternTests.tdml | 14 +--
.../section12/lengthKind/PrefixedTests.tdml | 30 ++---
.../daffodil/section12/lengthKind/implicit.tdml | 2 +-
.../length_properties/LengthProperties.tdml | 10 +-
.../apache/daffodil/section13/boolean/boolean.tdml | 6 +-
.../nillable/literal-character-nils-unparse.tdml | 4 +-
.../section13/nillable/literal-character-nils.tdml | 12 +-
.../nillable/literal-value-nils-unparse.tdml | 10 +-
.../section13/nillable/literal-value-nils.tdml | 18 +--
.../daffodil/section13/nillable/nillable.tdml | 4 +-
.../daffodil/section13/nillable/nillable2.tdml | 2 +-
.../apache/daffodil/section13/packed/packed.tdml | 28 ++---
.../text_number_props/TextNumberProps.tdml | 4 +-
.../text_number_props/TextNumberPropsUnparse.tdml | 6 +-
.../text_number_props/TextStandardBase.tdml | 2 +-
.../org/apache/daffodil/section13/zoned/pv.tdml | 4 +-
.../org/apache/daffodil/section13/zoned/zoned.tdml | 2 +-
.../section14/occursCountKind/ockImplicit.tdml | 2 +-
.../section14/sequence_groups/SequenceGroup.tdml | 50 ++++-----
.../sequence_groups/SequenceGroupDelimiters.tdml | 16 +--
.../SequenceGroupInitiatedContent.tdml | 4 +-
.../sequence_groups/SequenceGroupNestedArray.tdml | 2 +-
.../sequence_groups/SequenceGroupUnparse.tdml | 2 +-
.../SequencesWithHiddenRefs.dfdl.xsd | 2 +-
.../SequencesWithHiddenRefsInvalid.dfdl.xsd | 2 +-
.../SimilarModelGroupElement1.dfdl.xsd | 2 +-
.../SimilarModelGroupElement2.dfdl.xsd | 2 +-
.../sequence_groups/SimilarModelGroupRoot.dfdl.xsd | 2 +-
.../sequenceWithComplexType.dfdl.xsd | 2 +-
.../section14/unordered_sequences/BE.dfdl.xsd | 2 +-
.../unordered_sequences/UnorderedSequences.tdml | 28 ++---
.../unordered_namespaces_01.dfdl.xsd | 2 +-
.../unordered_namespaces_02.dfdl.xsd | 2 +-
.../unordered_namespaces_03.dfdl.xsd | 2 +-
.../choice_groups/ChoiceGroupInitiatedContent.tdml | 10 +-
.../choice_groups/ChoiceLengthExplicit.tdml | 4 +-
.../choice_groups/ChoicesInHiddenContexts.dfdl.xsd | 2 +-
.../choice_groups/SharedGroupTestSchema.dfdl.xsd | 2 +-
.../section15/choice_groups/choice-unparse.tdml | 2 +-
.../section15/choice_groups/choice-unparse2.tdml | 6 +-
.../section15/choice_groups/choice.dfdl.xsd | 2 +-
.../daffodil/section15/choice_groups/choice.tdml | 32 +++---
.../section15/choice_groups/choice1765.tdml | 2 +-
.../section15/choice_groups/choice1773.tdml | 2 +-
.../section15/choice_groups/choice2162.tdml | 2 +-
.../section15/choice_groups/choiceNests.tdml | 2 +-
.../section16/array_optional_elem/ArrayComb.tdml | 2 +-
.../array_optional_elem/ArrayOptionalElem.tdml | 22 ++--
.../UnparseArrayDelimitedOptionalElem.tdml | 2 +-
.../UnparseArrayExpressionConstant.tdml | 2 +-
.../UnparseArrayFixedOptionalElem.tdml | 2 +-
.../UnparseArrayImplicitOptionalElem.tdml | 2 +-
.../UnparseArrayParsedOptionalElem.tdml | 2 +-
.../arrays_optional_elements.dfdl.xsd | 2 +-
.../array_optional_elem/backtracking.tdml | 2 +-
.../section17/calc_value_properties/AA.tdml | 8 +-
.../section17/calc_value_properties/AQ.tdml | 2 +-
.../section17/calc_value_properties/AR.tdml | 2 +-
.../computedLengthFields.tdml | 8 +-
.../calc_value_properties/inputValueCalc.tdml | 4 +-
.../calc_value_properties/outputValueCalc.tdml | 2 +-
.../calc_value_properties/outputValueCalc2.tdml | 8 +-
.../calc_value_properties/outputValueCalc3.tdml | 2 +-
.../dfdl_expressions/expression_fail.tdml | 2 +-
.../section23/dfdl_expressions/expressions.tdml | 58 +++++-----
.../section23/dfdl_expressions/expressions2.tdml | 8 +-
.../section23/dfdl_expressions/expressions3.tdml | 14 +--
.../expressions_unused_path_no_context.dfdl.xsd | 2 +-
.../section23/dfdl_expressions/functions.tdml | 4 +-
.../section23/dfdl_expressions/s1.dfdl.xsd | 2 +-
.../section23/dfdl_expressions/setVar.dfdl.xsd | 2 +-
.../section23/dfdl_expressions/valueLength.tdml | 4 +-
.../section23/dfdl_functions/BitFunctions.tdml | 2 +-
.../section23/dfdl_functions/BitFunctionsAnd.tdml | 2 +-
.../section23/dfdl_functions/BitFunctionsNot.tdml | 2 +-
.../section23/dfdl_functions/BitFunctionsOr.tdml | 2 +-
.../section23/dfdl_functions/BitFunctionsXor.tdml | 2 +-
.../section23/dfdl_functions/Functions-neg.tdml | 2 +-
.../section23/dfdl_functions/Functions.tdml | 16 +--
.../section23/dfdl_functions/Functions_UTF8.tdml | 2 +-
.../section23/dfdl_functions/first_schema.dfdl.xsd | 4 +-
.../section23/dfdl_functions/home_schema.dfdl.xsd | 4 +-
.../dfdl_functions/second_schema.dfdl.xsd | 2 +-
.../runtime_properties/dynamicSeparator.tdml | 2 +-
.../runtime_properties/runtime-properties.tdml | 2 +-
.../regular_expressions/RegularExpressions.tdml | 2 +-
.../section31/escape_characters/Escapes.tdml | 2 +-
.../resources/org/apache/daffodil/udf/udfs.tdml | 2 +-
.../apache/daffodil/unparser/OVCAndLengthTest.tdml | 4 +-
.../apache/daffodil/unparser/envelopePayload.tdml | 6 +-
.../daffodil/unparser/parseUnparseMode.dfdl.xsd | 2 +-
.../unparser/parseUnparseModeTest.dfdl.xsd | 2 +-
.../daffodil/unparser/unparseNegInfosetTest.tdml | 2 +-
.../org/apache/daffodil/usertests/Book2.dfdl.xsd | 2 +-
.../org/apache/daffodil/usertests/SepTests.tdml | 12 +-
.../daffodil/usertests/UserSubmittedTests.tdml | 6 +-
.../org/apache/daffodil/usertests/leaks.tdml | 2 +-
.../apache/daffodil/usertests/nameDOB_test.tdml | 2 +-
.../org/apache/daffodil/usertests/test-csv.tdml | 2 +-
.../usertests/testSSPNeverDiagnostic.tdml.xml | 2 +-
.../src/test/resources/test space/A B.dfdl.xsd | 2 +-
.../test space/test 1/multi_base_05_nons.dfdl.xsd | 2 +-
.../resources/test space/test 1/namespaces.tdml | 10 +-
.../test space/test 3/multi_B_05_nons.dfdl.xsd | 2 +-
.../section00/general/TestDisallowDocType.scala | 2 +-
.../section06/namespaces/TestNamespaces.scala | 4 +
.../section07/variables/TestVariables.scala | 4 +-
.../section13/validation_errors/PadCharacter.scala | 6 +-
.../org/apache/daffodil/udf/genericUdfSchema.xsd | 2 +-
.../main/resources/org1/xsd/innerEnvelope.dfdl.xsd | 4 +-
.../main/resources/org1/xsd/outerEnvelope.dfdl.xsd | 2 +-
.../src/main/resources/org2/xsd/formats.dfdl.xsd | 2 +-
.../src/test/resources/org1/xsd/testInner.dfdl.xsd | 4 +-
.../test/resources/org2/testEmbeddedSchema.tdml | 8 +-
.../test/resources/org2/xsd/testPayload.dfdl.xsd | 4 +-
.../src/main/resources/bitorder.tutorial.tdml.xml | 18 +--
.../src/main/resources/bugReportTemplate.tdml.xml | 4 +-
tutorials/src/main/resources/tdmlTutorial.tdml.xml | 4 +-
.../testTDMLTutorialFile2.tutorial.tdml.xml | 4 +-
507 files changed, 1563 insertions(+), 1457 deletions(-)
delete mode 100644
daffodil-lib/src/main/resources/edu/illinois/ncsa/daffodil/xsd/built-in-formats.xsd