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 XSDelement This catalog location is the first choice to resolve CatalogReferences on vehicle types.
  controllerCatalog ControllerCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on controller types.
  pedestrianCatalog PedestrianCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on pedestrian types.
  miscObjectCatalog MiscObjectCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on miscellaneous object types.
  environmentCatalog EnvironmentCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on environment types.
  maneuverCatalog ManeuverCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on maneuver types.
  trajectoryCatalog TrajectoryCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on trajectory types.
  routeCatalog RouteCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on route types.
XSD 1.3 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property vehicleCatalog
    • XSDelement [position: "1"]
  • Property controllerCatalog
    • XSDelement [position: "2"]
  • Property pedestrianCatalog
    • XSDelement [position: "3"]
  • Property miscObjectCatalog
    • XSDelement [position: "4"]
  • Property environmentCatalog
    • XSDelement [position: "5"]
  • Property maneuverCatalog
    • XSDelement [position: "6"]
  • Property trajectoryCatalog
    • XSDelement [position: "7"]
  • Property routeCatalog
    • XSDelement [position: "8"]

To XSD