fix-orchestra icon indicating copy to clipboard operation
fix-orchestra copied to clipboard

[interfaces schema] Typo in field type "userIntefaceType" should be "userInterfaceType"

Open philipwhiuk opened this issue 2 years ago • 3 comments

See https://github.com/FIXTradingCommunity/fix-orchestra/blob/76f5dc758c1f5f990d4d0c2444f61371a232dae0/interfaces/src/main/resources/xsd/interfaces.xsd#L302

philipwhiuk avatar Jun 22 '23 13:06 philipwhiuk

Two occurrences:

<xs:complexType name="userIntefaceType"> 
<xs:element name="userInterface" type="fixi:userIntefaceType" minOccurs="0" maxOccurs="unbounded"/>

kleihan avatar Aug 29 '23 15:08 kleihan

This was fixed in #185 , don't know why it wasn't closed automatically.

chrjohn avatar Aug 29 '23 15:08 chrjohn

We normally keep all issues open until the related document (v1.1 RC1 in this case) has been approved by the GTC for public comment. We then close all of them at once and work continues on the next RC.

kleihan avatar Aug 29 '23 15:08 kleihan

Implemented in RC1

kleihan avatar Jun 03 '24 08:06 kleihan