Class ClothoidSpline
- Applied Stereotypes:
-
XSDcomplexType
A shape specification which consists of one or multiple concatenated clothoids (clothoid spline).
- Used in:
-
Shape
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
timeEnd |
double |
0..1 |
XSDattribute
|
Optional time specification at the end of the clothoid spline curve. Required if timeStart in ClothoidSplineSegment is specified. Unit: [s]. Range: ].timeStart..inf[. |
|
segments |
ClothoidSplineSegment |
1..* |
XSDunwrapped,
XSDelement
|
Clothoid spline segments. |
|
XSD 1.3 Representation |
<xsd:complexType name="ClothoidSpline">
<xsd:sequence>
<xsd:element name="ClothoidSplineSegment" type="ClothoidSplineSegment" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="timeEnd" type="Double"/>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
segments |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'ClothoidSplineSegment' is used for the list elements. |
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property timeEnd
- Property segments
- XSDunwrapped [xsdElementName: "ClothoidSplineSegment"]
- XSDelement [position: "1"]
|
To XSD