Skip to content

Commit 7f434bf

Browse files
authored
Merge pull request #226 from FIXTradingCommunity/Issue187
[#187] Add optional name to identifier
2 parents d49752d + fde3a1a commit 7f434bf

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)