DT Element
Description
The Data Table node.
Namespace(none)
Diagram
NodeArgs ElementSequenceDT Element
Overview
DT
The Data Table node.
rID requiredxs:ID
The ID of the node.
Sequence
NodeArgs
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the node.
Source
<xs:element name="DT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also