MatCell

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
col INT-NUMBER required
row INT-NUMBER required

Used By

Element Matrix

Source

<xs:element name="MatCell">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="row" type="INT-NUMBER" use="required"/>
        <xs:attribute name="col" type="INT-NUMBER" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample