mbeckerle commented on a change in pull request #230: Enable schema validation
of attribute- and short-form properties
URL: https://github.com/apache/incubator-daffodil/pull/230#discussion_r291768671
##########
File path:
daffodil-test/src/test/resources/org/apache/daffodil/extensions/type_calc/inputTypeCalc.tdml
##########
@@ -160,15 +160,15 @@
<xs:element name="inputTypeCalc_unionOfKeysetValueCalcs_01">
<xs:complexType>
<xs:sequence>
- <xs:element name="byte" type="tns:_1through100_union_to_string"
maxOccurs="unbounded" dfdl:occursCoundKind="parsed"/>
+ <xs:element name="byte" type="tns:_1through100_union_to_string"
maxOccurs="unbounded" dfdl:occursCountKind="parsed"/>
Review comment:
It will be very interesting to try this on the production schemas that are
big. This sort of typo has to be common.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services