Visual Diagram
classDiagram
class BodyDimHipGirth
BodyDimHipGirth : +dimensionName
BodyDimHipGirth --|> BodyDimensionValue : dimensionName
BodyDimHipGirth : +dimensionValue
click BodyDimensionValue href "BodyDimensionValue.html" "dppk:BodyDimensionValue"
style BodyDimensionValue stroke:#2962ff,color:#2962ff
Description
The measurement of the hip 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 |
