annotate DeMaskingLT/Name.resx @ 3:e0bd22354f3f tip

Fixed name bug
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:34:24 +0100
parents e8147674e932
children
rev   line source
d@0 1 <?xml version="1.0" encoding="utf-8"?>
d@0 2 <root>
d@0 3 <!--
d@0 4 Microsoft ResX Schema
d@0 5
d@0 6 Version 2.0
d@0 7
d@0 8 The primary goals of this format is to allow a simple XML format
d@0 9 that is mostly human readable. The generation and parsing of the
d@0 10 various data types are done through the TypeConverter classes
d@0 11 associated with the data types.
d@0 12
d@0 13 Example:
d@0 14
d@0 15 ... ado.net/XML headers & schema ...
d@0 16 <resheader name="resmimetype">text/microsoft-resx</resheader>
d@0 17 <resheader name="version">2.0</resheader>
d@0 18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
d@0 19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
d@0 20 <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
d@0 21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
d@0 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
d@0 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
d@0 24 </data>
d@0 25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
d@0 26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
d@0 27 <comment>This is a comment</comment>
d@0 28 </data>
d@0 29
d@0 30 There are any number of "resheader" rows that contain simple
d@0 31 name/value pairs.
d@0 32
d@0 33 Each data row contains a name, and value. The row also contains a
d@0 34 type or mimetype. Type corresponds to a .NET class that support
d@0 35 text/value conversion through the TypeConverter architecture.
d@0 36 Classes that don't support this are serialized and stored with the
d@0 37 mimetype set.
d@0 38
d@0 39 The mimetype is used for serialized objects, and tells the
d@0 40 ResXResourceReader how to depersist the object. This is currently not
d@0 41 extensible. For a given mimetype the value must be set accordingly:
d@0 42
d@0 43 Note - application/x-microsoft.net.object.binary.base64 is the format
d@0 44 that the ResXResourceWriter will generate, however the reader can
d@0 45 read any of the formats listed below.
d@0 46
d@0 47 mimetype: application/x-microsoft.net.object.binary.base64
d@0 48 value : The object must be serialized with
d@0 49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
d@0 50 : and then encoded with base64 encoding.
d@0 51
d@0 52 mimetype: application/x-microsoft.net.object.soap.base64
d@0 53 value : The object must be serialized with
d@0 54 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
d@0 55 : and then encoded with base64 encoding.
d@0 56
d@0 57 mimetype: application/x-microsoft.net.object.bytearray.base64
d@0 58 value : The object must be serialized into a byte array
d@0 59 : using a System.ComponentModel.TypeConverter
d@0 60 : and then encoded with base64 encoding.
d@0 61 -->
d@0 62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
d@0 63 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
d@0 64 <xsd:element name="root" msdata:IsDataSet="true">
d@0 65 <xsd:complexType>
d@0 66 <xsd:choice maxOccurs="unbounded">
d@0 67 <xsd:element name="metadata">
d@0 68 <xsd:complexType>
d@0 69 <xsd:sequence>
d@0 70 <xsd:element name="value" type="xsd:string" minOccurs="0" />
d@0 71 </xsd:sequence>
d@0 72 <xsd:attribute name="name" use="required" type="xsd:string" />
d@0 73 <xsd:attribute name="type" type="xsd:string" />
d@0 74 <xsd:attribute name="mimetype" type="xsd:string" />
d@0 75 <xsd:attribute ref="xml:space" />
d@0 76 </xsd:complexType>
d@0 77 </xsd:element>
d@0 78 <xsd:element name="assembly">
d@0 79 <xsd:complexType>
d@0 80 <xsd:attribute name="alias" type="xsd:string" />
d@0 81 <xsd:attribute name="name" type="xsd:string" />
d@0 82 </xsd:complexType>
d@0 83 </xsd:element>
d@0 84 <xsd:element name="data">
d@0 85 <xsd:complexType>
d@0 86 <xsd:sequence>
d@0 87 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
d@0 88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
d@0 89 </xsd:sequence>
d@0 90 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
d@0 91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
d@0 92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
d@0 93 <xsd:attribute ref="xml:space" />
d@0 94 </xsd:complexType>
d@0 95 </xsd:element>
d@0 96 <xsd:element name="resheader">
d@0 97 <xsd:complexType>
d@0 98 <xsd:sequence>
d@0 99 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
d@0 100 </xsd:sequence>
d@0 101 <xsd:attribute name="name" type="xsd:string" use="required" />
d@0 102 </xsd:complexType>
d@0 103 </xsd:element>
d@0 104 </xsd:choice>
d@0 105 </xsd:complexType>
d@0 106 </xsd:element>
d@0 107 </xsd:schema>
d@0 108 <resheader name="resmimetype">
d@0 109 <value>text/microsoft-resx</value>
d@0 110 </resheader>
d@0 111 <resheader name="version">
d@0 112 <value>2.0</value>
d@0 113 </resheader>
d@0 114 <resheader name="reader">
d@0 115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
d@0 116 </resheader>
d@0 117 <resheader name="writer">
d@0 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
d@0 119 </resheader>
d@0 120 </root>