There was an error while loading. Please reload this page.
1 parent cf43f47 commit 0131d0eCopy full SHA for 0131d0e
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java
@@ -173,6 +173,10 @@ else if (numInGroupType.primitiveType() != UINT8 && numInGroupType.primitiveType
173
{
174
XmlSchemaParser.handleWarning(node, "\"numInGroup\" should be UINT8 or UINT16");
175
}
176
+ else
177
+ {
178
+ validateMaxValue(node, numInGroupType.primitiveType(), numInGroupType.maxValue());
179
+ }
180
181
182
/**
0 commit comments