Microsoft Office XML

WordProcessingML
Desarrollador
Microsoft
Información general
Extensión de archivo .XML (Documento XML)
Tipo de MIME ?
Tipo de formato Documento de texto
Extendido de Extensible Markup Language
Formato abierto ?
DataDiagramingML
Desarrollador
Microsoft
Información general
Extensión de archivo .VDX (Dibujo XML)
.VSX (Esténcil XML)
.VTX (Plantilla XML)
Tipo de MIME ?
Tipo de formato Gráfico vectorial
Extendido de Extensible Markup Language
Formato abierto ?
SpreadsheetML
Desarrollador
Microsoft
Información general
Extensión de archivo .XML (Hoja de cálculo XML)
Tipo de MIME ?
Tipo de formato Hoja de cálculo
Extendido de Extensible Markup Language
Formato abierto ?

Los formatos Microsoft Office XML (no confundir con Office Open XML) son formatos de documento basados en XML (o lenguajes de esquema XML) introducidos en versiones de Microsoft Office anteriores a Office 2007. En Microsoft Office XP se introdujo un nuevo formato XML para almacenar hojas de cálculo de Excel y Office 2003 añadió formatos basados en XML para documentos de Word.[1]

Estos formatos fueron reemplazados por la especificación Office Open XML (ECMA-376) en Microsoft Office 2007.

Formatos de archivo

  • Microsoft Office Word 2003 XML — WordProcessingML o WordML (.XML)
  • Microsoft Office Excel 2002 y Excel 2003 XML — SpreadsheetML (.XML)
  • Microsoft Office Visio 2003 XML — DataDiagramingML (.VDX, .VSX, .VTX)
  • Microsoft Office InfoPath 2003 XML — XML FormTemplate (.XSN) (plantillas XML comprimidas en un contenedor CAB)

Limitaciones y diferencias con Office Open XML

Además de las diferencias de lenguajes de esquema, hay muchas otras diferencias entre los formatos de esquema anteriores de Office XML con la especificación Office Open XML.

  • Mientras que los datos en documentos Office Open XML son almacenado en partes distintas y comprimido en un contenedor ZIP de acuerdo al formato Open Packaging Convention, los archivos Microsoft Office XML son almacenados como archivos monolíticos simples XML (lo que los hace bastante grandes, en comparación con OOXML y los antiguos formatos binarios de Microsoft Office). Los objetos incorporados como imágenes son almacenados como bloques codificados en binario dentro del XML. En el caso de Office Open XML, el encabezado, pie, comentarios de documento, etc., son todos almacenados separadamente.
  • Las hojas de cálculo XML no pueden guardar macros de Visual Basic para Aplicaciones, flechas de rastreo de auditoría, diagramas y otros objetos gráficos, vistas personalizadas, capas de objetos de dibujo, esquemas, escenarios, información de libro compartida y categorías de función definidas por el usuario.[2]​ En contraste, los nuevos formatos Office Open XML permiten mantener toda la fidelidad en sus documentos.
  • Mala compatibilidad hacia atrás con las versiones de Word/Excel anteriores a la que fueron introducidos. Por ejemplo, Word 2002 no puede abrir archivos XML de Word 2003 a menos que se instale un convertidor de terceros.[3]​ Microsoft tiene a su disposición un Visor Word 2003 XML que permite a los archivos WordProcessingML guardades por Word 2003 verse como HTML desde Internet Explorer.[4]​ En cambio, para Office Open XML Microsoft proporciona convertidores globales para Office 2003, Office XP y Office 2000.
  • A diferencia de su antecesor, los formatos Office Open XML tienen definiciones para su uso en ámbitos como PowerPoint 2007, edición de ecuaciones (Office MathML), dibujos vectoriales, gráficos y text art (DrawingML).

Ejemplo de formato Word XML

<?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>Aquí va el título</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>
  <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="ES-ES" w:fareast="ES-ES" w:bidi="ES-CO" />
      </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="Tabla Normal" />
      <wx:uiName wx:val="Tabla 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="Sin Lista" />
      <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>Este es el primer párrafo</w:t>
        </w:r>
      </w:p>
      <wx:sub-section>
        <w:p>
          <w:pPr>
            <w:pStyle w:val="Heading1" />
          </w:pPr>
          <w:r>
            <w:t>Este es un encabezado</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>

Ejemplo de hoja de cálculo Excel XML

<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook
   xmlns="urn:schemas-microsoft-com:office:spreadsheet"
   xmlns:o="urn:schemas-microsoft-com:office:office"
   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">
  <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
    <Author>Darl McBride</Author>
    <LastAuthor>Bill Gates</LastAuthor>
    <Created>2007-03-15T23:04:04Z</Created>
    <Company>SCO Group, Inc.</Company>
    <Version>11.8036</Version>
  </DocumentProperties>
  <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
    <WindowHeight>6795</WindowHeight>
    <WindowWidth>8460</WindowWidth>
    <WindowTopX>120</WindowTopX>
    <WindowTopY>15</WindowTopY>
    <ProtectStructure>False</ProtectStructure>
    <ProtectWindows>False</ProtectWindows>
  </ExcelWorkbook>
  <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom" />
      <Borders />
      <span style=" /">
      <Interior />
      <NumberFormat />
      <Protection />
    </Style>
    <Style ss:ID="s21">
      <span style=" x:Family="Swiss" ss:Bold="1" /">
    </Style>
  </Styles>
  <Worksheet ss:Name="Sheet1">
    <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="5"
	   x:FullColumns="1" x:FullRows="1">
      <Row>
        <Cell>
          <Data ss:Type="String">Texto en celda A1</Data>
        </Cell>
      </Row>
      <Row>
        <Cell ss:StyleID="s21">
          <Data ss:Type="String">Texto en negrita en celda A2</Data>
        </Cell>
      </Row>
      <Row ss:Index="4">
        <Cell ss:Index="2">
          <Data ss:Type="Number">43</Data>
        </Cell>
      </Row>
      <Row>
        <Cell ss:Index="2" ss:Formula="=R[-1]C/2">
          <Data ss:Type="Number">21.5</Data>
        </Cell>
      </Row>
    </Table>
    <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
      <Print>
        <ValidPrinterInfo />
        <HorizontalResolution>600</HorizontalResolution>
        <VerticalResolution>600</VerticalResolution>
      </Print>
      <Selected />
      <Panes>
        <Pane>
          <Number>3</Number>
          <ActiveRow>5</ActiveRow>
          <ActiveCol>1</ActiveCol>
        </Pane>
      </Panes>
      <ProtectObjects>False</ProtectObjects>
      <ProtectScenarios>False</ProtectScenarios>
    </WorksheetOptions>
  </Worksheet>
</Workbook>

Véase también

Referencias

  1. History of Office XML formats
  2. «Características y limitaciones del formato de hoja de cálculo XML». Archivado desde el original el 17 de abril de 2009. Consultado el 8 de abril de 2009. 
  3. «Polar WordML add-in». Archivado desde el original el 11 de abril de 2009. Consultado el 8 de abril de 2009. 
  4. Word 2003 XML Viewer

Enlaces externos

Read other articles:

KleifarvatnDanau Kleifarvatn di Islandia pada Juni 2008LetakReykjanesKoordinat63°55′N 21°59′W / 63.917°N 21.983°W / 63.917; -21.983Koordinat: 63°55′N 21°59′W / 63.917°N 21.983°W / 63.917; -21.983Terletak di negaraIslandiaPanjang maksimal47 km (29 mi)Lebar maksimal25 km (16 mi)Area permukaan8 km2 (3,1 sq mi)Kedalaman maksimal97 m (318 ft) (tahun 2000) Kleifarvatn adalah danau terbesar d...

 

 

American scientist Not to be confused with Clara G. McMillan. Clara McMillen1921 Yearbook PhotoBorn(1898-10-02)2 October 1898Bloomington, IndianaDiedApril 30, 1982(1982-04-30) (aged 83)Bloomington, IndianaOccupation(s)Biologist, sexologistKnown forZoology, entomologySpouse Alfred Kinsey ​ ​(m. 1921; died 1956)​Children4 Clara Bracken McMillen (October 2, 1898 – April 30, 1982) was an American researcher. The wife of Alfred Kinsey, wh...

 

 

Bandar Udara Internasional MuskatIATA: MCTICAO: OOMSInformasiJenisMiliter/PublikPengelolaOman Airports Management CompanyMelayaniMuskatLokasiMuscat, OmanMaskapai penghubungOman AirLandasan pacu Arah Panjang Permukaan kaki m 08/26 11.758 3.584 Aspal 02/20 2.461 750 Soil Statistik (2011)Total Penumpang6,479,860 Total Kargo yang Diangkut98,780 ton Total Pergerakan Pesawat68,696 Bandar Udara Internasional Muskat (IATA: MCT, ICAO: OOMS) juga dipanggil Bandar Udara Internasional Seeb adalah ba...

أعمال الدلتامعلومات عامةجزء من عجائب الدنيا السبع الجديدة الاسم الأصل Deltawerken (بالهولندية) البلد هولندا الإحداثيات 51°39′N 3°43′E / 51.65°N 3.72°E / 51.65; 3.72 لديه جزء أو أجزاء Stormvloedkering Hollandse IJssel (en) Zandkreekdam (en) Veerse Gatdam (en) تعديل - تعديل مصدري - تعديل ويكي بيانات 51°39′N 3°43′E / ...

 

 

Untuk orang lain dengan nama yang sama, lihat Richard Russell. Richard Russell Jr. Richard Brevard Russell Jr. (3 November 1897 – 21 Januari 1971) adalah seorang politikus Amerika asal negara bagian Georgia. Seorang anggota Partai Demokrat Amerika Serikat, ia menjabat sebagai Gubernur Georgia sebelum menjabat dalam Senat Amerika Serikat selama hampir 40 tahun, dari 1933 sampai 1971. Russell adalah pendiri dan pemimpin koalisi konservatif yang mendominasi Kongres dari 1937 samp...

 

 

この項目には、一部のコンピュータや閲覧ソフトで表示できない文字が含まれています(詳細)。 数字の大字(だいじ)は、漢数字の一種。通常用いる単純な字形の漢数字(小字)の代わりに同じ音の別の漢字を用いるものである。 概要 壱万円日本銀行券(「壱」が大字) 弐千円日本銀行券(「弐」が大字) 漢数字には「一」「二」「三」と続く小字と、「壱」「�...

سباق إنديانا بوليس -500 ميل 2003 إنديانابوليس موتور سبيدوايإنديانابوليس 500 هيئة فرض العقوبات إندي كار السلسلة سلسلة إندي كار 2003  الموسم سلسلة إندي كار 2003  التاريخ 25 مايو 2003 البلد الولايات المتحدة  الفائز جيل دي فيران فريق الفائز بنسك متوسط السرعة 156.291 mph أول المنطلقين ه...

 

 

Tomas LindahlTomas Lindahl pada konferensi pers di Royal Swedish Academy of Sciences, 2015LahirTomas Robert Lindahl28 Januari 1938 (umur 86)Stockholm, SwedenKebangsaanSwedenAlmamater Karolinska Institutet (PhD) Dikenal atasClarification of cellular resistance to carcinogensPenghargaan FMedSci FRS (1988) Royal Medal (2007) Copley Medal (2010) Nobel Prize (2015) Karier ilmiahBidangCancer researchInstitusi London Research Institute Princeton University Rockefeller University DisertasiOn th...

 

 

American abolitionist, author (1826–1898) Matilda Joslyn GageA Woman of the CenturyBornMatilda Electa JoslynMarch 24, 1826Cicero, New York, U.S.DiedMarch 18, 1898(1898-03-18) (aged 71)Chicago, Illinois, U.S.OccupationAbolitionist, free thinker, authorNotable worksAuthor, with Anthony and Stanton, of first three volumes of History of Woman SuffrageSpouse Henry Hill Gage ​ ​(m. 1845; died 1884)​Children5, including MaudParentsHezekiah Josly...

American judge (born 1958) Loretta RushLoretta Rush in 2018Chief Justice of the Indiana Supreme CourtIncumbentAssumed office August 18, 2014Preceded byBrent DicksonJustice of the Indiana Supreme CourtIncumbentAssumed office November 7, 2012Appointed byMitch DanielsPreceded byFrank Sullivan Personal detailsBorn (1958-05-11) May 11, 1958 (age 66)Scranton, Pennsylvania, U.S.EducationPurdue University (BA)Indiana University, Bloomington (JD)WebsiteOfficial biography Loretta Hogan Rus...

 

 

Dymaxion world map with continental landmasses (I,II,III,IV) and largest islands (1–30) roughly to scale This list includes all islands in the world larger than 2,500 km2 (970 sq mi) and most of the islands over 1,000 km2 (390 sq mi), sorted in descending order by area. For size and location reference, four very large continental landmasses are also shown. Continental landmasses Continental landmasses are not usually classified as islands despite being complet...

 

 

حسنة بنحسي معلومات شخصية الميلاد 1 يونيو 1978 (46 سنة)  مراكش  مواطنة المغرب  الطول 166 سنتيمتر  الوزن 47 كيلوغرام  الزوج محسن الشهيبي  الحياة العملية المهنة عدائة المسافات المتوسطة،  ومنافسة ألعاب القوى  اللغة الأم الأمازيغية  اللغات الأمازيغية،  والعر...

2008 television series This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Vecinos Colombian TV series – news · newspapers · books · scholar · JSTOR (April 2009) (Learn how and when to remove this message) VecinosGenreTelenovela / comedyWritten byCarlos Fernández de Soto, Ana Fernanda Martínez, Andrea López Jaramillo, Jos...

 

 

1987 live album by Tommy FlanaganNights at the VanguardLive album by Tommy FlanaganReleased1987RecordedOctober 18–19, 1986VenueVillage Vanguard, New York City, U.S.GenreJazzLabelUptownProducerRudy Van GelderTommy Flanagan chronology Blues in the Closet(1983) Nights at the Vanguard(1987) Jazz Poet(1989) Professional ratingsReview scoresSourceRatingAllMusic[1]The Penguin Guide to Jazz Recordings[2] Nights at the Vanguard is an album by jazz pianist Tommy Flanagan, with...

 

 

Alliances between German, Russian and Austro-Hungarian Empires from 1873 to 1878 and 1881 to 1887 The League of the Three Emperors or Union of the Three Emperors (German: Dreikaiserbund) was an alliance between the German, Russian and Austro-Hungarian Empires, from 1873 to 1887. Chancellor Otto von Bismarck took full charge of German foreign policy from 1870 to his dismissal in 1890. His goal was a peaceful Europe, based on the balance of power. Bismarck feared that a hostile combination of A...

Para otros usos de este término, véase Goethe (desambiguación). Johann Wolfgang von Goethe Información personalNombre de nacimiento Johann Wolfgang Goethe Nacimiento 28 de agosto de 1749 Fráncfort del Meno (Sacro Imperio Romano Germánico) Fallecimiento 22 de marzo de 1832 Weimar (Ducado de Sajonia-Weimar-Eisenach, Confederación Germánica) Causa de muerte Infarto agudo de miocardio Sepultura Weimarer Fürstengruft Religión Luteranismo Lengua materna Alemán FamiliaPadres Johann Caspa...

 

 

Railway station in Kolakaluru, India KolakaluruGeneral informationLocationKolakaluru, Tenali, Andhra PradeshIndiaCoordinates16°17′43″N 80°37′40″E / 16.295394°N 80.627728°E / 16.295394; 80.627728Operated byIndian RailwaysLine(s)Tenali–Repalle branch lineConstructionStructure typeStandard (on ground)AccessibleOther informationStatusActiveStation codeKLX Zone(s) South Central RailwayTooltip South Central Railway zone Division(s) VijayawadaTooltip Vijayawada ...

 

 

City in Mississippi, United StatesPascagoula, MississippiCityWelcome sign on U.S. Route 90 FlagLogoNickname: Mississippi's Flagship CityMotto(s): A Great Place to Live, Work & PlayLocation of Pascagoula in Jackson County, MississippiPascagoulaLocation in the United StatesShow map of MississippiPascagoulaPascagoula (the United States)Show map of the United StatesCoordinates: 30°21′49″N 88°32′31″W / 30.36361°N 88.54194°W / 30.36361; -88.54194Co...

1979 Italian filmTo forget VeniceFilm posterDirected byFranco BrusatiWritten byFranco BrusatiJaja FiastriStarringMariangela MelatoErland JosephsonDavid PontremoliEleonora GiorgiCinematographyRomano AlbaniMusic byBenedetto GhigliaRelease date 14 April 1979 (1979-04-14) Running time110 minutesCountryItalyLanguageItalian To Forget Venice (Italian: Dimenticare Venezia) is a 1979 Italian drama film written and directed by Franco Brusati. It was nominated for the Academy Award for Be...

 

 

Artikel ini perlu diwikifikasi agar memenuhi standar kualitas Wikipedia. Anda dapat memberikan bantuan berupa penambahan pranala dalam, atau dengan merapikan tata letak dari artikel ini. Untuk keterangan lebih lanjut, klik [tampil] di bagian kanan. Mengganti markah HTML dengan markah wiki bila dimungkinkan. Tambahkan pranala wiki. Bila dirasa perlu, buatlah pautan ke artikel wiki lainnya dengan cara menambahkan [[ dan ]] pada kata yang bersangkutan (lihat WP:LINK untuk keterangan lebih lanjut...