Multiple choice technology

Which are the two XML files used to create a feature in SharePoint 2007 (Multiple Selection)

  1. Feature.xml

  2. Schema.xml

  3. Manifest.xml

  4. Elements.xml

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

Feature.xml defines the feature itself including properties and activation scope. Elements.xml contains the feature's actual elements like site columns, content types, or list templates. Schema.xml defines list views and forms, while Manifest.xml is for solution packages.