Definition Type Element
Name row-labels
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation List of labels to associate with each row in the table.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="row-labels" >
  <xs:annotation>
    <xs:documentation>List of labels to associate with each row in the table.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="row-label" type="xs:string">
        <xs:annotation>
          <xs:documentation>The label of each row.</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
row-labels
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd