Minor errors in XML 4.3

Imported from previous forum

In extracting some dictionary information from the
DTD’d I found some minor errors as follows.

<!ATTLIST LegFutSettDate
FIXTag CDATA #FIXED "588"
DataType CDATA #FIXED "LocalMMktDate"
>

The data type should be "LocalMktDate"

<!ATTLIST AffectedSecondaryOrderID
FIXTag CDATA #FIXED "536"
DataType CDATA #FIXED "Stirng"
>

The data type should be "string"

<!ATTLIST IOI_Side
FIXTag CDATA #FIXED "54"
DataType CDATA #FIXED "char"
Value (1 | 2 | 7) #REQUIRED
SDValue (Buy | Sell | Undisc) #IMPLIED
>

Usage of the tag 54 is a duplicate of it’s usage
for the field “Side”. In the DTD IOI_Side is
used in the “Indication” message. In the FIX
spec itself the name “Side” instead of IOI_Side
is used.

[ original email was from Jim Northey - jnorthey@lasalletech.com ]
Thanks for capturing these items. I don’t think we are planning another errata for the FIX 4.3 release. These have been corrected in FIX 4.4.

> In extracting some dictionary information from the
> DTD’d I found some minor errors as follows.
>
> <!ATTLIST LegFutSettDate
> FIXTag CDATA #FIXED “588”
> DataType CDATA #FIXED “LocalMMktDate”
> >
>
> The data type should be “LocalMktDate”
>
> <!ATTLIST AffectedSecondaryOrderID
> FIXTag CDATA #FIXED “536”
> DataType CDATA #FIXED “Stirng”
> >
>
> The data type should be “string”
>
> <!ATTLIST IOI_Side
> FIXTag CDATA #FIXED “54”
> DataType CDATA #FIXED “char”
> Value (1 | 2 | 7) #REQUIRED
> SDValue (Buy | Sell | Undisc) #IMPLIED
> >
>
> Usage of the tag 54 is a duplicate of it’s usage
> for the field “Side”. In the DTD IOI_Side is
> used in the “Indication” message. In the FIX
> spec itself the name “Side” instead of IOI_Side
> is used.
>