Skip to content

Commit 674e61c

Browse files
committed
Adjust to children nodes and allow future extending
1 parent 9321ba2 commit 674e61c

1 file changed

Lines changed: 40 additions & 9 deletions

File tree

gdtf-spec.md

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ amendments) applies.
8686

8787
- IEC 60529 Degrees of protection provided by enclosures (IP Code)
8888

89+
- IEC 60598-2-17 Luminaires - Part 2-17: Particular requirements - Luminaires for stage lighting, television and film studios (outdoor and indoor)
90+
8991
## Terms and definitions
9092

9193
For the purposes of this document, the following terms and definitions
@@ -980,14 +982,6 @@ The color rendering index does not have any children.
980982
This section defines the general properties of the device type (XML node
981983
`<Properties>`).
982984

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 |
991985

992986

993987
The currently defined children nodes of properties collect
@@ -1001,7 +995,8 @@ are specified in [table 28](#user-content-table-28 ).
1001995
| [OperatingTemperature](#user-content-operatingtemperature ) | 0 or 1 | Temperature range in which the device can be operated. |
1002996
| [Weight](#user-content-weight ) | 0 or 1 | Weight of the device including all accessories. |
1003997
| [LegHeight](#user-content-legheight ) | 0 or 1 | Height of the legs. |
1004-
998+
| [Ratings](#user-content-ratings ) | 0 or 1 | Various ratings of the device. |
999+
| [Distances](#user-content-distances ) | 0 or 1 | Distances from other objects or devices. |
10051000

10061001
</div>
10071002

@@ -1063,6 +1058,42 @@ currently defined XML attributes of the LegHeight are specified in
10631058

10641059
The LegHeight currently does not have any children.
10651060

1061+
#### Ratings
1062+
1063+
This section defines Ratings of the device (XML node `<Ratings>`). The
1064+
currently defined XML attributes of the Ratings are specified in [table
1065+
xx](#user-content-table-xx ).
1066+
1067+
<div id="table-xx">
1068+
1069+
#### Table xx. *Ratings Attributes*
1070+
1071+
| XML Attribute Name | Value Type | Description |
1072+
|----|----|----|
1073+
| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device in the format of IEC 60529. Example: IP65 |
1074+
1075+
</div>
1076+
1077+
The IP Rating currently does not have any children.
1078+
1079+
1080+
#### Distances
1081+
1082+
This section defines information about required distances from the device (XML node
1083+
`<Distances>`). The currently defined XML attributes of the Distances are
1084+
specified in [table xx](#user-content-table-xx ).
1085+
1086+
<div id="table-xx">
1087+
1088+
#### Table xx. *Distances Attributes*
1089+
1090+
| XML Attribute Name | Value Type | Description |
1091+
|----|----|----|
1092+
| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance from flammable materials of all outer surfaces of the device according to IEC 60598-2-17; Unit: meter; Default value: 0 |
1093+
1094+
</div>
1095+
1096+
The Distance To Flammable currently does not have any children.
10661097

10671098
## Model Collect
10681099

0 commit comments

Comments
 (0)