Class Dimensions
- Applied Stereotypes:
-
XSDcomplexType
Dimensions for a three dimensional box. Width, length and height are the absolute extensions in the (y,x,z) coordinate system of the entity's local coordinate system.
- Used in:
-
BoundingBox
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
width |
double |
1..1 |
XSDattribute
|
Width of the entity's bounding box. Unit: m; Range: [0..inf[.
|
length |
double |
1..1 |
XSDattribute
|
Length of the entity's bounding box. Unit: m; Range: [0..inf[.
|
height |
double |
1..1 |
XSDattribute
|
Height of the entity's bounding box. Unit: m; Range: [0..inf[.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCBoundingBox.Dimension
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
width |
Attribute |
width |
|
length |
Attribute |
length |
|
height |
Attribute |
height |
|
|
XSD 1.0 Representation |
<xsd:complexType name="Dimensions">
<xsd:attribute name="width" type="Double" use="required"/>
<xsd:attribute name="length" type="Double" use="required"/>
<xsd:attribute name="height" type="Double" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree