Share via


sdocFiletypes Type [Office 2003 SDK Documentation]

A simple type that defines the enumerated values for the type element within the file element that specifies the type of a file that is included with the XML expansion pack.

Type Properties

Property Value
Name sdocFiletypes
Data Type string
Enumerations The value of the sdocFiletypes type can be one of the following:
ValueDescription
templateSpecifies that the file type is an application template document.
smartTagListSpecifies that the file type is a smart tag list file.
solutionListSpecifies that the file type is a solution list file.
schemaSpecifies that the file type is an XML schema.
primaryTransformSpecifies that the file type is the primary Extensible Stylesheet Language Transformation (XSLT) file.
secondaryTransformSpecifies that the file type is a secondary XSLT file.
actionHandlerSpecifies that the file type is a dynamic-link library (DLL) or assembly that implements the ISmartDocument or ISmartTagAction interface, the actions of which are available to all smart documents installed on a user's computer.
solutionActionHandlerSpecifies that the file type is a DLL or assembly that implements the ISmartDocument or ISmartTagAction interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
recognizerSpecifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface, the actions of which are available to all smart documents installed on a user's computer.
solutionRecognizerSpecifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
actionAndRecognizerSpecifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface and either the ISmartDocument or ISmartTagAction interface, the actions of which are available to all smart documents installed on a user's computer.
solutionActionAndRecognizerSpecifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface and either the ISmartDocument or ISmartTagAction interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
COMAddInSpecifies that the file type is a COM add-in DLL.
installPackageSpecifies that the file type is an installation (.exe or .msi) file.
otherSpecifies that the file type is a type other than the types listed above. This includes document files for document fragments, image files, and HTML files for Help content.
Value Description
template Specifies that the file type is an application template document.
smartTagList Specifies that the file type is a smart tag list file.
solutionList Specifies that the file type is a solution list file.
schema Specifies that the file type is an XML schema.
primaryTransform Specifies that the file type is the primary Extensible Stylesheet Language Transformation (XSLT) file.
secondaryTransform Specifies that the file type is a secondary XSLT file.
actionHandler Specifies that the file type is a dynamic-link library (DLL) or assembly that implements the ISmartDocument or ISmartTagAction interface, the actions of which are available to all smart documents installed on a user's computer.
solutionActionHandler Specifies that the file type is a DLL or assembly that implements the ISmartDocument or ISmartTagAction interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
recognizer Specifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface, the actions of which are available to all smart documents installed on a user's computer.
solutionRecognizer Specifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
actionAndRecognizer Specifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface and either the ISmartDocument or ISmartTagAction interface, the actions of which are available to all smart documents installed on a user's computer.
solutionActionAndRecognizer Specifies that the file type is a DLL or assembly that implements the ISmartTagRecognizer interface and either the ISmartDocument or ISmartTagAction interface, the actions of which are available only within the smart document that is tied to the XML expansion pack as defined by solutionID element.
COMAddIn Specifies that the file type is a COM add-in DLL.
installPackage Specifies that the file type is an installation (.exe or .msi) file.
other Specifies that the file type is a type other than the types listed above. This includes document files for document fragments, image files, and HTML files for Help content.