SPListTemplateType Simple Type (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Establishes a base for instantiating list templates.

Definition

<xs:simpleType name="SPListTemplateType">
        <xs:restriction base="xs:string" />
</xs:simpleType>

Type

xs:string

Remarks

This type represents the SPListTemplateType. However, it is not structured in the schema as an enumeration because it is an extensible type and can accommodate list types other than those enumerated in SPListTemplateType.

See also