notation

Attribute Information

Used By

Attribute Group menclose.attlist

Source

<xs:attribute name="notation" default="longdiv">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="actuarial"/>
      <xs:enumeration value="longdiv"/>
      <xs:enumeration value="radical"/>
      <xs:enumeration value="box"/>
      <xs:enumeration value="roundedbox"/>
      <xs:enumeration value="circle"/>
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="updiagonalstrike"/>
      <xs:enumeration value="downdiagonalstrike"/>
      <xs:enumeration value="verticalstrike"/>
      <xs:enumeration value="horizontalstrike"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample