Class PositionInLaneCoordinates
		
			- Applied Stereotypes:
- 
			
			XSDcomplexType
		
Defines a coordinate along a lane with a given s coordinate and lane ID.
		
			- Used in:
- 
				InRoutePosition
		
				
					
					| Properties | 
				
				
				| 
				
				
					|  | Name | Type | Cardinality | AppliedStereotypes | Description |  
				  	|  | laneId | string | 1..1 | XSDattribute | Lane ID of the actual position. |  
				  	|  | laneOffset | double | 0..1 | XSDattribute | Lateral offset (relative to the lane centerline) of the actual position. If omitted, the lane offset is interpreted as 0. Unit: [m]. |  
				  	|  | pathS | double | 1..1 | XSDattribute | s-coordinate of the actual position. Unit: [m]. Range: [0..inf[. |  | 
				
				
				
		
				
				
				| XSD 1.2 Representation | 
				
				
				| 
				
				
				  	| 
  <xsd:complexType name="PositionInLaneCoordinates">
 <xsd:attribute name="laneId" type="String" use="required"/>
 <xsd:attribute name="laneOffset" type="Double"/>
 <xsd:attribute name="pathS" type="Double" use="required"/>
 </xsd:complexType>
 |  | 
				
		
		
			
				
				
				| Change log from version 1.1 | 
				
				
				| 
				Property 'laneOffset'. Annotation changed.
					
						
						New ValueLateral offset (relative to the lane centerline) of the actual position. If omitted, the lane offset is interpreted as 0. Unit: [m]. 
						From 1.1.0Lateral offset (relative to the lane centerline) of the actual position. If omitted, the lane offset is interpreted as 0. Unit: m.
 
				Property 'pathS'. Annotation changed.
					
						
						New Values-coordinate of the actual position. Unit: [m]. Range: [0..inf[. 
						From 1.1.0s-coordinate of the actual position. Unit: m; Range: [0..inf[.
 | 
				
			 
			 	
			
				
				
				| Stereotype Details Information | 
				
				
				| 
				Class
					
						XSDcomplexType [modelGroup: "sequence"; mixed: "false"]Property laneId
					
				Property laneOffset
					
				Property pathS
					
				 | 
				
			 
			 	
		
		
		To XSD