Elements and Sections in the Page Layout Section XML Output File

The following table describes the elements and sections in the page layout section XML output file.

Table Elements and Sections in the Page Layout Section XML File

Description Element or Section

<ObjectName> contains the system name of the record type (object), which never changes.

<data:ObjectName>Account</data:ObjectName>

<LayoutName> contains the name of the page layout.

<data:LayoutName>myPageAccountLayout
</data:LayoutName>

The <ListOfPageFormSection> section contains the details of the sections for the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
    <data:SectionSequence>3
    </data:SectionSequence>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <PageFormSection> section contains the details of one section in the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

For information about the <SectionSequence> element, see Example of the Values for Page Layout Sections.

<data:ListOfPageFormSection>
  <data:PageFormSection>
    <data:SectionSequence>3
    </data:SectionSequence>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <ListOfFormSectionTranslation> section contains the translation values for the section name.

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
    <data:ListOfFormSectionTranslation>
. . .
    </data:ListOfFormSectionTranslation>
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <FormSectionTranslation> section contains the translation values for one language:

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
    <data:ListOfFormSectionTranslation>
      <data:FormSectionTranslation>
        <data:LangId>ENU</data:LangId>
        <data:DisplayName>myPageAccountLayout
        </data:DisplayName>
      </data:FormSectionTranslation>
. . .
    </data:ListOfFormSectionTranslation>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>