Displaying 2 results from an estimated 2 matches for "filetypeid".
Did you mean:
filetype
2009 Jan 23
1
XML package help
...:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>./XYZ</OutputFilePath>
<FilesList>
<File>
<FileTypeId>10</FileTypeId>
<FilePath>./XYZ/</FilePath>
<PatientCharacteristics eName="one" eValue="1"/>
<PatientCharacteristics eName="two" eValue="2"/>...
2009 Feb 09
1
XML package- accessing nodes based on attributes
...01/XMLSchema-instance">
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>D:\CN_data\Agilent\Results\</OutputFilePath>
<FilesList>
<File>
<Characteristic Type="File" eName="FileTypeId" eValue="10"/>
<Characteristic Type="File" eName="FilePath" eValue="D:\CN_data\Agilent\TCGA-06-0875-01A-01D-0387-02_US23502331_251469343372_S01_CGH-v4_10_Apr08.txt"/>
<Characteristic Type ="Patient" e...