You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdtf-spec.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,9 +256,9 @@ attributes of the fixture type are specified in [table 3](#user-content-table-3
256
256
257
257
| XML Attribute Name | Value Type | Description |
258
258
|----|----|----|
259
-
| Name |[Name](#user-content-attrtype-name)| Name of the fixture type. As it is based on Name, it is safe for parsing. |
260
-
| ShortName |[String](#user-content-attrtype-string)| Shortened name of the fixture type. Non detailed version or an abbreviation. Can use any characters or symbols. |
261
-
| LongName |[String](#user-content-attrtype-string)| Detailed, complete name of the fixture type, can include any characters or extra symbols.|
259
+
| Name |[Name](#user-content-attrtype-name)| Name of the fixture type.|
260
+
| ShortName |[String](#user-content-attrtype-string)| Shortened name of the fixture type. Non detailed version or an abbreviation. Can use any characters or symbols. Used in user interfaces in places where there is not enough space.|
261
+
| LongName |[String](#user-content-attrtype-string)| Detailed, complete name of the fixture type, can include any characters or extra symbols.|
262
262
| Manufacturer |[String](#user-content-attrtype-string)| Manufacturer of the fixture type.|
263
263
| Description |[String](#user-content-attrtype-string)| Description of the fixture type. |
264
264
| FixtureTypeID |[GUID](#user-content-attrtype-guid)| Unique number of the fixture type. |
0 commit comments