Skip to content

Commit

Permalink
Merge pull request #220 from patricklucas/208_msgtype_length
Browse files Browse the repository at this point in the history
[#208] Increase MsgType_t max length to 6
  • Loading branch information
kleihan authored Nov 4, 2024
2 parents a0f3c86 + d5ef9ab commit d49752d
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 d49752d

Please sign in to comment.