mbeckerle commented on code in PR #821:
URL: https://github.com/apache/daffodil/pull/821#discussion_r1055513663
##########
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd:
##########
@@ -559,6 +559,17 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
+ <xs:element name="xmlOutputStyle" type="xs:string" default="none"
minOccurs="0">
+ <xs:annotation>
+ <xs:documentation>
+ values is a whitespace separated list of tokens drawn from this
set.
+ Values are:
+ - none: (Current behavior - ok if data is not being pretty
printed, or will not be re-read in, or if whitespace is fungible in the actual
data format),
Review Comment:
The file dafext.xsd seems no longer to be in the change set.
I'm not sure what's going on here, but that file *should* be in this change
set so that the above comment can be 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]