This schema was created by Daniel Hoelbling (http://www.tigraine.at) from the Windsor Documentation Reference
http://www.castleproject.org/container/documentation/trunk/manual/windsorconfigref.html
Copyright 2008 Daniel Hoelbling (http://www.tigraine.at)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Used to register components before registering the facilities
Specify a list of parameters that the container can use when resolving dependencies. The child nodes should use properties names or constructors arguments names.
Specify a list of interceptors. Should use the reference notation.
The key that identifies a component or facility
The full type name of the service (interface) implemented by the component.
The full type name of the facility or component implementation
Defines what properties the PropertiesDependenciesModelInspector should extract from the component. Defaults to all
Defines the component lifestyle.
Only required if the lifestyle=custom. Specify a custom implementation of ILifestyleManager
Only required if the lifestyle=pooled. Defines the initial pool size
Only required if the lifestyle=pooled. Defines the pool maximum size.