'other' attribute in the schema files

View: New views
2 Messages — Rating Filter:   Alert me  

'other' attribute in the schema files

by Sam Dooley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The deprecated 'other' attribute is defined by the production
CommonDeprecatedAtt in mathml3-common.rnc, but nowhere referenced.

It should be referenced at the end of the production CommonAtt
that immediately follows it in the file, and this change should
propagate into the rng, xsd, and dtd versions of the schema.

Sam



Re: 'other' attribute in the schema files

by David Carlisle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


This has been fixed in the schema


CommonDeprecatedAtt = attribute other {text}?

CommonAtt = attribute id {xsd:ID}?,
            attribute xref {text}?,
            attribute class {xsd:NMTOKENS}?,
            attribute style {xsd:string}?,
            attribute href {xsd:anyURI}?,
            CommonDeprecatedAtt,
            NonMathMLAtt*



$ cvs commit -m "CommonDeprecatedAtt called from CommonAtt" mathml3-common.rnc
Checking in mathml3-common.rnc;
/w3ccvs/WWW/Math/Group/RelaxNG/mathml3/mathml3-common.rnc,v  <--  mathml3-common.rnc
new revision: 1.34; previous revision: 1.33
done


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________