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

To create a feature in SharePoint 2007, you need two XML files: Feature.xml (which defines the feature itself - its ID, name, scope, etc.) and Elements.xml (which defines what the feature does - the actual elements like site columns, content types, etc.). Schema.xml is for list definitions, Manifest.xml is not used for features.