Problem Statement: Out of the seven civil engineerings wonder, the two wonders that will be covered in my XML language are: The Empire State Building and The Petronas Twin Towers.
The Empire State Building is one of the most famous skyscrapers in the world, built in just 18 months during the Great Depression, it was the worlds tallest building from 1931-1972.
The Petronas Twin Towers in Kuala Lumpar, Malaysia are the worlds tallest twin buildings. They were the worlds tallest buildings from 1998 to 2004, it measured from the level of the main entrance to the structural top.
Keyword Design: See Table
| XML Tag | Description |
| <CEWonderName> ... </CEWonderName> | Name of Wonder |
| <SigCE> ... </SigCE> | Significance of CE Wonder |
| <Timing> ... </Timing> | Buildings Built Before and After |
| <CEPreceded> ... </CEPreceded> | Building Preceded By |
| <CESurpassed> ... </CESurpassed> | Building Surpassed By |
| <Location> ... </Location> | Location of the Wonder |
| <ConstructDate> ... </ConstructDate> | Date of Construction |
| <StartCon> ... </StartCon> | Start Date of Construction |
| <EndCon> ... </EndCon> | End Date of Construction |
| <Height> ... </Height> | Height of Wonder |
| <Anten> ... </Anten> | Antenna/Spire Height |
| <Roof> ... </Roof> | Roof Height | <TFloor> ... </TFloor> | Top Floor Height |
| <Floor> ... </Floor> | Floor Area and Number of Floors |
| <FArea> ... </FArea> | Area of Floor |
| <FCount> ... </FCount> | Number of Floors |
| <Arch> ... </Arch> | Architect of Building |
| <Cont> ... </Cont> | Contractor |
| <Manag> ... </Manag> | Management |
Example of XML Markup-Empire State Building
<CivilEngineeringWonders>
<SigCE>Most Famous Skyscraper in the world</SigCE>
<Timing>
<CEPreceded>Chrysler Building</CEPreceded>
<CESurpassed>World Trade Center</CESurpassed>
</Timing>
<Location>350 Fifth Avenue New York City NY USA</Location>
<ConstructDates>
<StartCon>1929</StartCon>
<EndCon>1931</EndCon>
</ConstructDates>
<Height>
<Anten>1,472 ft</Anten>
<Roof>1,250 ft</Roof>
<TFloor>1,224 ft</TFloor>
</Height>
<Floor>
<FArea>2,768,591 sq ft</FArea>
<FCount>102</FCount>
</Floor>
<Arch>Steve, Lamb and Harmon</Significance>
<Cont>Sharrett Brothers and Eken</Cont>
<Manag>Helmsley-Spear</Manag>
</CivilEngineeringWonders>
Example of XML Markup-Petronas Twin Towers
<CivilEngineeringWonders>
<SigCE>The worlds tallest twin buildings</SigCE>
<Timing>
<CEPreceded>Sears Tower</CEPreceded>
<CESurpassed>Taipei 101</CESurpassed>
</Timing>
<Location>Kuala Lmpar Malaysia</Location>
<ConstructDates>
<StartCon>1992</StartCon>
<EndCon>1998</EndCon>
</ConstructDates>
<Height>
<Anten>1,482.9 ft</Anten>
<Roof>1,242.1 ft</Roof>
<TFloor>1,230.3 ft</TFloor>
</Height>
<Floor>
<FArea>4,250,000 sq ft</FArea>
<FCount>88</FCount>
</Floor>
<Arch>Cesar Pelli</Significance>
<Cont>Hazama Corporation Samsung Engineering and Construction</Cont>
<Manag>Kuala Lumpar City Centre</Manag>
</CivilEngineeringWonders>
Tree Structure: Hierarchy of Empire State Building
Tree Structure: Hierarchy of Petronas Twin Towers

