GraphTypeDescriptor Schema
Layouts Element
GraphTypeDescriptor Schema : Layouts Element

Glossary Item Box

Description

The collection of Layouts supported by a graph configuration.
Namespace (none)

Diagram

Layout Element Sequence Layouts Element

Overview

Layouts
The collection of Layouts supported by a graph configuration.
Sequence
Layout 1..∞
A layout supported by this graph.
Sequence
Name
The name that identifies the containing Layout in the REST API.

Source

<xs:element name="Layouts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                The collection of Layouts supported by a graph configuration.
            </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Layout" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
                            A layout supported by this graph.
                        </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Name">
              <xs:annotation>
                <xs:documentation>
                                        The name that identifies the containing Layout in the REST API.
                                    </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also