Class CatalogLocations

Applied Stereotypes:
XSDcomplexType

Set of catalogs which are referenced in a scenario.

Used in:
ScenarioDefinition
Properties
Name Type Cardinality AppliedStereotypes Description
vehicleCatalog VehicleCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on vehicle types.
controllerCatalog ControllerCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on controller types.
pedestrianCatalog PedestrianCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on pedestrian types.
miscObjectCatalog MiscObjectCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on miscellaneous object types.
environmentCatalog EnvironmentCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on environment types.
maneuverCatalog ManeuverCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on maneuver types.
trajectoryCatalog TrajectoryCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on trajectory types.
routeCatalog RouteCatalogLocation 0..1 This catalog location is the first choice to resolve CatalogReferences on route types.

Migration Information from XSD 0.9.1
Derived From:
OSCCatalogs
Property Name XSD Type XSD 0.9.1 Name Migration
vehicleCatalog Element VehicleCatalog
controllerCatalog Element DriverCatalog Renamed
pedestrianCatalog Element PedestrianCatalog
miscObjectCatalog Element MiscObjectCatalog
environmentCatalog Element EnvironmentCatalog
maneuverCatalog Element ManeuverCatalog
trajectoryCatalog Element TrajectoryCatalog
routeCatalog Element RouteCatalog
Element PedestrianControllerCatalog Migrated to ControllerCatalogLocation.

XSD 1.0 Representation


<xsd:complexType name="CatalogLocations">
<xsd:all>
<xsd:element name="VehicleCatalog" minOccurs="0" type="VehicleCatalogLocation"/>
<xsd:element name="ControllerCatalog" minOccurs="0" type="ControllerCatalogLocation"/>
<xsd:element name="PedestrianCatalog" minOccurs="0" type="PedestrianCatalogLocation"/>
<xsd:element name="MiscObjectCatalog" minOccurs="0" type="MiscObjectCatalogLocation"/>
<xsd:element name="EnvironmentCatalog" minOccurs="0" type="EnvironmentCatalogLocation"/>
<xsd:element name="ManeuverCatalog" minOccurs="0" type="ManeuverCatalogLocation"/>
<xsd:element name="TrajectoryCatalog" minOccurs="0" type="TrajectoryCatalogLocation"/>
<xsd:element name="RouteCatalog" minOccurs="0" type="RouteCatalogLocation"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree