Table of Contents

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 = 0

Indicates Active Server Page data.

c = 1

Indicates C source file data.

cdf = 2

Indicates Channel Definition Format (CDF) data.

cfm = 3

Indicates ColdFusion data.

cpp = 4

Indicates C++ source file data.

csharp = 5

Indicates C-Sharp data.

cstring = 6

Indicates strings from C, ASM, and driver files data.

csv = 7

Indicates comma-separated values data.

database = 8

Indicates database data.

documentfooter = 9

Indicates portions of document that follows data and contains metadata.

documentheader = 10

Indicates portions of document that precedes data and contains metadata.

filedialog = 11

Indicates data from standard UI file operations dialogs (e.g., Open, Save, Save As, Export, Import).

form = 12

Indicates standard user input screen data.

html = 13

Indicates HyperText Markup Language (HTML) data - document instance.

htmlbody = 14

Indicates content within an HTML document's body element.

ini = 15

Indicates Windows INI file data.

interleaf = 16

Indicates Interleaf data.

javaclass = 17

Indicates Java source file data (extension '.java').

javalistresourcebundle = 19

Indicates Java list resource bundle data.

javapropertyresourcebundle = 18

Indicates Java property resource bundle data.

javascript = 20

Indicates JavaScript source file data.

jscript = 21

Indicates JScript source file data.

layout = 22

Indicates information relating to formatting.

lisp = 23

Indicates LISP source file data.

margin = 24

Indicates information relating to margin formats.

menufile = 25

Indicates a file containing menu.

messagefile = 26

Indicates numerically identified string table.

mif = 27

Indicates Maker Interchange Format (MIF) data.

mimetype = 28

Indicates that the datatype attribute value is a MIME Type value and is defined in the mime-type attribute.

mo = 29

Indicates GNU Machine Object data.

msglib = 30

Indicates 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 = 32

Indicates information to be displayed at the top of each page of a document.

parameters = 33

Indicates a list of property values (e.g., settings within INI files or preferences dialog).

pascal = 34

Indicates Pascal source file data.

php = 35

Indicates Hypertext Preprocessor data.

plaintext = 36

Indicates plain text file (no formatting other than, possibly, wrapping).

po = 37

Indicates GNU Portable Object file.

report = 38

Indicates dynamically generated user defined document, e.g. Oracle Report, Crystal Report.

resources = 39

Indicates Windows .NET binary resources.

resx = 40

Indicates Windows .NET Resources.

rtf = 41

Indicates Rich Text Format (RTF) data.

sgml = 42

Indicates Standard Generalized Markup Language (SGML) data - document instance.

sgmldtd = 43

Indicates Standard Generalized Markup Language (SGML) data - Document Type Definition (DTD).

svg = 44

Indicates Scalable Vector Graphic (SVG) data.

vbscript = 45

Indicates VisualBasic Script source file.

warning = 46

Indicates warning message.

winres = 47

Indicates Windows (Win32) resources extracted from an RC script, a message file, or a compiled file.

xhtml = 48

Indicates Extensible HyperText Markup Language (XHTML) data - document instance.

xml = 49

Indicates Extensible Markup Language (XML) data - document instance.

xmldtd = 50

Indicates Extensible Markup Language (XML) data - Document Type Definition (DTD).

xsl = 51

Indicates Extensible Stylesheet Language (XSL) data.

xul = 52

Indicates XUL elements.