bsloane1650 commented on a change in pull request #225: Implement daf:lookAhead URL: https://github.com/apache/incubator-daffodil/pull/225#discussion_r291192253
########## 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: Fixed and rebased ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services