You create a site definition named HR Team Site and a list definition named HR Roles.
The HR Team Site definition is configured in the following manner.
< Configuration ID=”13″ Title=”HR Team Site” Type=”0″/ >
The HR Roles list definition is configured in the following manner.
< ListTemplate Path=”STS” Name=” hrteam “
DisplayName =”HR Roles” Type=”112″ BaseType =”1″ / >
You need to ensure that the HR Team Site definition is configured to use the HR Roles list definition.
Which XML fragment should you use?
A.
< Lists >
< List Title=”HR Team Site” ID=”1″ Type = “112” < / >
…
…
< /Lists >
B.
< Lists >
< List Title=”HR Team Site” ID=”13″ Type = ” hrteam ” < / >
…
…
< /Lists >
C.
< Lists >
< List Title=”HR Team Site” ID=”13″ Type = “HR Roles” < / >
…
…
< /Lists >
D.
Lists >
< List Title=”HR Team Site” ID=”13″ Type = “1” < / >
…
…
< /Lists >