Moss2007 ListTemplate
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!--审计报告模版-->
3 <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
4 <!--模版-->
5 <ListTemplate
6 Name="AuditReport"
7 Type="8201"
8 BaseType="1"
9 Hidden="FALSE"
10 SecurityBits="11"
11 Sequence="110"
12 DisallowContentTypes="false"
13 VersioningEnabled="true"
14 DisplayName="审计报告"
15 Description ="审计法务部上传报表的文档库"
16 Image="/_layouts/images/itdl.gif"
17 DocumentTemplate="101"
18 OnQuickLaunch="TRUE">
19 </ListTemplate>
20
21 </Elements>
2 <!--审计报告模版-->
3 <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
4 <!--模版-->
5 <ListTemplate
6 Name="AuditReport"
7 Type="8201"
8 BaseType="1"
9 Hidden="FALSE"
10 SecurityBits="11"
11 Sequence="110"
12 DisallowContentTypes="false"
13 VersioningEnabled="true"
14 DisplayName="审计报告"
15 Description ="审计法务部上传报表的文档库"
16 Image="/_layouts/images/itdl.gif"
17 DocumentTemplate="101"
18 OnQuickLaunch="TRUE">
19 </ListTemplate>
20
21 </Elements>
这段代码中比较重要的就是Name
Name:首先我们要明白ListTemplate除了定义了List的一些高级设置,最重要就是就是指向List definition 的schema.xml所在文件夹的名字的。这里特别注意的就是Name是feature.xml到schema.xml的路径。但是Name同时也是list definition的Internal Name,不能包含特殊字符和空格。