Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2012-05-07 10:17:50 +0000
committerMichael Jastram2012-05-07 10:17:50 +0000
commit1d4cdc0d4e07eca476ab2ee67213818fd1beea20 (patch)
tree1e9f17fe439de3b58ccb265dc8645eee05fc7c5b
parentd04bc132c9d3d8f42f9616f8c7abc8f3efe9f025 (diff)
downloadorg.eclipse.rmf-1d4cdc0d4e07eca476ab2ee67213818fd1beea20.tar.gz
org.eclipse.rmf-1d4cdc0d4e07eca476ab2ee67213818fd1beea20.tar.xz
org.eclipse.rmf-1d4cdc0d4e07eca476ab2ee67213818fd1beea20.zip
Made documentation of TC1000 consistent.
-rw-r--r--org.eclipse.rmf.reqif10.tests/src/org/eclipse/rmf/reqif10/tests/uc001/tc1000/package.html17
1 files changed, 4 insertions, 13 deletions
diff --git a/org.eclipse.rmf.reqif10.tests/src/org/eclipse/rmf/reqif10/tests/uc001/tc1000/package.html b/org.eclipse.rmf.reqif10.tests/src/org/eclipse/rmf/reqif10/tests/uc001/tc1000/package.html
index d19fddc0..9b7fbd56 100644
--- a/org.eclipse.rmf.reqif10.tests/src/org/eclipse/rmf/reqif10/tests/uc001/tc1000/package.html
+++ b/org.eclipse.rmf.reqif10.tests/src/org/eclipse/rmf/reqif10/tests/uc001/tc1000/package.html
@@ -52,39 +52,35 @@
<tr>
<td><i>AttributeDefinition/<br />
AttributeValue/ DatatypeDefinition</i></td>
-<td colspan="2"><p>See tables for Attribute Definitions and Attribute Values</td>
+<td colspan="2"><p>See SpecObjectType (for Attribute Definitions) and SpecObject (with attribute values) for Attribute Values</td>
</tr>
</tbody>
</table>
-<h4>Attribute Definitions</h4>
+<h4>SpecObjectType</h4>
<table border="1" cellspacing="0" cellpadding="0" > <thead> <tr>
-<th>ReqIF Attribute Level</th>
<th>Attribute Name</th>
<th>ReqIF Attribute Type (AttributeDefinition..)</th>
-<th>Further Settings</th>
+<th>Properties</th>
</tr>
</thead>
<tbody>
<tr>
-<td>SpecObject</td>
<td>TC1000T</td>
<td>Boolean</td>
<td> </td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000F</td>
<td>Boolean</td>
<td> </td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 Integer</td>
<td>Integer</p>
@@ -94,7 +90,6 @@ min := -17496</td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 String</td>
<td>String</p>
@@ -103,7 +98,6 @@ min := -17496</td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 Real</td>
<td>Real</p>
@@ -114,14 +108,12 @@ accuracy := 10</td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 Date</td>
<td>Date</td>
<td> </td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 Enum</td>
<td>Enumeration</td>
<td>multiValued:=false
@@ -136,7 +128,6 @@ accuracy := 10</td>
</tr>
<tr>
-<td>SpecObject</td>
<td>TC1000 EnumMultiValue</td>
<td>Enumeration</td>
<td>multiValued:=true
@@ -153,7 +144,7 @@ accuracy := 10</td>
</tbody>
</table>
-<h4>Attribute Values</h4>
+<h4>SpecObject (with attribute values)</h4>
<table border="1" cellspacing="0" cellpadding="0" >
<thead> <tr>

Back to the top