mike-mcgann commented on code in PR #898:
URL: https://github.com/apache/daffodil/pull/898#discussion_r1054451590
##########
daffodil-core/src/main/scala/org/apache/daffodil/grammar/primitives/SequenceChild.scala:
##########
@@ -438,11 +438,11 @@ class ScalarOrderedSequenceChild(sq: SequenceTermBase,
term: Term, groupIndex: I
/**
* Must deal with nils, emptyness and string/hexBinary exceptional behavior
- * including the behavior for dfdlx:emptyElementParsePolicy 'treatAsMissing'
which special cases
+ * including the behavior for dfdlx:emptyElementParsePolicy 'treatAsAbsent'
which special cases
Review Comment:
Updated
##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/SequenceChildBases.scala:
##########
@@ -74,9 +74,9 @@ object ParseAttemptStatus {
*
* The EmptyRep for simpleTypes enables default values to be substituted at
parse time.
*
- * For simple types xs:string and xs:hexBinary, the property
dfdlx:emptyElementParsePolicy controls
+ * For simple types xs:string and xs:hexBinary, the property
dfdl:emptyElementParsePolicy controls
* whether the EmptyRep is allowed for strings and hexBinary. In required
positions, when
- * dfdlx:emptyElementParsePolicy is 'treatAsMissing', a required
string/hexBinary that has EmptyRep
+ * dfdl:emptyElementParsePolicy is 'treatAsAbsent', a required
string/hexBinary that has EmptyRep
* causes a Parse Error, and an optional EmptyRep causes nothing to be added
to the infoset (the empty string
* or hexBinary value is suppressed). When dfdlx:emptyElementParsePolicy is
'treatAsEmpty', a required
Review Comment:
Updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]