Skip to content

Commit d49752d

Browse files
authored
Merge pull request #220 from patricklucas/208_msgtype_length
[#208] Increase MsgType_t max length to 6
2 parents a0f3c86 + d5ef9ab commit d49752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
<xs:simpleType name="MsgType_t">
758758
<xs:restriction base="xs:string">
759759
<xs:minLength value="1"/>
760-
<xs:maxLength value="2"/>
760+
<xs:maxLength value="6"/>
761761
</xs:restriction>
762762
</xs:simpleType>
763763
<xs:simpleType name="Name_t">

0 commit comments

Comments
 (0)