FIXTradingCommunity / fix-orchestra

Machine readable rules of engagement
Apache License 2.0
71 stars 34 forks source link

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

Closed philipwhiuk closed 3 months ago

philipwhiuk commented 1 year ago

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

kleihan commented 1 year ago

Two occurrences:

<xs:complexType name="userIntefaceType"> 
<xs:element name="userInterface" type="fixi:userIntefaceType" minOccurs="0" maxOccurs="unbounded"/>
chrjohn commented 1 year ago

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

kleihan commented 1 year ago

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 commented 3 months ago

Implemented in RC1