Expand Minimize

Declare required attributes in schema of ListTemplate

The attribute 'Title', 'Name' and 'Direction' must be declared in the schema.xml of a ListTemplate.

CheckId SPC017511
TypeName DeclareRequiredAttributesInListDefinition
Severity CriticalWarning
Type List

Add the required attributes to the ListTemplate.
See sample below:

<List
  xmlns:ows="Microsoft SharePoint"
  Name="Documents"
  Title="$Resources:shareddocuments_Title;"  
  Direction="$Resources:Direction;"  
  Url="Shared Documents"  
  BaseType="1">
  ...
</List>

To suppress this violation in XML SharePoint code add the following comment right before the XML tag which causes the rule violation. Learn more about SuppressMessage here.

<!-- "SuppressMessage":{"rule":"SPC017511:DeclareRequiredAttributesInListDefinition","justification":"Provide reason for suppression here"} -->
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.