Road

open class Road

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="link" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="predecessor" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="elementType" type="{}elementType" />
                          <attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="contactPoint" type="{}contactPoint" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="successor" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="elementType" type="{}elementType" />
                          <attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="contactPoint" type="{}contactPoint" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="neighbor" maxOccurs="2" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="side" type="{}side" />
                          <attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="direction" type="{}direction" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="type" maxOccurs="unbounded" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="speed" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="max" type="{}max" />
                          <attribute name="unit" type="{}unit" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
                <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="type" type="{}roadType" />
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="planView">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="geometry" maxOccurs="unbounded">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <choice>
                            <element name="line">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="spiral">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="curvStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="curvEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="arc">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="curvature" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="poly3">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="paramPoly3">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="aU" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="bU" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="cU" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="dU" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="aV" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="bV" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="cV" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="dV" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="pRange" type="{}pRange" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </choice>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="elevationProfile" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="elevation" maxOccurs="unbounded">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="lateralProfile" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="superelevation" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="crossfall" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="side" type="{}crossfallSide" />
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="shape" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="lanes">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="laneOffset" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="laneSection" maxOccurs="unbounded">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="left" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="lane" type="{}lane" maxOccurs="unbounded"/>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="center">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="lane" type="{}centerLane" minOccurs="0"/>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="right" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="lane" type="{}lane" maxOccurs="unbounded"/>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="singleSide" type="{}singleSide" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="objects" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="object" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="repeat" maxOccurs="unbounded" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="distance" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="tStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="tEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="widthStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="widthEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="heightStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="heightEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="zOffsetStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="zOffsetEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="outline" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <choice>
                                        <element name="cornerRoad" maxOccurs="unbounded" minOccurs="0">
                                          <complexType>
                                            <complexContent>
                                              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                <sequence>
                                                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                                </sequence>
                                                <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="dz" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
                                              </restriction>
                                            </complexContent>
                                          </complexType>
                                        </element>
                                        <element name="cornerLocal" maxOccurs="unbounded" minOccurs="0">
                                          <complexType>
                                            <complexContent>
                                              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                <sequence>
                                                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                                </sequence>
                                                <attribute name="u" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
                                                <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
                                              </restriction>
                                            </complexContent>
                                          </complexType>
                                        </element>
                                        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                      </choice>
                                    </sequence>
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="material" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="surface" type="{http://www.w3.org/2001/XMLSchema}string" />
                                    <attribute name="friction" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="roughness" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="parkingSpace" type="{}parkingSpace" minOccurs="0"/>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="validLength" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="orientation" type="{}orientation" />
                          <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="objectReference" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="validLength" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="orientation" type="{}orientation" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="tunnel" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="type" type="{}tunnelType" />
                          <attribute name="lighting" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="daylight" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="bridge" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="type" type="{}bridgeType" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="signals" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="signal" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="dependency" maxOccurs="unbounded" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <sequence>
                                      <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                                      <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                                    </sequence>
                                    <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                                    <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="dynamic" type="{}dynamic" />
                          <attribute name="orientation" type="{}orientation" />
                          <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="unit" type="{}unit" />
                          <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="hOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="signalReference" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="orientation" type="{}orientation" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="surface" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="CRG" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="sEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="orientation" type="{}surfaceOrientation" />
                          <attribute name="mode" type="{}mode" />
                          <attribute name="purpose" type="{}purpose" />
                          <attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="zScale" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="hOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="railroad" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="switch" maxOccurs="unbounded" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <sequence>
                            <element name="mainTrack">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                                    <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="dir" type="{}dir" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="sideTrack">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                                    <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
                                    <attribute name="dir" type="{}dir" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="partner" minOccurs="0">
                              <complexType>
                                <complexContent>
                                  <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                    <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                                    <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                                  </restriction>
                                </complexContent>
                              </complexType>
                            </element>
                            <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                            <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                          </sequence>
                          <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                          <attribute name="position" type="{}position" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="junction" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class ElevationProfile
Java class for anonymous complex type.
Link copied to clipboard
open class Lanes
Java class for anonymous complex type.
Link copied to clipboard
open class LateralProfile
Java class for anonymous complex type.
Link copied to clipboard
open class Link
Java class for anonymous complex type.
Link copied to clipboard
open class Objects
Java class for anonymous complex type.
Link copied to clipboard
open class PlanView
Java class for anonymous complex type.
Link copied to clipboard
open class Railroad
Java class for anonymous complex type.
Link copied to clipboard
open class Signals
Java class for anonymous complex type.
Link copied to clipboard
open class Surface
Java class for anonymous complex type.
Link copied to clipboard
open class Type
Java class for anonymous complex type.

Functions

Link copied to clipboard
Gets the value of the elevationProfile property.
Link copied to clipboard
open fun getId(): String
Gets the value of the id property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
open fun getJunction(): String
Gets the value of the junction property.
Link copied to clipboard
Gets the value of the lanes property.
Link copied to clipboard
Gets the value of the lateralProfile property.
Link copied to clipboard
open fun getLength(): Double
Gets the value of the length property.
Link copied to clipboard
Gets the value of the link property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
Gets the value of the objects property.
Link copied to clipboard
Gets the value of the planView property.
Link copied to clipboard
Gets the value of the railroad property.
Link copied to clipboard
Gets the value of the signals property.
Link copied to clipboard
Gets the value of the surface property.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
Sets the value of the elevationProfile property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setJunction(value: String)
Sets the value of the junction property.
Link copied to clipboard
Sets the value of the lanes property.
Link copied to clipboard
Sets the value of the lateralProfile property.
Link copied to clipboard
open fun setLength(value: Double)
Sets the value of the length property.
Link copied to clipboard
open fun setLink(value: OpenDRIVE.Road.Link)
Sets the value of the link property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
Sets the value of the objects property.
Link copied to clipboard
Sets the value of the planView property.
Link copied to clipboard
Sets the value of the railroad property.
Link copied to clipboard
Sets the value of the signals property.
Link copied to clipboard
Sets the value of the surface property.