Jump to content

Microsoft Office XML formats

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yobot (talk | contribs) at 06:50, 28 October 2016 (Word XML Format example: WP:CHECKWIKI error fixes using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WordProcessingML
Filename extension.XML (XML document)
Developed byMicrosoft
Type of formatDocument file format
Extended fromXML, DOC
DataDiagramingML
Filename extension.VDX (XML Drawing),
.VSX (XML Stencil),
.VTX (XML Template)
Developed byMicrosoft
Type of formatDiagramming vector graphics
Extended fromXML, VSD, VSS, VST
SpreadsheetML
Filename extension.XML (XML Spreadsheet)
Developed byMicrosoft
Type of formatSpreadsheet
Extended fromXML, XLS

The Microsoft Office XML formats are XML-based document formats (or XML schemas) introduced in versions of Microsoft Office prior to Office 2007. Microsoft Office XP introduced a new XML format for storing Excel spreadsheets and Office 2003 added an XML-based format for Word documents.[1]

These formats were succeeded by Office Open XML (ECMA-376) in Microsoft Office 2007.

File formats

  • Microsoft Office Word 2003 XML Format — WordProcessingML or WordML (.XML)
  • Microsoft Office Excel 2002 and Excel 2003 XML Format — SpreadsheetML (.XML)
  • Microsoft Office Visio 2003 XML Format — DataDiagramingML (.VDX, .VSX, .VTX)
  • Microsoft Office InfoPath 2003 XML Format — XML FormTemplate (.XSN) (Compressed XML templates in a Cabinet file)
  • Microsoft Office InfoPath 2003 XML Format — XMLS FormTemplate (.XSN) (Compressed XML templates in a Cabinet file)

Limitations and differences with Office Open XML

Besides differences in the schema, there are several other differences between the earlier Office XML schema formats and Office Open XML.

  • Whereas the data in Office Open XML documents is stored in multiple parts and compressed in a ZIP file conforming to the Open Packaging Convention, Microsoft Office XML formats are stored as plain single monolithic XML files (making them quite large, compared to OOXML and the Microsoft Office legacy binary formats). Also, embedded items like pictures are stored as binary encoded blocks within the XML. In case of Office Open XML, the header, footer, comments of a document etc. are all stored separately.
  • XML Spreadsheet documents cannot store Visual Basic for Applications macros, auditing tracer arrows, chart and other graphic objects, custom views, drawing object layers, outlining, scenarios, shared workbook information and user-defined function categories.[2] In contrast, the newer Office Open XML formats support full document fidelity.
  • Poor backward compatibility with the version of Word/Excel prior to the one in which they were introduced. For example, Word 2002 cannot open Word 2003 XML files unless a third-party converter add-in is installed.[3] Microsoft has released a Word 2003 XML Viewer which allows WordProcessingML files saved by Word 2003 to be viewed as HTML from within Internet Explorer.[4] For Office Open XML, Microsoft provides converters for Office 2003, Office XP and Office 2000.
  • Office Open XML formats are also defined for PowerPoint 2007, equation editing (Office MathML), vector drawing, charts and text art (DrawingML).

Word XML Format example

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<w:wordDocument
   xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
   xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
   xmlns:o="urn:schemas-microsoft-com:office:office"
   w:macrosPresent="no"
   w:embeddedObjPresent="no"
   w:ocxPresent="no"
   xml:space="preserve">
  <o:DocumentProperties>
    <o:Title>This is the title</o:Title>
    <o:Author>Darl McBride</o:Author>
    <o:LastAuthor>Bill Gates</o:LastAuthor>
    <o:Revision>1</o:Revision>
    <o:TotalTime>0</o:TotalTime>
    <o:Created>2007-03-15T23:05:00Z</o:Created>
    <o:LastSaved>2007-03-15T23:05:00Z</o:LastSaved>
    <o:Pages>1</o:Pages>
    <o:Words>6</o:Words>
    <o:Characters>40</o:Characters>
    <o:Company>SCO Group, Inc.</o:Company>
    <o:Lines>1</o:Lines>
    <o:Paragraphs>1</o:Paragraphs>
    <o:CharactersWithSpaces>45</o:CharactersWithSpaces>
    <o:Version>11.6359</o:Version>
  </o:DocumentProperties>
  <w:fonts>
    <w:defaultFonts
       w:ascii="Times New Roman"
       w:fareast="Times New Roman"
       w:h-ansi="Times New Roman"
       w:cs="Times New Roman" />
  </w:fonts>
<gallery>
[[File:1234|thumb|1234]]
</gallery>
  <w:styles>
    <w:versionOfBuiltInStylenames w:val="4" />
    <w:latentStyles w:defLockedState="off" w:latentStyleCount="156" />
    <w:style w:type="paragraph" w:default="on" w:styleId="Normal">
      <w:name w:val="Normal" />
      <w:rPr>
        <wx:font wx:val="Times New Roman" />
        <w:sz w:val="24" />
        <w:sz-cs w:val="24" />
        <w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA" />
      </w:rPr>
    </w:style>
    <w:style w:type="paragraph" w:styleId="Heading1">
      <w:name w:val="heading 1" />
      <wx:uiName wx:val="Heading 1" />
      <w:basedOn w:val="Normal" />
      <w:next w:val="Normal" />
      <w:rsid w:val="00D93B94" />
      <w:pPr>
        <w:pStyle w:val="Heading1" />
        <w:keepNext />
        <w:spacing w:before="240" w:after="60" />
        <w:outlineLvl w:val="0" />
      </w:pPr>
      <w:rPr>
        <w:rFonts w:ascii="Arial" w:h-ansi="Arial" w:cs="Arial" />
        <wx:font wx:val="Arial" />
        <w:b />
        <w:b-cs />
        <w:kern w:val="32" />
        <w:sz w:val="32" />
        <w:sz-cs w:val="32" />
      </w:rPr>
    </w:style>
    <w:style w:type="character" w:default="on" w:styleId="DefaultParagraphFont">
      <w:name w:val="Default Paragraph Font" />
      <w:semiHidden />
    </w:style>
    <w:style w:type="table" w:default="on" w:styleId="TableNormal">
      <w:name w:val="Normal Table" />
      <wx:uiName wx:val="Table Normal" />
      <w:semiHidden />
      <w:rPr>
        <wx:font wx:val="Times New Roman" />
      </w:rPr>
      <w:tblPr>
        <w:tblInd w:w="0" w:type="dxa" />
        <w:tblCellMar>
          <w:top w:w="0" w:type="dxa" />
          <w:left w:w="108" w:type="dxa" />
          <w:bottom w:w="0" w:type="dxa" />
          <w:right w:w="108" w:type="dxa" />
        </w:tblCellMar>
      </w:tblPr>
    </w:style>
    <w:style w:type="list" w:default="on" w:styleId="NoList">
      <w:name w:val="No List" />
      <w:semiHidden />
    </w:style>
  </w:styles>
  <w:docPr>
    <w:view w:val="print" />
    <w:zoom w:percent="100" />
    <w:doNotEmbedSystemFonts />
    <w:proofState w:spelling="clean" w:grammar="clean" />
    <w:attachedTemplate w:val="" />
    <w:defaultTabStop w:val="720" />
    <w:punctuationKerning />
    <w:characterSpacingControl w:val="DontCompress" />
    <w:optimizeForBrowser />
    <w:validateAgainstSchema />
    <w:saveInvalidXML w:val="off" />
    <w:ignoreMixedContent w:val="off" />
    <w:alwaysShowPlaceholderText w:val="off" />
    <w:compat>
      <w:breakWrappedTables />
      <w:snapToGridInCell />
      <w:wrapTextWithPunct />
      <w:useAsianBreakRules />
      <w:dontGrowAutofit />
    </w:compat>
  </w:docPr>
  <w:body>
    <wx:sect>
      <w:p>
        <w:r>
          <w:t>This is the first paragraph</w:t>
        </w:r>
      </w:p>
      <wx:sub-section>
        <w:p>
          <w:pPr>
            <w:pStyle w:val="Heading1" />
          </w:pPr>
          <w:r>
            <w:t>This is a heading</w:t>
          </w:r>
        </w:p>
        <w:sectPr>
          <w:pgSz w:w="12240" w:h="15840" />
          <w:pgMar w:top="1440"
		   w:right="1800"
		   w:bottom="1440"
		   w:left="1800"
		   w:header="720"
		   w:footer="720"
		   w:gutter="0" />
          <w:cols w:space="720" />
          <w:docGrid w:line-pitch="360" />
        </w:sectPr>
      </wx:sub-section>
    </wx:sect>
  </w:body>
</w:wordDocument>

<?xml version="1.0" encoding="UTF-8"?><?mso-application progid="Excel.Sheet"?>

<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<Worksheet ss:Name="CognaLearn+Intedashboard">
<Column ss:Index="1" ss:AutoFitWidth="0" ss:Width="110"/> <Row><Cell>ID</Cell><Cell>Project</Cell><Cell>Reporter</Cell><Cell>Assigned To</Cell><Cell>Priority</Cell><Cell>Severity</Cell><Cell>Reproducibility</Cell><Cell>Product Version</Cell><Cell>Category</Cell><Cell>Date Submitted</Cell><Cell>OS</Cell><Cell>OS Version</Cell><Cell>Platform</Cell><Cell>View Status</Cell><Cell>Updated</Cell><Cell>Summary</Cell><Cell>Status</Cell><Cell>Resolution</Cell><Cell>Fixed in Version</Cell></Row><Row><Cell >0000033</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell ></Cell> <Cell >normal</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >IE8 browser_Modules screen tool tip text is shown twice</Cell> <Cell >new</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000032</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell ></Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module add Screen_TRAT Attempts field is showing “NaN” text</Cell> <Cell >new</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000031</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell ></Cell> <Cell >low</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Teachers:“Tenants List” page name is shown at top of the dashboard title</Cell> <Cell >new</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000014</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >General</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Home Page_Teacher Login</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000013</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Student Login:Student Comments field is saving without data after selected answer and click Submit button</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000015</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >General</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Default Page is not displaying-Welcome to Exam Portal after logging</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000017</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >General</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Teachers_Add Teachers _Name Length is not restricted</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000016</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >General</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Search _ Refresh_For all Browsers</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000018</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Teachers_Add new Teacher_Breadcrumb Navigation is not proper.</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000019</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Modules:In Manage Answers page entered answers are clearing when click Save by leaving Total points assigned</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000021</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module_Edit_Activity Type_IRATOnly_IRAT Type_Synchronous_IRAT Time—6756876786768767</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000020</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >General</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Courses_Teacher's name 'N' should be Capital letter</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000023</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Courses_view_Titles are missing</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000022</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Courses Add screen:No validation msg is shown when entered already existing Course details</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000024</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >low</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >courses_Add/Edit_close 'x' is not displaying</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000026</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >have not tried</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Courses_view\Edit_breadcrumb navigation</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000025</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Courses_Module button</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000028</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >subramanyam.b</Cell> <Cell >low</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >students_Edit_student preferred name Spelling mistake</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000027</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >major</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module_Activity Type_IRATOnly_QuestionSource_Online_IRAT Type_Synchronous_View ModuleOFF button _OFF</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000029</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module_Activity Type_IRATOnly_IRAT Points Per Question</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000030</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >subramanyam.b</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >IE8 browser:Courses_Students_Assign team_ column names are not displayed click on Disable drag & drop button</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000008</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >harshavardhan.v</Cell> <Cell >none</Cell> <Cell >block</Cell> <Cell >sometimes</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module_AddModule_Activity Type_IRATOnly</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000010</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Tenant/ Teacher Login:The page is refreshing twice when click on Discussion screen button for Application cases</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000009</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Module_Activity Type_IRATOnly_QuestionSource_Paper_Manage Answer</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000012</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >low</Cell> <Cell >text</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Students List page:Spelling mistake for sucessfully in “Student deleted sucessfully” in the confirmation msg</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000011</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >feature</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-14</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Tenants/Super admin login:Delete button feature is not available in Actions column for Teachers list grid</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000003</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >low</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Teachers List page:In breadcrumb 'S' is missing for Teacher list field</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000002</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >srividhya.yarlagadda</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Students List Screen _ Sorting is not working</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000005</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >CoursesPage_CourseGrid_Students_Manage Students_Remove button</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000004</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >Maximum No of Teams,Maximum Students per Team,Maximum Students in Add New Course Grid in Courses page.</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000007</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >bhavani.p</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >Functional</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >CoursesPage_CourseGrid_Students_Manage Students_GenericUpload</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000006</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >low</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-14</Cell> <Cell >In breadcrumb “Home” text(or )”Home icon” should be consistency in all links</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row><Row><Cell >0000001</Cell> <Cell >CognaLearn Intedashboard</Cell> <Cell >janardhana.l</Cell> <Cell >harshavardhan.v</Cell> <Cell >normal</Cell> <Cell >minor</Cell> <Cell >always</Cell> <Cell ></Cell> <Cell >GUI</Cell> <Cell >2016-10-13</Cell> <Cell ></Cell> <Cell ></Cell> <Cell ></Cell> <Cell >public</Cell> <Cell >2016-10-13</Cell> <Cell >Modules:Spell mistake for 'anwers' text in the success msg</Cell> <Cell >assigned</Cell> <Cell >open</Cell> <Cell ></Cell> </Row>

</Worksheet></Workbook>

See also

References