FIXTradingCommunity / fix-orchestra

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

[repository schema] Typo in annotation of messageIdKey #176

Closed kleihan closed 3 months ago

kleihan commented 1 year ago

Text should say "scenario id" and not "scenario name".

        <xs:key name="messageIdKey">
            <xs:annotation>
                <xs:documentation>Combination of message id and scenario name must be
                    unique</xs:documentation>
            </xs:annotation>
            <xs:selector xpath="fixr:message"/>
            <xs:field xpath="@id"/>
            <xs:field xpath="@scenarioId"/>
        </xs:key>
kleihan commented 3 months ago

Implemented in RC1