Class CatalogLocations

Applied Stereotypes:
XSDcomplexType

Set of catalogs which are referenced in a scenario.

Used in:
ScenarioDefinition
Properties
  Name Type Cardinality AppliedStereotypes Description
  miscObjectCatalog MiscObjectCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on miscellaneous object types.
  maneuverCatalog ManeuverCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on maneuver types.
  routeCatalog RouteCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on route types.
  trajectoryCatalog TrajectoryCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on trajectory types.
  vehicleCatalog VehicleCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on vehicle types.
  trafficDistributionEntryCatalog TrafficDistributionEntryCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on traffic distribution entry types.
  pedestrianCatalog PedestrianCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on pedestrian types.
  controllerCatalog ControllerCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on controller types.
  environmentCatalog EnvironmentCatalogLocation 0..1 XSDelement This catalog location is the first choice to resolve CatalogReferences on environment types.
XSD 1.4 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:element name="TrafficDistributionEntryCatalog" type="TrafficDistributionEntryCatalogLocation" minOccurs="0"/>
</xsd:all>
</xsd:complexType>

Change log from version 1.3
  • Property 'trafficDistributionEntryCatalog' created.
  • Property 'miscObjectCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'maneuverCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'routeCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'trajectoryCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'vehicleCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'pedestrianCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'controllerCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'environmentCatalog'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property miscObjectCatalog
    • XSDelement
  • Property maneuverCatalog
    • XSDelement
  • Property routeCatalog
    • XSDelement
  • Property trajectoryCatalog
    • XSDelement
  • Property vehicleCatalog
    • XSDelement
  • Property trafficDistributionEntryCatalog
    • XSDelement
  • Property pedestrianCatalog
    • XSDelement
  • Property controllerCatalog
    • XSDelement
  • Property environmentCatalog
    • XSDelement

To XSD