bsloane1650 commented on a change in pull request #210: Add midBitsToEnd layer 
transform
URL: https://github.com/apache/incubator-daffodil/pull/210#discussion_r278696660
 
 

 ##########
 File path: 
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/DFDL_part1_simpletypes.xsd
 ##########
 @@ -794,6 +794,17 @@
            </xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
+       <xsd:enumeration value="midBitsToEnd">
+         <xsd:annotation>
+           <xsd:documentation><![CDATA[
+             Move the bits with indecis [x, x+y] to
+             the end of the layer block.
+
+             x,y are provided as a space delimated list in layerTransformArgs
 
 Review comment:
   Positional arguments seem simpler (particularly if these arguments are going 
to be computed instead of hard coded). And we don't really have named 
arguements anywhere else in DFDL.

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