Generate XML file for schema version

Description

Select the AUTOSAR Classic Platform schema version to use when generating XML files

Category: Code Generation > AUTOSAR Code Generation Options

Settings

Default: 4.3

4.4

Use schema version 4.4 (revision 4.4.0)

4.3

Use schema version 4.3 (revision 4.3.1)

4.2

Use schema version 4.2 (revision 4.2.2)

4.1

Use schema version 4.1 (revision 4.1.3)

4.0

Use schema version 4.0 (revision 4.0.3)

3.2

Use schema version 3.2 (revision 3.2.2)

3.1

Use schema version 3.1 (revision 3.1.4)

3.0

Use schema version 3.0 (revision 3.0.2)

2.1

Use schema version 2.1 (XSD rev 0017)

Note

Support for AUTOSAR schema versions 3.x and 2.1 has been removed. Validating an AUTOSAR model that uses schema version 3.x or 2.1 generates an error, which prevents code generation. Use schema version 4.0 or later instead.

Tips

  • Selecting the AUTOSAR target for your model for the first time sets the schema version parameter to the default value, 4.3.

  • When you import ARXML code into Simulink®, the ARXML importer detects the schema version and sets the schema version parameter in the model. For a list of AUTOSAR schema revisions supported for ARXML import, see Select AUTOSAR Schema (AUTOSAR Blockset).

  • Set the same value for top and referenced models.

  • To configure other AUTOSAR options, use the AUTOSAR code perspective. From the Apps tab, open the AUTOSAR Component Designer app.

Command-Line Information

Parameter: AutosarSchemaVersion
Type: character vector
Value: '4.4' | '4.3' | '4.2' | '4.1' | '4.0' | '3.2' | '3.1' | '3.0' | '2.1'
Default: '4.3'

Related Topics