Skip to content

Commit b25efb5

Browse files
committed
Adjust to children nodes
1 parent a4c5342 commit b25efb5

1 file changed

Lines changed: 41 additions & 9 deletions

File tree

gdtf-spec.md

Lines changed: 41 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+
| [IPRating](#user-content-iprating ) | 0 or 1 | IP Rating of the device. |
999+
| [DistanceToFlammable](#user-content-distancetoflammable ) | 0 or 1 | Minimal distance from flammable materials. |
10051000

10061001
</div>
10071002

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

10641059
The LegHeight currently does not have any children.
10651060

1061+
#### IPRating
1062+
1063+
This section defines the IP Rating of the device (XML node `<IPRating>`). The
1064+
currently defined XML attributes of the IP Rating are specified in [table
1065+
xx](#user-content-table-xx ).
1066+
1067+
<div id="table-xx">
1068+
1069+
#### Table xx. *IPRating Attributes*
1070+
1071+
| XML Attribute Name | Value Type | Description |
1072+
|----|----|----|
1073+
| Value | [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+
#### DistanceToFlammable
1081+
1082+
This section defines information about distance from flammable materials (XML
1083+
node `<DistanceToFlammable>`) based on surface temperature of the fixture's
1084+
housing. The currently defined XML attributes of the Distance To Flammable are
1085+
specified in [table xx](#user-content-table-xx ).
1086+
1087+
<div id="table-xx">
1088+
1089+
#### Table xx. *DistanceToFlammable Attributes*
1090+
1091+
| XML Attribute Name | Value Type | Description |
1092+
|----|----|----|
1093+
| Value | [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 |
1094+
1095+
</div>
1096+
1097+
The Distance To Flammable currently does not have any children.
10661098

10671099
## Model Collect
10681100

0 commit comments

Comments
 (0)