Enum XlfDataType
- Namespace
- SunamoXliffParser
- Assembly
- SunamoXliffParser.dll
Defines the data types for XLIFF file elements as specified in the XLIFF 1.2 standard. User-defined datatypes are allowed but must begin with "x-". See http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#datatype
public enum XlfDataType
- Extension Methods
Fields
asp = 0Indicates Active Server Page data.
c = 1Indicates C source file data.
cdf = 2Indicates Channel Definition Format (CDF) data.
cfm = 3Indicates ColdFusion data.
cpp = 4Indicates C++ source file data.
csharp = 5Indicates C-Sharp data.
cstring = 6Indicates strings from C, ASM, and driver files data.
csv = 7Indicates comma-separated values data.
database = 8Indicates database data.
Indicates portions of document that follows data and contains metadata.
documentheader = 10Indicates portions of document that precedes data and contains metadata.
filedialog = 11Indicates data from standard UI file operations dialogs (e.g., Open, Save, Save As, Export, Import).
form = 12Indicates standard user input screen data.
html = 13Indicates HyperText Markup Language (HTML) data - document instance.
htmlbody = 14Indicates content within an HTML document's body element.
ini = 15Indicates Windows INI file data.
interleaf = 16Indicates Interleaf data.
javaclass = 17Indicates Java source file data (extension '.java').
javalistresourcebundle = 19Indicates Java list resource bundle data.
javapropertyresourcebundle = 18Indicates Java property resource bundle data.
javascript = 20Indicates JavaScript source file data.
jscript = 21Indicates JScript source file data.
layout = 22Indicates information relating to formatting.
lisp = 23Indicates LISP source file data.
margin = 24Indicates information relating to margin formats.
Indicates a file containing menu.
messagefile = 26Indicates numerically identified string table.
mif = 27Indicates Maker Interchange Format (MIF) data.
mimetype = 28Indicates that the datatype attribute value is a MIME Type value and is defined in the mime-type attribute.
mo = 29Indicates GNU Machine Object data.
msglib = 30Indicates Message Librarian strings created by Novell's Message Librarian Tool.
Indicates information to be displayed at the bottom of each page of a document.
pageheader = 32Indicates information to be displayed at the top of each page of a document.
parameters = 33Indicates a list of property values (e.g., settings within INI files or preferences dialog).
pascal = 34Indicates Pascal source file data.
php = 35Indicates Hypertext Preprocessor data.
plaintext = 36Indicates plain text file (no formatting other than, possibly, wrapping).
po = 37Indicates GNU Portable Object file.
report = 38Indicates dynamically generated user defined document, e.g. Oracle Report, Crystal Report.
resources = 39Indicates Windows .NET binary resources.
resx = 40Indicates Windows .NET Resources.
rtf = 41Indicates Rich Text Format (RTF) data.
sgml = 42Indicates Standard Generalized Markup Language (SGML) data - document instance.
sgmldtd = 43Indicates Standard Generalized Markup Language (SGML) data - Document Type Definition (DTD).
svg = 44Indicates Scalable Vector Graphic (SVG) data.
vbscript = 45Indicates VisualBasic Script source file.
warning = 46Indicates warning message.
winres = 47Indicates Windows (Win32) resources extracted from an RC script, a message file, or a compiled file.
xhtml = 48Indicates Extensible HyperText Markup Language (XHTML) data - document instance.
xml = 49Indicates Extensible Markup Language (XML) data - document instance.
xmldtd = 50Indicates Extensible Markup Language (XML) data - Document Type Definition (DTD).
xsl = 51Indicates Extensible Stylesheet Language (XSL) data.
xul = 52Indicates XUL elements.