============ Sample Files ============ - The XML configuration file schema is available at `IoC.Configuration.Schema.22B4BA50-3429-48FE-8059-B9C1F855A639.xsd `_. - A template XML configuration file can be downloaded from `IoC.Configuration.Template.xml `_. .. note:: The template file and schema are also available in folder, where **Nuget** package **IoC.Cnfiguration** is unpacked. - The XML configuration files listed below are used in some examples throughout the documentation. The file **IoCConfiguration_Overview.xml** provides an overview of various features of **IoC.Configuration**, while the other configuration files (e.g., **IoCConfiguration_collection.xml**, **IoCConfiguration_constructedValue.xml**), provide additional examples for some features. .. note:: These configuration files can be found in test project `IoC.Configuration.Tests `_. Most of type names in configuration files are meaningless (e.g., Interface1, Class1, etc) .. toctree:: xml-configuration-file-schema.generated.rst xml-configuration-template.generated.rst IoCConfiguration_Overview.generated.rst IoCConfiguration_GenericTypesAndTypeReUse.generated.rst IoCConfiguration_autoService.generated.rst IoCConfiguration_autoServiceCustom.generated.rst IoCConfiguration_proxyService.generated.rst IoCConfiguration_valueImplementation.generated.rst IoCConfiguration_collection.generated.rst IoCConfiguration_constructedValue.generated.rst IoCConfiguration_providedValue.generated.rst IoCConfiguration_classMember.generated.rst IoCConfiguration_settingValue_ReferencingInConfiguration.generated.rst