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.3 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>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
roadCursor |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'RoadCursor' is used for the list elements. |
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property length
- Property roadCursor
- XSDunwrapped [xsdElementName: "RoadCursor"]
- XSDelement [position: "1"]
|
To XSD