| Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-translation-plus/etc/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-translation-plus/etc/text.xsd |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magefan (support@magefan.com). All rights reserved.
* Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
*/
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:include schemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/types/column.xsd"/>
<xs:complexType name="text">
<xs:complexContent>
<xs:extension base="abstractColumnType">
<xs:annotation>
<xs:documentation>
Here plain text can be persisted. Length of this field is more than 255 characters
and less than 65536
</xs:documentation>
</xs:annotation>
<xs:attribute name="length">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:maxInclusive value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="default" type="xs:string" />
<xs:attribute name="nullable" type="xs:boolean" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>