m:piecewise

Element Information

Model

Children: m:otherwise, m:piece

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
definitionURL xs:anyURI optional
encoding xs:string optional
href xs:anyURI optional
id xs:ID optional
other optional
style xs:string optional
xref optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'

Used By

Element Group m:ContExp

Source

<xs:element name="piecewise">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="m:piece"/>
      <xs:element ref="m:otherwise"/>
    </xs:choice>
    <xs:attributeGroup ref="m:CommonAtt"/>
    <xs:attributeGroup ref="m:DefEncAtt"/>
  </xs:complexType>
</xs:element>

Sample