> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionSCCSchemaSelectionInd

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/SmartCharging/Callbacks/CAPLfunctionSCCSchemaSelectionInd.md)

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [EVSE Callback Functions](../CAPLFunctionsSmartChargingOverview.md#CallbackEVSE) » **SCC\_SchemaSelectionInd**

# SCC\_SchemaSelectionInd

[Valid for](../../../Shared/FeatureAvailability.md):  CANoe DE  •  CANoe4SW DE

## Function Syntax

```plaintext theme={null}
void SCC_SchemaSelectionInd ( char Namespace[], dword VersionMajor, dword VersionMinor )
```

## Description

Indicates that a schema has been chosen via the **SupportedAppProtoco** handshake.\
(The EVSE simulation automatically chooses a protocol from the vehicle’s list based on the priority.)

## Parameters

* **Namespace**: Namespace string of the selected schema.
* **VersionMajor**: Major version of the selected schema.
* **VersionMinor**: Major version of the selected schema.

## Return Values

—

## Example

—
