<?xml version="1.0" encoding="UTF-8" ?> <xsd:schema xmlns="http://symfony.com/schema/dic/symfony" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://symfony.com/schema/dic/symfony" elementFormDefault="qualified"> <xsd:element name="config" type="config" /> <xsd:complexType name="config"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="assets" type="assets" minOccurs="0" maxOccurs="1" /> <xsd:element name="asset-mapper" type="asset_mapper" minOccurs="0" maxOccurs="1" /> <xsd:element name="form" type="form" minOccurs="0" maxOccurs="1" /> <xsd:element name="csrf-protection" type="csrf_protection" minOccurs="0" maxOccurs="1" /> <xsd:element name="esi" type="esi" minOccurs="0" maxOccurs="1" /> <xsd:element name="ssi" type="ssi" minOccurs="0" maxOccurs="1" /> <xsd:element name="fragments" type="fragments" minOccurs="0" maxOccurs="1" /> <xsd:element name="web-link" type="web_link" minOccurs="0" maxOccurs="1" /> <xsd:element name="profiler" type="profiler" minOccurs="0" maxOccurs="1" /> <xsd:element name="router" type="router" minOccurs="0" maxOccurs="1" /> <xsd:element name="session" type="session" minOccurs="0" maxOccurs="1" /> <xsd:element name="request" type="request" minOccurs="0" maxOccurs="1" /> <xsd:element name="translator" type="translator" minOccurs="0" maxOccurs="1" /> <xsd:element name="validation" type="validation" minOccurs="0" maxOccurs="1" /> <xsd:element name="annotations" type="annotations" minOccurs="0" maxOccurs="1" /> <xsd:element name="property-access" type="property_access" minOccurs="0" maxOccurs="1" /> <xsd:element name="scheduler" type="scheduler" minOccurs="0" maxOccurs="1" /> <xsd:element name="serializer" type="serializer" minOccurs="0" maxOccurs="1" /> <xsd:element name="type-info" type="type_info" minOccurs="0" maxOccurs="1" /> <xsd:element name="property-info" type="property_info" minOccurs="0" maxOccurs="1" /> <xsd:element name="cache" type="cache" minOccurs="0" maxOccurs="1" /> <xsd:element name="workflow" type="workflow" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="php-errors" type="php-errors" minOccurs="0" maxOccurs="1" /> <xsd:element name="exception" type="exception" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="lock" type="lock" minOccurs="0" maxOccurs="1" /> <xsd:element name="semaphore" type="semaphore" minOccurs="0" maxOccurs="1" /> <xsd:element name="messenger" type="messenger" minOccurs="0" maxOccurs="1" /> <xsd:element name="http-client" type="http_client" minOccurs="0" maxOccurs="1" /> <xsd:element name="mailer" type="mailer" minOccurs="0" maxOccurs="1" /> <xsd:element name="http-cache" type="http_cache" minOccurs="0" maxOccurs="1" /> <xsd:element name="rate-limiter" type="rate_limiter" minOccurs="0" maxOccurs="1" /> <xsd:element name="uid" type="uid" minOccurs="0" maxOccurs="1" /> <xsd:element name="notifier" type="notifier" minOccurs="0" maxOccurs="1" /> <xsd:element name="html-sanitizer" type="html-sanitizer" minOccurs="0" maxOccurs="1" /> <xsd:element name="enabled-locale" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="webhook" type="webhook" minOccurs="0" maxOccurs="1" /> <xsd:element name="remote-event" type="remote-event" minOccurs="0" maxOccurs="1" /> </xsd:choice> <xsd:attribute name="http-method-override" type="xsd:boolean" /> <xsd:attribute name="handle-all-throwables" type="xsd:boolean" /> <xsd:attribute name="trust-x-sendfile-type-header" type="xsd:boolean" /> <xsd:attribute name="ide" type="xsd:string" /> <xsd:attribute name="secret" type="xsd:string" /> <xsd:attribute name="default-locale" type="xsd:string" /> <xsd:attribute name="set_locale_from_accept_language" type="xsd:boolean" /> <xsd:attribute name="set_content_language_from_locale" type="xsd:boolean" /> <xsd:attribute name="test" type="xsd:boolean" /> <xsd:attribute name="error-controller" type="xsd:string" /> <xsd:attribute name="trusted-hosts" type="xsd:string" /> <xsd:attribute name="trusted-proxies" type="xsd:string" /> <xsd:attribute name="trusted-headers" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="form"> <xsd:all> <xsd:element name="csrf-protection" type="form_csrf_protection" minOccurs="0" maxOccurs="1" /> </xsd:all> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="form_csrf_protection"> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="field-name" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="csrf_protection"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="esi"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="ssi"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="fragments"> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="path" type="xsd:string" /> <xsd:attribute name="hinclude-default-template" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="web_link"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="profiler"> <xsd:attribute name="collect" type="xsd:string" /> <xsd:attribute name="collect-parameter" type="xsd:string" /> <xsd:attribute name="only-exceptions" type="xsd:string" /> <xsd:attribute name="only-main-requests" type="xsd:string" /> <xsd:attribute name="only-master-requests" type="xsd:string" /> <xsd:attribute name="enabled" type="xsd:string" /> <xsd:attribute name="dsn" type="xsd:string" /> <xsd:attribute name="username" type="xsd:string" /> <xsd:attribute name="password" type="xsd:string" /> <xsd:attribute name="lifetime" type="xsd:string" /> <xsd:attribute name="collect-serializer-data" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="router"> <xsd:attribute name="resource" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="http-port" type="xsd:string" /> <xsd:attribute name="https-port" type="xsd:string" /> <xsd:attribute name="strict-requirements" type="xsd:string" /> <xsd:attribute name="utf8" type="xsd:boolean" /> <xsd:attribute name="default-uri" type="xsd:string" /> <xsd:attribute name="cache-dir" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="session"> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="storage-factory-id" type="xsd:string" /> <xsd:attribute name="storage-id" type="xsd:string" /> <xsd:attribute name="handler-id" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="cookie-lifetime" type="xsd:string" /> <xsd:attribute name="cookie-path" type="xsd:string" /> <xsd:attribute name="cookie-domain" type="xsd:string" /> <xsd:attribute name="cookie-secure" type="cookie_secure" /> <xsd:attribute name="cookie-httponly" type="xsd:boolean" /> <xsd:attribute name="cookie-samesite" type="cookie_samesite" /> <xsd:attribute name="use-cookies" type="xsd:boolean" /> <xsd:attribute name="cache-limiter" type="xsd:string" /> <xsd:attribute name="gc-maxlifetime" type="xsd:string" /> <xsd:attribute name="gc-divisor" type="xsd:string" /> <xsd:attribute name="gc-probability" type="xsd:string" /> <xsd:attribute name="save-path" type="xsd:string" /> <xsd:attribute name="metadata-update-threshold" type="xsd:nonNegativeInteger" /> <xsd:attribute name="sid-length" type="sid_length" /> <xsd:attribute name="sid-bits-per-character" type="sid_bits_per_character" /> </xsd:complexType> <xsd:complexType name="request"> <xsd:sequence> <xsd:element name="format" type="format" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="format"> <xsd:choice minOccurs="1" maxOccurs="unbounded"> <xsd:element name="mime-type" type="xsd:string" /> </xsd:choice> <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="assets"> <xsd:sequence> <xsd:element name="base-url" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="package" type="package" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="base-path" type="xsd:string" /> <xsd:attribute name="version-strategy" type="xsd:string" /> <xsd:attribute name="version" type="xsd:string" /> <xsd:attribute name="version-format" type="xsd:string" /> <xsd:attribute name="json-manifest-path" type="xsd:string" /> <xsd:attribute name="strict-mode" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="package"> <xsd:sequence> <xsd:element name="base-url" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="base-path" type="xsd:string" /> <xsd:attribute name="version-strategy" type="xsd:string" /> <xsd:attribute name="version" type="xsd:string" /> <xsd:attribute name="version-format" type="xsd:string" /> <xsd:attribute name="json-manifest-path" type="xsd:string" /> <xsd:attribute name="strict-mode" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="asset_mapper"> <xsd:sequence> <xsd:element name="path" type="asset_mapper_path" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="excluded-pattern" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="extension" type="asset_mapper_extension" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="importmap-script-attribute" type="asset_mapper_attribute" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="exclude-dotfiles" type="xsd:boolean" /> <xsd:attribute name="server" type="xsd:boolean" /> <xsd:attribute name="public-prefix" type="xsd:string" /> <xsd:attribute name="missing-import-mode" type="missing-import-mode" /> <xsd:attribute name="importmap-path" type="xsd:string" /> <xsd:attribute name="importmap-polyfill" type="xsd:string" /> <xsd:attribute name="vendor-dir" type="xsd:string" /> <xsd:attribute name="provider" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="asset_mapper_path" mixed="true"> <xsd:attribute name="namespace" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="asset_mapper_extension" mixed="true"> <xsd:attribute name="extension" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="asset_mapper_attribute" mixed="true"> <xsd:attribute name="key" type="xsd:string" use="required" /> </xsd:complexType> <xsd:simpleType name="missing-import-mode"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="strict" /> <xsd:enumeration value="warn" /> <xsd:enumeration value="ignore" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="translator"> <xsd:sequence> <xsd:element name="fallback" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="path" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="pseudo-localization" type="pseudo_localization" minOccurs="0" maxOccurs="1" /> <xsd:element name="provider" type="translation_provider" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="fallback" type="xsd:string" /> <xsd:attribute name="logging" type="xsd:boolean" /> <xsd:attribute name="formatter" type="xsd:string" /> <xsd:attribute name="cache-dir" type="xsd:string" /> <xsd:attribute name="default-path" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="pseudo_localization"> <xsd:sequence> <xsd:element name="localizable-html-attribute" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="accents" type="xsd:boolean" /> <xsd:attribute name="expansion_factor" type="xsd:float" /> <xsd:attribute name="brackets" type="xsd:boolean" /> <xsd:attribute name="parse_html" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="translation_provider"> <xsd:sequence> <xsd:element name="domain" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="locale" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="dsn" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="validation"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="static-method" type="xsd:string" /> <xsd:element name="mapping" type="file_mapping" /> <xsd:element name="auto-mapping" type="auto_mapping" /> </xsd:choice> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="cache" type="xsd:string" /> <xsd:attribute name="enable-attributes" type="xsd:boolean" /> <xsd:attribute name="static-method" type="xsd:boolean" /> <xsd:attribute name="translation-domain" type="xsd:string" /> <xsd:attribute name="strict-email" type="xsd:boolean" /> <xsd:attribute name="email-validation-mode" type="email-validation-mode" /> </xsd:complexType> <xsd:complexType name="file_mapping"> <xsd:sequence> <xsd:element name="path" type="xsd:string" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="auto_mapping"> <xsd:sequence> <xsd:element name="service" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="namespace" type="xsd:string" use="required" /> </xsd:complexType> <xsd:simpleType name="email-validation-mode"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="html5" /> <xsd:enumeration value="loose" /> <xsd:enumeration value="strict" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="annotations"> <xsd:attribute name="cache" type="xsd:string" /> <xsd:attribute name="debug" type="xsd:string" /> <xsd:attribute name="file-cache-dir" type="xsd:string" /> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="property_access"> <xsd:attribute name="magic-call" type="xsd:boolean" /> <xsd:attribute name="magic-get" type="xsd:boolean" /> <xsd:attribute name="magic-set" type="xsd:boolean" /> <xsd:attribute name="throw-exception-on-invalid-index" type="xsd:boolean" /> <xsd:attribute name="throw-exception-on-invalid-property-path" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="scheduler"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="serializer"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="mapping" type="file_mapping" /> <xsd:element name="default-context" type="metadata" minOccurs="0" maxOccurs="1" /> </xsd:choice> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="enable-attributes" type="xsd:boolean" /> <xsd:attribute name="name-converter" type="xsd:string" /> <xsd:attribute name="circular-reference-handler" type="xsd:string" /> <xsd:attribute name="max-depth-handler" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="type_info"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="property_info"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="cache"> <xsd:sequence> <xsd:element name="app" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="system" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="directory" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="default-doctrine-provider" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="default-psr6-provider" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="default-redis-provider" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="app" type="xsd:string" /> <xsd:attribute name="system" type="xsd:string" /> <xsd:attribute name="directory" type="xsd:string" /> <xsd:attribute name="default-doctrine-provider" type="xsd:string" /> <xsd:attribute name="default-psr6-provider" type="xsd:string" /> <xsd:attribute name="default-redis-provider" type="xsd:string" /> <xsd:attribute name="default-memcached-provider" type="xsd:string" /> <xsd:attribute name="default-pdo-provider" type="xsd:string" /> <xsd:attribute name="default-doctrine-dbal-provider" type="xsd:string" /> <xsd:attribute name="prefix-seed" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="cache_pool"> <xsd:sequence> <xsd:element name="adapter" type="cache_pool_adapter" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="adapter" type="xsd:string" /> <xsd:attribute name="tags" type="xsd:string" /> <xsd:attribute name="public" type="xsd:boolean" /> <xsd:attribute name="default-lifetime" type="xsd:string" /> <xsd:attribute name="provider" type="xsd:string" /> <xsd:attribute name="early-expiration-message-bus" type="xsd:string" /> <xsd:attribute name="clearer" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="cache_pool_adapter"> <xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="provider" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="workflow"> <xsd:sequence> <xsd:element name="audit-trail" type="audit_trail" minOccurs="0" maxOccurs="1" /> <xsd:element name="initial-marking" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="marking-store" type="marking_store" minOccurs="0" maxOccurs="1" /> <xsd:element name="support" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="event-to-dispatch" type="event_to_dispatch" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="place" type="place" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="transition" type="transition" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="type" type="workflow_type" /> <xsd:attribute name="initial-place" type="xsd:string" /> <xsd:attribute name="initial-marking" type="xsd:string" /> <xsd:attribute name="support-strategy" type="xsd:string" /> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="php-errors"> <xsd:sequence> <xsd:element name="log" type="logLevel" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="log" type="xsd:string" /> <xsd:attribute name="throw" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="logLevel" mixed="true"> <xsd:attribute name="type" type="xsd:string" use="required" /> <xsd:attribute name="logLevel" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="audit_trail"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="exception"> <xsd:attribute name="log-level" type="xsd:string" /> <xsd:attribute name="status-code" type="xsd:integer" /> <xsd:attribute name="class" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="marking_store"> <xsd:sequence> <xsd:element name="argument" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="type" type="marking_store_type" /> <xsd:attribute name="service" type="xsd:string" /> <xsd:attribute name="property" type="xsd:string" /> </xsd:complexType> <xsd:simpleType name="marking_store_type"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="method" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="transition"> <xsd:sequence> <xsd:element name="from" type="xsd:string" minOccurs="1" maxOccurs="unbounded" /> <xsd:element name="to" type="xsd:string" minOccurs="1" maxOccurs="unbounded" /> <xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="guard" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="place" mixed="true"> <xsd:sequence> <xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="metadata"> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="event_to_dispatch"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="" /> <xsd:enumeration value="workflow.leave" /> <xsd:enumeration value="workflow.transition" /> <xsd:enumeration value="workflow.enter" /> <xsd:enumeration value="workflow.entered" /> <xsd:enumeration value="workflow.completed" /> <xsd:enumeration value="workflow.announce" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="default_middleware_attr"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="true" /> <xsd:enumeration value="false" /> <xsd:enumeration value="1" /> <xsd:enumeration value="0" /> <xsd:enumeration value="allow_no_handlers" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="default_middleware_elem"> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="allow_no_handlers" type="xsd:boolean" /> <xsd:attribute name="allow_no_senders" type="xsd:boolean" /> </xsd:complexType> <xsd:simpleType name="cookie_secure"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="true" /> <xsd:enumeration value="false" /> <xsd:enumeration value="1" /> <xsd:enumeration value="0" /> <xsd:enumeration value="auto" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="cookie_samesite"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="" /> <xsd:enumeration value="none" /> <xsd:enumeration value="lax" /> <xsd:enumeration value="strict" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="sid_bits_per_character"> <xsd:restriction base="xsd:positiveInteger"> <xsd:enumeration value="4" /> <xsd:enumeration value="5" /> <xsd:enumeration value="6" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="sid_length"> <xsd:restriction base="xsd:positiveInteger"> <xsd:minInclusive value="22" /> <xsd:maxInclusive value="256" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="workflow_type"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="state_machine" /> <xsd:enumeration value="workflow" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="lock"> <xsd:sequence> <xsd:element name="resource" type="lock_resource" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="lock_resource"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="name" type="xsd:string" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="semaphore"> <xsd:sequence> <xsd:element name="resource" type="semaphore_resource" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="semaphore_resource"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="name" type="xsd:string" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="messenger"> <xsd:sequence> <xsd:element name="serializer" type="messenger_serializer" minOccurs="0" /> <xsd:element name="routing" type="messenger_routing" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="transport" type="messenger_transport" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="bus" type="messenger_bus" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="default-bus" type="xsd:string" /> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="failure-transport" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="messenger_serializer"> <xsd:sequence> <xsd:element name="symfony-serializer" type="messenger_symfony_serializer" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="default-serializer" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="messenger_symfony_serializer"> <xsd:sequence> <xsd:element name="context" type="metadata" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="format" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="messenger_routing"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="sender" type="messenger_routing_sender" /> </xsd:choice> <xsd:attribute name="message-class" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="messenger_routing_sender"> <xsd:attribute name="service" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="messenger_transport"> <xsd:sequence> <xsd:element name="options" type="metadata" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="retry-strategy" type="messenger_retry_strategy" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="serializer" type="xsd:string" /> <xsd:attribute name="dsn" type="xsd:string" /> <xsd:attribute name="failure-transport" type="xsd:string" /> <xsd:attribute name="rate-limiter" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="messenger_retry_strategy"> <xsd:attribute name="service" type="xsd:string" /> <xsd:attribute name="max-retries" type="xsd:integer" /> <xsd:attribute name="delay" type="xsd:integer" /> <xsd:attribute name="multiplier" type="xsd:float" /> <xsd:attribute name="max-delay" type="xsd:float" /> <xsd:attribute name="jitter" type="xsd:float" /> </xsd:complexType> <xsd:complexType name="messenger_bus"> <xsd:sequence> <xsd:element name="default-middleware" type="default_middleware_elem" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="middleware" type="messenger_middleware" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="default-middleware" type="default_middleware_attr"/> </xsd:complexType> <xsd:complexType name="messenger_middleware"> <xsd:sequence> <xsd:element name="argument" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="id" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="http_client"> <xsd:sequence> <xsd:element name="default-options" type="http_client_default_options" minOccurs="0" /> <xsd:element name="scoped-client" type="http_client_scope_options" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="max-host-connections" type="xsd:integer" /> <xsd:attribute name="mock-response-factory" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="http_client_default_options" mixed="true"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="resolve" type="http_resolve" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="header" type="http_header" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="peer-fingerprint" type="fingerprint" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="retry-failed" type="http_client_retry_failed" minOccurs="0" maxOccurs="1" /> <xsd:element name="extra" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded" /> </xsd:choice> <xsd:attribute name="max-redirects" type="xsd:integer" /> <xsd:attribute name="http-version" type="xsd:string" /> <xsd:attribute name="proxy" type="xsd:string" /> <xsd:attribute name="no-proxy" type="xsd:string" /> <xsd:attribute name="timeout" type="xsd:float" /> <xsd:attribute name="max-duration" type="xsd:float" /> <xsd:attribute name="bindto" type="xsd:string" /> <xsd:attribute name="verify-peer" type="xsd:boolean" /> <xsd:attribute name="verify-host" type="xsd:boolean" /> <xsd:attribute name="cafile" type="xsd:string" /> <xsd:attribute name="capath" type="xsd:string" /> <xsd:attribute name="local-cert" type="xsd:string" /> <xsd:attribute name="local-pk" type="xsd:string" /> <xsd:attribute name="passphrase" type="xsd:string" /> <xsd:attribute name="ciphers" type="xsd:string" /> <xsd:attribute name="rate-limiter" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="http_client_scope_options" mixed="true"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="query" type="http_query" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="resolve" type="http_resolve" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="header" type="http_header" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="peer-fingerprint" type="fingerprint" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="retry-failed" type="http_client_retry_failed" minOccurs="0" maxOccurs="1" /> <xsd:element name="extra" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded" /> </xsd:choice> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="scope" type="xsd:string" /> <xsd:attribute name="base-uri" type="xsd:string" /> <xsd:attribute name="auth-basic" type="xsd:string" /> <xsd:attribute name="auth-bearer" type="xsd:string" /> <xsd:attribute name="max-redirects" type="xsd:integer" /> <xsd:attribute name="http-version" type="xsd:string" /> <xsd:attribute name="proxy" type="xsd:string" /> <xsd:attribute name="no-proxy" type="xsd:string" /> <xsd:attribute name="timeout" type="xsd:float" /> <xsd:attribute name="bindto" type="xsd:string" /> <xsd:attribute name="verify-peer" type="xsd:boolean" /> <xsd:attribute name="verify-host" type="xsd:boolean" /> <xsd:attribute name="cafile" type="xsd:string" /> <xsd:attribute name="capath" type="xsd:string" /> <xsd:attribute name="local-cert" type="xsd:string" /> <xsd:attribute name="local-pk" type="xsd:string" /> <xsd:attribute name="passphrase" type="xsd:string" /> <xsd:attribute name="ciphers" type="xsd:string" /> <xsd:attribute name="rate-limiter" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="fingerprint"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="pin-sha256" type="xsd:string" minOccurs="0" /> <xsd:element name="sha1" type="xsd:string" minOccurs="0" /> <xsd:element name="md5" type="xsd:string" minOccurs="0" /> </xsd:choice> </xsd:complexType> <xsd:complexType name="http_client_retry_failed"> <xsd:sequence> <xsd:element name="http-code" type="http_client_retry_code" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="retry-strategy" type="xsd:string" /> <xsd:attribute name="max-retries" type="xsd:integer" /> <xsd:attribute name="delay" type="xsd:integer" /> <xsd:attribute name="multiplier" type="xsd:float" /> <xsd:attribute name="max-delay" type="xsd:float" /> <xsd:attribute name="jitter" type="xsd:float" /> <xsd:attribute name="response_header" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="http_client_retry_code"> <xsd:sequence> <xsd:element name="method" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="code" type="xsd:integer" /> </xsd:complexType> <xsd:complexType name="http_query" mixed="true"> <xsd:attribute name="key" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="http_resolve" mixed="true"> <xsd:attribute name="host" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="http_header" mixed="true"> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="mailer"> <xsd:sequence> <xsd:element name="transport" type="mailer_transport" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="envelope" type="mailer_envelope" minOccurs="0" maxOccurs="1" /> <xsd:element name="header" type="header" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="dsn" type="xsd:string" /> <xsd:attribute name="message-bus" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="header" mixed="true"> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="mailer_transport" mixed="true"> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="mailer_envelope"> <xsd:sequence> <xsd:element name="sender" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="recipient" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allowed-recipient" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="http_cache"> <xsd:sequence> <xsd:element name="private-header" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="debug" type="xsd:boolean" /> <xsd:attribute name="trace-level" type="http_cache_trace_levels" /> <xsd:attribute name="trace-header" type="xsd:string" /> <xsd:attribute name="default-ttl" type="xsd:integer" /> <xsd:attribute name="allow-reload" type="xsd:boolean" /> <xsd:attribute name="allow-revalidate" type="xsd:boolean" /> <xsd:attribute name="stale-while-revalidate" type="xsd:integer" /> <xsd:attribute name="stale-if-error" type="xsd:integer" /> <xsd:attribute name="terminate-on-cache-hit" type="xsd:boolean" /> </xsd:complexType> <xsd:simpleType name="http_cache_trace_levels"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="none" /> <xsd:enumeration value="short" /> <xsd:enumeration value="full" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="rate_limiter"> <xsd:sequence> <xsd:element name="limiter" type="rate_limiter_limiter" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="max-host-connections" type="xsd:integer" /> <xsd:attribute name="mock-response-factory" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="rate_limiter_limiter"> <xsd:sequence> <xsd:element name="rate" type="rate_limiter_rate" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="lock-factory" type="xsd:string" /> <xsd:attribute name="storage-service" type="xsd:string" /> <xsd:attribute name="cache-pool" type="xsd:string" /> <xsd:attribute name="policy" type="xsd:string" /> <xsd:attribute name="limit" type="xsd:int" /> <xsd:attribute name="interval" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="rate_limiter_rate"> <xsd:attribute name="interval" type="xsd:string" /> <xsd:attribute name="amount" type="xsd:int" /> </xsd:complexType> <xsd:complexType name="uid"> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="default_uuid_version" type="default_uuid_version" /> <xsd:attribute name="name_based_uuid_version" type="name_based_uuid_version" /> <xsd:attribute name="time_based_uuid_version" type="time_based_uuid_version" /> <xsd:attribute name="name_based_uuid_namespace" type="xsd:string" /> <xsd:attribute name="time_based_uuid_node" type="xsd:string" /> </xsd:complexType> <xsd:simpleType name="default_uuid_version"> <xsd:restriction base="xsd:int"> <xsd:enumeration value="6" /> <xsd:enumeration value="4" /> <xsd:enumeration value="1" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="name_based_uuid_version"> <xsd:restriction base="xsd:int"> <xsd:enumeration value="5" /> <xsd:enumeration value="3" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="time_based_uuid_version"> <xsd:restriction base="xsd:int"> <xsd:enumeration value="6" /> <xsd:enumeration value="1" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="notifier"> <xsd:sequence> <xsd:element name="chatter-transport" type="chatter-transport" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="texter-transport" type="texter-transport" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="channel-policy" type="channel-policy" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="admin-recipients" type="admin-recipients" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="notification-on-failed-messages" type="xsd:boolean" /> <xsd:attribute name="message-bus" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="chatter-transport" mixed="true"> <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="texter-transport" mixed="true"> <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="channel-policy" mixed="true"> <xsd:sequence> <xsd:element name="channel" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="admin-recipients" mixed="true"> <xsd:sequence> <xsd:element name="admin-recipient" type="admin-recipient" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="admin-recipient" mixed="true"> <xsd:attribute name="email" type="xsd:string" use="required" /> <xsd:attribute name="phone" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="html-sanitizer"> <xsd:sequence> <xsd:element name="sanitizer" type="sanitizer" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> <xsd:complexType name="sanitizer"> <xsd:sequence> <xsd:element name="allow-element" type="element-option" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="block-element" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="drop-element" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allow-attribute" type="attribute-option" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="drop-attribute" type="attribute-option" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="force-attribute" type="force-attribute" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allowed-link-scheme" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allowed-link-host" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allowed-media-scheme" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="allowed-media-host" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="with-attribute-sanitizer" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="without-attribute-sanitizer" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="allow-safe-elements" type="xsd:boolean" /> <xsd:attribute name="allow-static-elements" type="xsd:boolean" /> <xsd:attribute name="force-https-urls" type="xsd:boolean" /> <xsd:attribute name="allow-relative-links" type="xsd:boolean" /> <xsd:attribute name="allow-relative-medias" type="xsd:boolean" /> <xsd:attribute name="max-input-length" type="xsd:positiveInteger" /> </xsd:complexType> <xsd:complexType name="element-option"> <xsd:sequence> <xsd:element name="attribute" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="attribute-option"> <xsd:sequence> <xsd:element name="element" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="force-attribute"> <xsd:sequence> <xsd:element name="attribute" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="webhook"> <xsd:sequence> <xsd:element name="routing" type="webhook_routing" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="enabled" type="xsd:boolean" /> <xsd:attribute name="message-bus" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="webhook_routing" mixed="true"> <xsd:sequence> <xsd:element name="service" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="secret" type="xsd:string" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="type" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="remote-event"> <xsd:attribute name="enabled" type="xsd:boolean" /> </xsd:complexType> </xsd:schema>