Class RoadRange
- Applied Stereotypes:
-
XSDcomplexType
Defines an area by a range on a specific road.
- Used in:
-
TrafficArea
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
length |
double |
0..1 |
XSDattribute
|
Limits the length of the road range starting from the first road cursor. If omitted or if length exceeds last road cursor, then last road cursor defines the end of the road range. Unit: [m]. Range: ]0;inf[. |
| |
roadCursor |
RoadCursor |
2..* |
XSDunwrapped,
XSDelement
|
A minimum of 2 road cursors must be provided to specify the start and end of the road range. Intermediate cursors can be used to change the lane "validity". |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="RoadRange">
<xsd:sequence>
<xsd:element name="RoadCursor" type="RoadCursor" minOccurs="2" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="length" type="Double"/>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property length
-
Property roadCursor
|
To XSD