Skip to content

Commit

Permalink
Add optional name to identifier to fix #187
Browse files Browse the repository at this point in the history
  • Loading branch information
kleihan committed Sep 10, 2024
1 parent b05e6da commit fde3a1a
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 fde3a1a

Please sign in to comment.