Skip to content

Commit a4c5342

Browse files
committed
Add additional descriptions of the device
1 parent 414b47b commit a4c5342

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

gdtf-spec.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ amendments) applies.
8484

8585
- [Semantic Versioning 2.0](https://semver.org/)
8686

87+
- IEC 60529 Degrees of protection provided by enclosures (IP Code)
88+
8789
## Terms and definitions
8890

8991
For the purposes of this document, the following terms and definitions
@@ -976,10 +978,20 @@ The color rendering index does not have any children.
976978
#### General
977979

978980
This section defines the general properties of the device type (XML node
979-
`<Properties>`). The Properties Collect currently does not have any XML
980-
attributes. The currently defined children nodes of properties collect
981-
are specified in [table 28](#user-content-table-28 ).
981+
`<Properties>`).
982+
983+
The currently defined XML attributes of the
984+
Properties are specified in [table 29](#user-content-table-29 ).
985+
986+
| XML Attribute Name | Value Type | Description |
987+
|----|----|----|
988+
| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 |
989+
| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 |
990+
| DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 |
982991

992+
993+
The currently defined children nodes of properties collect
994+
are specified in [table 28](#user-content-table-28 ).
983995
<div id="table-28">
984996

985997
#### Table 28. *Properties Collect*

0 commit comments

Comments
 (0)