home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / Civilization4 / data1.cab / Civ4DemoComponent / Assets / XML / BasicInfos / CIV4BasicInfoSchema.xml < prev   
Encoding:
Text File  |  2005-11-09  |  3.9 KB  |  112 lines

  1. <!-- Sid Meier's Civilization 4 -->
  2. <!-- Copyright Firaxis Games 2005 -->
  3. <!-- -->
  4. <!-- Basic Infos  -->
  5. <Schema xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
  6.     <ElementType name="Type" content="textOnly"/>
  7.     <ElementType name="Description" content="textOnly"/>
  8.     <ElementType name="Civilopedia" content="textOnly"/>
  9.     <ElementType name="Button" content="textOnly"/>
  10.     <ElementType name="ConceptInfo" content="eltOnly">
  11.         <element type="Type"/>
  12.         <element type="Description"/>
  13.         <element type="Civilopedia"/>
  14.     </ElementType>
  15.     <ElementType name="ConceptInfos" content="eltOnly">
  16.         <element type="ConceptInfo" maxOccurs="*"/>
  17.     </ElementType>
  18.     <ElementType name="CityTabInfo" content="eltOnly">
  19.         <element type="Type"/>
  20.         <element type="Description"/>
  21.         <element type="Button"/>
  22.     </ElementType>
  23.     <ElementType name="CityTabInfos" content="eltOnly">
  24.         <element type="CityTabInfo" maxOccurs="*"/>
  25.     </ElementType>
  26.     <ElementType name="CalendarInfo" content="eltOnly">
  27.         <element type="Type"/>
  28.         <element type="Description"/>
  29.     </ElementType>
  30.     <ElementType name="CalendarInfos" content="eltOnly">
  31.         <element type="CalendarInfo" maxOccurs="*"/>
  32.     </ElementType>
  33.     <ElementType name="SeasonInfo" content="eltOnly">
  34.         <element type="Type"/>
  35.         <element type="Description"/>
  36.     </ElementType>
  37.     <ElementType name="SeasonInfos" content="eltOnly">
  38.         <element type="SeasonInfo" maxOccurs="*"/>
  39.     </ElementType>
  40.     <ElementType name="MonthInfo" content="eltOnly">
  41.         <element type="Type"/>
  42.         <element type="Description"/>
  43.     </ElementType>
  44.     <ElementType name="MonthInfos" content="eltOnly">
  45.         <element type="MonthInfo" maxOccurs="*"/>
  46.     </ElementType>
  47.     <ElementType name="DenialInfo" content="eltOnly">
  48.         <element type="Type"/>
  49.         <element type="Description"/>
  50.     </ElementType>
  51.     <ElementType name="DenialInfos" content="eltOnly">
  52.         <element type="DenialInfo" maxOccurs="*"/>
  53.     </ElementType>
  54.     <ElementType name="InvisibleInfo" content="eltOnly">
  55.         <element type="Type"/>
  56.         <element type="Description"/>
  57.     </ElementType>
  58.     <ElementType name="InvisibleInfos" content="eltOnly">
  59.         <element type="InvisibleInfo" maxOccurs="*"/>
  60.     </ElementType>
  61.     <ElementType name="UnitCombatInfo" content="eltOnly">
  62.         <element type="Type"/>
  63.         <element type="Description"/>
  64.         <element type="Button"/>
  65.     </ElementType>
  66.     <ElementType name="UnitCombatInfos" content="eltOnly">
  67.         <element type="UnitCombatInfo" maxOccurs="*"/>
  68.     </ElementType>
  69.     <ElementType name="DomainInfo" content="eltOnly">
  70.         <element type="Type"/>
  71.         <element type="Description"/>
  72.     </ElementType>
  73.     <ElementType name="DomainInfos" content="eltOnly">
  74.         <element type="DomainInfo" maxOccurs="*"/>
  75.     </ElementType>
  76.     <ElementType name="UnitAIInfo" content="eltOnly">
  77.         <element type="Type"/>
  78.         <element type="Description"/>
  79.     </ElementType>
  80.     <ElementType name="UnitAIInfos" content="eltOnly">
  81.         <element type="UnitAIInfo" maxOccurs="*"/>
  82.     </ElementType>
  83.     <ElementType name="AttitudeInfo" content="eltOnly">
  84.         <element type="Type"/>
  85.         <element type="Description"/>
  86.     </ElementType>
  87.     <ElementType name="AttitudeInfos" content="eltOnly">
  88.         <element type="AttitudeInfo" maxOccurs="*"/>
  89.     </ElementType>
  90.     <ElementType name="MemoryInfo" content="eltOnly">
  91.         <element type="Type"/>
  92.         <element type="Description"/>
  93.     </ElementType>
  94.     <ElementType name="MemoryInfos" content="eltOnly">
  95.         <element type="MemoryInfo" maxOccurs="*"/>
  96.     </ElementType>
  97.     <ElementType name="Civ4BasicInfos" content="eltOnly">
  98.         <element type="ConceptInfos"/>
  99.         <element type="CityTabInfos"/>
  100.         <element type="CalendarInfos"/>
  101.         <element type="SeasonInfos"/>
  102.         <element type="MonthInfos"/>
  103.         <element type="DenialInfos"/>
  104.         <element type="InvisibleInfos"/>
  105.         <element type="UnitCombatInfos"/>
  106.         <element type="DomainInfos"/>
  107.         <element type="UnitAIInfos"/>
  108.         <element type="AttitudeInfos"/>
  109.         <element type="MemoryInfos"/>
  110.     </ElementType>
  111. </Schema>
  112.