Description

The Data Table node.

Attributes

NameTypeUseDefaultDescription
rIDIDrequired The ID of the node.

Diagram

DT Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)NodeArgs Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Disp Element (Required, 1 element allowed)
TopPane Element (Optional, up to 1 element(s) allowed)
BtmPane Element (Optional, up to 1 element(s) allowed)
ExtendedInfo Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DT">
    <xs:annotation>
        <xs:documentation>The Data Table node.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NodeArgs" />
        </xs:sequence>
        <xs:attribute name="rID" type="xs:ID" use="required">
            <xs:annotation>
                <xs:documentation>The ID of the node.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>