<ExcludeFields> element
The <ExcludeFields> element specifies the Schema fields, Metadata Schema fields, and Embedded Schema fields you want to exclude from being published to Fredhopper.
About this task
You define the structure of content for Components, Multimedia Components, Metadata, and Embeddable Schemas in SDL Tridion using XML Schemas. When content is deployed to Fredhopper, the list of <ExcludeFields> is checked to see whether or not a field should be added to the resulting Fredhopper XML generated from the transport package.
<ExcludeFields>
<Schema Uri="TCM:URI">
<Field>value</Field>
<MetadataField>value</MetadataField>
<EmbeddedField SchemaFieldName="XMLName">value</EmbeddedField>
<EmbeddedMetadataField SchemaFieldName="XMLName">value</EmbeddedMetadataField>
</Schema>
</ExcludeFields>
<ExcludeFields> can contain multiple <Schema> elements:
<ExcludeFields> Child Element | Description |
|---|---|
<Schema> | The TCM URI of the Schema in the Uri attribute. |
The <Schema> can contain the following elements:
<Schema> Child Elements | Description |
|---|---|
<Field> | The XML name of the Schema field you want to exclude. |
<MetadataField> | The XML name of the Metadata field you want to exclude. |
<EmbeddedField> | In the SchemaFieldName attribute, specify the XML name of the Schema field which contains the Embedded Schema and then specify the XML name of the field in the Embedded Schema you want to exclude. |
<EmbeddedMetadataField> | in the SchemaFieldName attribute, specify the XML name of the Metadata Schema field which contains the Embedded Schema and then specify the XML name of the field in the Embedded Schema you want to exclude. |