Skip to content

Commit fde3a1a

Browse files
committed
Add optional name to identifier to fix #187
1 parent b05e6da commit fde3a1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,11 @@
609609
<xs:documentation>Field ID assigned or correlated in a message reference</xs:documentation>
610610
</xs:annotation>
611611
</xs:attribute>
612+
<xs:attribute name="name" type="fixr:Name_t">
613+
<xs:annotation>
614+
<xs:documentation>Name is optional for convenience</xs:documentation>
615+
</xs:annotation>
616+
</xs:attribute>
612617
<xs:attribute name="sourceId" type="fixr:id_t">
613618
<xs:annotation>
614619
<xs:documentation>Field ID correlated from source message. If not present, assumed to be same tag as 'id'.</xs:documentation>

0 commit comments

Comments
 (0)