Multiple choice technology

To add a new view in the list definition file which file needs to be modified:

  1. Onet.xml

  2. Feature.xml

  3. Schema.xml

  4. Fldtypes.xml

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SharePoint list definitions, Schema.xml contains the complete list schema including views, fields, forms, and other list elements. To add a new view to a list definition, you modify the Schema.xml file. Onet.xml defines site definitions and contains references to list templates, Feature.xml defines features, and Fldtypes.xml defines custom field types - none of these directly control list views.