Skip to content

Commit

Permalink
[#208] Increase MsgType_t max length to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklucas committed Aug 28, 2024
1 parent 489f8d1 commit f473413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
<xs:simpleType name="MsgType_t">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Name_t">
Expand Down

0 comments on commit f473413

Please sign in to comment.