Skip to content

Commit a21d455

Browse files
authored
Merge pull request #230 from FIXTradingCommunity/Issue203
[#203] Remove default for maximum cardinality on group reference level
2 parents 7f434bf + 1413b77 commit a21d455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/src/main/resources/xsd/repositorytypes.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
<xs:documentation>Lower bound of group instances (numInGroup)</xs:documentation>
573573
</xs:annotation>
574574
</xs:attribute>
575-
<xs:attribute name="implMaxOccurs" type="fixr:unboundedIntType" default="unbounded">
575+
<xs:attribute name="implMaxOccurs" type="fixr:unboundedIntType">
576576
<xs:annotation>
577577
<xs:documentation>Upper bound of group instances (numInGroup)</xs:documentation>
578578
</xs:annotation>

0 commit comments

Comments
 (0)