소스 검색

small XML fixes

reinhardkeil 6 년 전
부모
커밋
d7cec9a85c
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      CMSIS/DoxyGen/Zone/src/XML_Format.txt

+ 8 - 8
CMSIS/DoxyGen/Zone/src/XML_Format.txt

@@ -184,7 +184,7 @@ The \ref xml_rzone_pg element is the root element of the .rzone file which descr
     <td>\subpage xml_creator "creator"</td>
     <td>Specifies how a derived .rzone file was created.</td>
     <td>CreatorType</td>
-    <td>optional</td>
+    <td>0..1</td>
   </tr>
   <tr>
     <td>\subpage xml_device "device"</td>
@@ -789,8 +789,8 @@ The MPC region must not necessarily overlap a physical memory space which means
     <th colspan="3">Element Chain</th>
   </tr>
   <tr>
-    <td>\ref xml_rmemory "memory"</td>
-    <td colspan=3>\ref xml_rmemory</td>
+    <td>\ref xml_memories "memories"</td>
+    <td colspan=3>\ref xml_memories</td>
   </tr>
   <tr>
     <th>Attributes</th>
@@ -1309,19 +1309,19 @@ The \ref xml_azone_pg element is the root element of the .azone file which store
     <td>\subpage xml_arzone "rzone"</td>
     <td>Reference to rzone file</td>
     <td>RZoneType</td>
-    <td>optional</td>
+    <td>0..1</td>
   </tr>
   <tr>
     <td>\subpage xml_configure "configure"</td>
     <td>Control the operation of the CMSIS-Zone utility</td>
     <td>ConfigureType</td>
-    <td>1..1 </td>
+    <td>0..1 </td>
   </tr>
   <tr>
     <td>\subpage xml_partition "partition"</td>
     <td>Partition information for memory block splits</td>
     <td>RegionsType</td>
-    <td>1..1 </td>
+    <td>0..1 </td>
   </tr>
   <tr>
     <td>\subpage xml_zones "zones"</td>
@@ -1649,7 +1649,7 @@ The \ref xml_zones contains all zone definitions.
     <td>\subpage xml_zone "zone"</td>
     <td>Zone definitions</td>
     <td>complexType</td>
-    <td>0..*</td>
+    <td>1..*</td>
   </tr>
 </table>
 
@@ -1712,7 +1712,7 @@ The \ref xml_zone defines the name of a zone.
     <td>\ref xml_assign "assign"</td>
     <td>Resource Assignments</td>
     <td>complexType</td>
-    <td>0..*</td>
+    <td>1..*</td>
   </tr>
 </table>