Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fyctime052 authored Jan 26, 2024
1 parent f7a4a24 commit 96528b8
Show file tree
Hide file tree
Showing 58 changed files with 22,727 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<xsd:include schemaLocation="OpenSCENARIO_TypeDefs.xsd"/>

<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>

<xsd:annotation>
<xsd:documentation>
XML Schema Definition for OpenSCENARIO Catalog XML files - Version Draft 0.9.1, (c)2017 by VIRES Simulationstechnologie GmbH, Germany
</xsd:documentation>
</xsd:annotation>

<xsd:element name="OpenSCENARIO">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="FileHeader" type="OSCFileHeader"/>

<xsd:element name="Catalog">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Vehicle" type="OSCVehicle" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Driver" type="OSCDriver" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Pedestrian" type="OSCPedestrian" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PedestrianController" type="OSCPedestrianController" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MiscObject" type="OSCMiscObject" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Environment" type="OSCEnvironment" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Maneuver" type="OSCManeuver" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Trajectory" type="OSCTrajectory" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Route" type="OSCRoute" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

</xsd:schema>
1,457 changes: 1,457 additions & 0 deletions scenario_runner/srunner/openscenario/0.9.x/OpenSCENARIO_TypeDefs.xsd

Large diffs are not rendered by default.

218 changes: 218 additions & 0 deletions scenario_runner/srunner/openscenario/0.9.x/OpenSCENARIO_v0.9.1.xsd

Large diffs are not rendered by default.

Loading

0 comments on commit 96528b8

Please sign in to comment.