stevedlawrence commented on a change in pull request #240: Add
dfdlx:choiceBranchKeyRanges
URL: https://github.com/apache/incubator-daffodil/pull/240#discussion_r295765663
##########
File path:
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dfdlx.xsd
##########
@@ -73,6 +73,8 @@
<xs:enumeration value="implicit"/>
</xs:restriction>
</xs:simpleType>
+
+ <xs:attribute name="choiceBranchKeyRanges" type="dfdl:NonEmptyListOfInteger"
/>
Review comment:
I think you also need to modify PropertyNameType above this so that this
works:
```xml
<xs:element ...>
<xs:annotation>
<xs:appinfo ...>
<dfdl:property name="dfdlx:choiceBranchKeyRanges">1 2 3
4</dfdl:property>
</xs:appinfo>
</xs:annotation>
<xs:element>
```
----------------------------------------------------------------
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