stevedlawrence commented on a change in pull request #225: Implement 
daf:lookAhead
URL: https://github.com/apache/incubator-daffodil/pull/225#discussion_r291174481
 
 

 ##########
 File path: 
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd
 ##########
 @@ -364,6 +364,15 @@
             </xs:documentation>
           </xs:annotation>
         </xs:element>
+        <xs:element name="maxLookaheadFunctionBits" type="xs:long" 
default="512" minOccurs="0">
+          <xs:annotation>
+            <xs:documentation>
+              Max distance that the DPath lookahead function is permitted to 
look.
+              Distance is defined by the distance to the last bit accessed, and
+              so it is offset+bitsize.
+            </xs:documentation>
+          </xs:annotation>
+        </xs:element>
 
 Review comment:
   All of the tuanbles in dafext.xsd is sorted alphabetically. Can you move 
this one to the right spot? Then please squash, force commit, and then we can 
merge this. Thanks! :+1: 

----------------------------------------------------------------
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

Reply via email to