Elements and Sections in the Page Layout Field Information XML Output File

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

Table Elements and Sections in the Page Layout Field Information 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>My Custom Account Page 
 Layout</data:LayoutName> 

<Description> contains the description of the page layout.

<data:Description>My Custom Account Page 
 Layout Description</data:Description>

The <ListOfPageLayoutField> section contains the field layout information. For more information, see Example of the Values for Page Layout Field Information.

<data:ListOfPageLayoutField>
  <data:PageLayoutField> 
    <data:FieldName>Name</data:FieldName>
    <data:ReadOnly>false</data:ReadOnly>
    <data:Required>true</data:Required>
    <data:Section>0</data:Section>
    <data:Column>0</data:Column>
    <data:Row>0</data:Row>
  </data:PageLayoutField>
. . .
</data:ListOfPageLayoutField>