FIXTradingCommunity / fix-orchestra

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

[repository schema] Simple type Edition_t does not seem to be used #180

Closed kleihan closed 3 months ago

kleihan commented 1 year ago

What is the purpose of this type? It seems to be defined but not used anywhere.

    <xs:simpleType name="Edition_t">
        <xs:restriction base="xs:string">
            <xs:maxLength value="8"/>
        </xs:restriction>
    </xs:simpleType>
kleihan commented 3 months ago

Implemented in RC1