Visual Diagram
classDiagram
class BodyDimChestGirth
BodyDimChestGirth : +dimensionName
BodyDimChestGirth --|> BodyDimensionValue : dimensionName
BodyDimChestGirth : +dimensionValue
click BodyDimensionValue href "BodyDimensionValue.html" "dppk:BodyDimensionValue"
style BodyDimensionValue stroke:#2962ff,color:#2962ff
Description
The measurement of the chest girth.
type: dppk:BodyDimensionValue
Properties
| Property | Description | Type |
|---|---|---|
| Dimension Name (dppk:dimensionName) | The name of the secondary dimension (e.g., waist girth). | dppk:BodyDimensionValue |
| Dimension Value (dppk:dimensionValue) | The value or range of the secondary dimension. | xsd:string |
