Need to explain what these lines are used for. m:annotation and m:context, m:content don’t appear to be in the namespace.
Revise the text to address this comment
7.1.2.78 [15-22]
te
Proposed Disposition of DIS 29500 Comment GB-0581 (Modified: 2007-12-17) These lines were vestigial schema restrictions from a grouping of elements removed during the drat phase of the specification and are no longer necessary; accordingly, the following change will be made to Part 4, §7.1.2.78, page 5,051, lines 1522 and in the corresponding schema: The following XML Schema fragment defines the contents of this element: <complexType name="CT_OMathPara"> <sequence> <element name="oMathParaPr" type="CT_OMathParaPr" minOccurs="0" maxOccurs="1"/> <element name="oMath" type="CT_OMath" minOccurs="1" maxOccurs="unbounded"> <unique name="uniqueContentAnchorIdsInsideMath"> <selector xpath="m:annotation/m:content"/> <field xpath="@id"/> </unique> <unique name="uniqueContextAnchorIdsInsideMath"> <selector xpath="m:annotation/m:context"/> <field xpath="@id"/> </unique> </element> </sequence> </complexType>
