@@ -11,7 +11,7 @@ Optionally, a part may have a group (Hgroup=) and a sub-group (Hsub=) to add fur
1111different cuts of the same part exists, and a variant (Hvariant=).
1212
1313A part is therefore identified by a name and a class together with the vendor specified by the pack.
14- A part vendor must ensure that the combination of name, revision, class, variant , group and sub-group is unique and not used by multiple parts.
14+ A part vendor must ensure that the combination of name, revision, variant, class , group and sub-group is unique and not used by multiple parts.
1515
1616\b Example
1717\code
@@ -21,7 +21,8 @@ A part vendor must ensure that the combination of name, revision, class, variant
2121 <parts>
2222
2323 <part Hvendor="STMicroelectronics" Hname="STSAFE-A110" Hvariant="STSAFA110DFSPL02" Hclass="Secure MCUs" Hgroup="Authentication">
24- <feature type="Crypto" n="128.256" name="Authentication and security for peripherals and IoT devices from STMicroelectronics"/>
24+ <description>Authentication, state-of-the-art security for peripherals and IoT devices</description>
25+ <feature type="Crypto" n="128.256" name="Authentication and security"/>
2526 <book name="Images/STSAFA110DFSPL02_UM.pdf" title="User Manual" public="true"/>
2627 <book name="Images/STSAFA110DFSPL02_DS.pdf" title="Datasheet" public="true"/>
2728 <image top="Images/STSAFA110DFSPL02_image.jpg" public="true">
@@ -31,7 +32,8 @@ A part vendor must ensure that the combination of name, revision, class, variant
3132 </part>
3233
3334 <part Hvendor="STMicroelectronics" Hname="STSAFE-A110" Hvariant="STSAFA110S8SPL02" Hclass="Secure MCUs" Hgroup="Authentication">
34- <feature type="Crypto" n="128.256" name="Authentication and security for peripherals and IoT devices from STMicroelectronics"/>
35+ <description>Authentication, state-of-the-art security for peripherals and IoT devices</description>
36+ <feature type="Crypto" n="128.256" name="Authentication and security"/>
3537 <book name="Images/STSAFA110S8SPL02_UM.pdf" title="User Manual" public="true"/>
3638 <book name="Images/STSAFA110S8SPL02_DS.pdf" title="Datasheet" public="true"/>
3739 <image top="Images/STSAFA110S8SPL02_image.jpg" public="true">
@@ -148,23 +150,29 @@ This element specifies a part. At least one part element must be specified per p
148150 <th>Type</th>
149151 <th>Occurrence</th>
150152 </tr>
153+ <tr>
154+ <td>description</td>
155+ <td>Brief summary of the part (maximum 256 characters, recommended 128 characters).</td>
156+ <td>BriefDescType</td>
157+ <td>0..1</td>
158+ </tr>
151159 <tr>
152160 <td>\ref element_part_feature "feature"</td>
153161 <td>Describes the features of the part.</td>
154162 <td>DeviceFeatureType</td>
155- <td>0..* </td>
163+ <td>0..*</td>
156164 </tr>
157165 <tr>
158166 <td>\ref element_part_book "book"</td>
159167 <td>Specifies documents that are relevant for the part.</td>
160168 <td>BookType</td>
161- <td>0..* </td>
169+ <td>0..*</td>
162170 </tr>
163171 <tr>
164172 <td>\ref element_part_image "image"</td>
165173 <td>Specifies the part pictures.</td>
166174 <td>ComplexType</td>
167- <td>0..1 </td>
175+ <td>0..1</td>
168176 </tr>
169177 <tr>
170178 <td>\ref element_part_environment "environment"</td>
0 commit comments