Skip to content

Commit

Permalink
Merge pull request #226 from FIXTradingCommunity/Issue187
Browse files Browse the repository at this point in the history
[#187] Add optional name to identifier
  • Loading branch information
kleihan authored Nov 4, 2024
2 parents d49752d + fde3a1a commit 7f434bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,11 @@
<xs:documentation>Field ID assigned or correlated in a message reference</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" type="fixr:Name_t">
<xs:annotation>
<xs:documentation>Name is optional for convenience</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sourceId" type="fixr:id_t">
<xs:annotation>
<xs:documentation>Field ID correlated from source message. If not present, assumed to be same tag as 'id'.</xs:documentation>
Expand Down

0 comments on commit 7f434bf

Please sign in to comment.