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