ST_YAlign is defined in shared-math.xsd and wml.xsd. In the former, it allows the value "bot". In the latter, the corresponding value is "bottom". Terminology should be consistent within a standard.
Remedy: Change the former to use "bottom".
ST_YAlign
te
Proposed Disposition of DIS 29500 Comment GB-0635 (Modified: 2008-01-08) Agreed; we will make the following change to shared-math.xsd: <xsd:simpleType name="ST_YAlign"> <xsd:annotation> <xsd:documentation>Vertical Alignment</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="top"> <xsd:annotation> <xsd:documentation>Top</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="center"> <xsd:annotation> <xsd:documentation>Center (Function)</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="bot tom "> <xsd:annotation> <xsd:documentation>Bottom Alignment</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType>
