GraphTypeDescriptor Schema
Layout Element
GraphTypeDescriptor Schema > Layouts Element : Layout Element

Glossary Item Box

Description

A layout supported by this graph.
Namespace (none)

Diagram

Name Element Sequence Layout Element

Overview

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="Layout" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>

See Also