Class Shape

Applied Stereotypes:
XSDcomplexType, union

Shape for use in trajectories. Supported types: Polyline (line segments), Clothoid, Nurbs.

Used in:
Trajectory
Properties
Name Type Cardinality AppliedStereotypes Description
polyline Polyline 0..1 xor, XSDelement Polyline property of a shape.
clothoid Clothoid 0..1 xor, XSDelement Clothoid property of a shape.
nurbs Nurbs 0..1 xor, XSDelement NURBS property of a shape.

XSD 1.1 Representation


<xsd:complexType name="Shape">
<xsd:choice>
<xsd:element name="Polyline" type="Polyline" minOccurs="0"/>
<xsd:element name="Clothoid" type="Clothoid" minOccurs="0"/>
<xsd:element name="Nurbs" type="Nurbs" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property polyline
    • xor
    • XSDelement [position: "1"]
  • Property clothoid
    • xor
    • XSDelement [position: "2"]
  • Property nurbs
    • xor
    • XSDelement [position: "3"]

To XSD To XSD Tree