-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7a4a24
commit 96528b8
Showing
58 changed files
with
22,727 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
39 changes: 39 additions & 0 deletions
39
scenario_runner/srunner/openscenario/0.9.x/OpenSCENARIO_Catalog.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
1,457
scenario_runner/srunner/openscenario/0.9.x/OpenSCENARIO_TypeDefs.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
218 changes: 218 additions & 0 deletions
218
scenario_runner/srunner/openscenario/0.9.x/OpenSCENARIO_v0.9.1.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.