tuxji commented on code in PR #1098:
URL: https://github.com/apache/daffodil/pull/1098#discussion_r1367633654


##########
daffodil-codegen-c/src/test/resources/org/apache/daffodil/codegen/c/ex_nums.dfdl.xsd:
##########
@@ -17,184 +17,197 @@
 -->
 
 <xs:schema
-        elementFormDefault="qualified"
-        targetNamespace="http://example.com";
-        xmlns="http://example.com";
-        xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/";
-        xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+  elementFormDefault="qualified"
+  targetNamespace="http://example.com";
+  version="1.2.3"
+  xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/";
+  xmlns:net="urn:network/format"
+  xmlns:xs="http://www.w3.org/2001/XMLSchema";
+  xmlns="http://example.com";>
 
-    <!-- Representation property bindings -->
+  <!-- Network order binary format (net:format) -->

Review Comment:
   OK, saying `Network order big endian format (net:format)`.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to