Skip to content

Commit

Permalink
Update naming here
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzstaffel committed May 23, 2024
1 parent 243d046 commit 0f31836
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ Where:


As children the channel function has list of a [channel
sets](#user-content-channel-set ) and a [sub channel
sets](#user-content-channel-set ) and a [subchannel
sets](#user-content-sub-channel-set ).

###### Channel Set
Expand All @@ -1985,28 +1985,28 @@ are specified in [table 61](#user-content-table-61 ).

The channel set does not have any children.

###### Sub Channel Set
###### SubChannel Set

This section defines the sub channel sets of the channel function (XML node
<SubChannelSet>). The currently defined XML attributes of the sub channel set
This section defines the subchannel sets of the channel function (XML node
<SubChannelSet>). The currently defined XML attributes of the subchannel set
are specified in [table 62](#user-content-table-62 ).

<div id="table-62">

#### Table 62. *Sub Channel Set Attributes*
#### Table 62. *SubChannel Set Attributes*

| XML Attribute Name | Value Type | Description |
|----|----|----|
| Name | [Name](#user-content-attrtype-name ) | The name of the sub channel set. Default: Empty |
| Name | [Name](#user-content-attrtype-name ) | The name of the subchannel set. Default: Empty |
| PhysicalFrom | [Float](#user-content-attrtype-float ) | Physical start value |
| PhysicalTo | [Float](#user-content-attrtype-float ) | Physical end value |
| SubPhysicalUnit | [Node](#user-content-attrtype-node ) | Link to the sub physical unit; Starting Point: Attribute |
| SubPhysicalUnit | [Node](#user-content-attrtype-node ) | Link to the subphysical unit; Starting Point: Attribute |
| DMXProfile | [Node](#user-content-attrtype-node ) | Optional link to the DMX Profile; Starting Point: DMX Profile Collect |


</div>

The sub channel set does not have any children.
The subchannel set does not have any children.

#### Relation Collect

Expand Down

0 comments on commit 0f31836

Please sign in to comment.