T_Road_Objects_Object_Skeleton_Polyline
Defines a series of points relative to the road reference line. An element shall be followed by either two or more
Java class for t_road_objects_object_skeleton_polyline complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_objects_object_skeleton_polyline">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="vertexRoad" type="{}t_road_objects_object_skeleton_polyline_vertexRoad" maxOccurs="unbounded" minOccurs="2"/>
<element name="vertexLocal" type="{}t_road_objects_object_skeleton_polyline_vertexLocal" maxOccurs="unbounded" minOccurs="2"/>
</choice>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard