Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Attributes.html')
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Attributes.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Attributes.html b/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Attributes.html
new file mode 100644
index 00000000000..a093934d884
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Attributes.html
@@ -0,0 +1,62 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>Concepts - Attributes</title>
+ <link type="text/css" rel="stylesheet" href="../../../book.css"/>
+ </head>
+ <body>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <th style="width: 100%" align="center" colspan="3">Attributes</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Concepts.html" title="Concepts">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Relations.html" title="Relations">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Concepts</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Relations</td>
+ </tr>
+ </table><hr/>
+ <h1 id="Attributes">Attributes</h1>
+ <p>An
+ <b>attribute</b> is data attached to an artifact. A <tt>User</tt> artifact might have <tt>Email</tt>, <tt>Name</tt>, and <tt>Phone Number</tt> attributes. A <tt>Software Requirement</tt> artifact might have attributes such as <tt>Qualification Method</tt>, <tt>Safety Criticality</tt>, or <tt>Subsystem</tt>.
+ </p>
+ <p>The default attribute <tt>Name</tt> is required for all artifacts. Other attribute types can be created and associated with any artifact in the system.</p><hr/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Concepts.html" title="Concepts">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center">
+ <a href="Concepts.html" title="Concepts">
+ <img alt="Concepts" border="0" src="../../../images/home.gif"/>
+ </a>
+ </td>
+ <td style="width: 20%" align="right">
+ <a href="Relations.html" title="Relations">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Concepts</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Relations</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file

Back to the top