b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / a / home / dev2.destoffenstraat.com / app / Firebear / ImportExport / etc /
Filename/home/a/home/dev2.destoffenstraat.com/app/Firebear/ImportExport/etc/platforms.xsd
Size3.63 kb
Permissionrwxr-xr-x
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified07-Nov-2022 06:44
Last accessed22-Aug-2025 13:13
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* @copyright: Copyright © 2017 Firebear Studio. All rights reserved.
* @author : Firebear Studio <fbeardev@gmail.com>
*/
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="config">
<xs:complexType>
<xs:sequence>
<xs:element name="platform" type="platformDeclaration" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>

<xs:complexType name="platformDeclaration">
<xs:sequence>
<xs:element name="attribute" type="attributeDeclaration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="description" type="descriptionDeclaration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="link" type="linkDeclaration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="field" type="fieldDeclaration" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="entity" type="xs:string" use="optional"/>
<xs:attribute name="label" type="xs:string" use="required"/>
<xs:attribute name="sortOrder" type="xs:integer" use="optional"/>
<xs:attribute name="model" type="model" use="optional"/>
</xs:complexType>

<xs:complexType name="attributeDeclaration">
<xs:attribute name="code" type="xs:string" use="required"/>
<xs:attribute name="reference" type="xs:string" use="required"/>
<xs:attribute name="label" type="xs:string" use="optional"/>
<xs:attribute name="default" type="xs:string" use="optional"/>
</xs:complexType>

<xs:complexType name="descriptionDeclaration">
<xs:attribute name="label" type="xs:string" use="required"/>
</xs:complexType>

<xs:complexType name="linkDeclaration">
<xs:attribute name="entity" type="xs:string" use="required"/>
<xs:attribute name="suffix" type="xs:string" use="optional"/>
<xs:attribute name="label" type="xs:string" use="required"/>
</xs:complexType>

<xs:complexType name="fieldDeclaration">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="entity" type="xs:string" use="optional"/>
<xs:attribute name="componentType" type="xs:string" use="optional"/>
<xs:attribute name="component" type="xs:string" use="optional"/>
<xs:attribute name="template" type="xs:string" use="optional"/>
<xs:attribute name="url" type="xs:string" use="optional"/>
<xs:attribute name="id" type="xs:string" use="required"/>
<xs:attribute name="label" type="xs:string" use="required"/>
<xs:attribute name="notice" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="required" type="xs:boolean" use="optional"/>
<xs:attribute name="validation" type="xs:string" use="optional"/>
<xs:attribute name="value" type="xs:string" use="optional"/>
<xs:attribute name="options" type="xs:string" use="optional"/>
<xs:attribute name="source_options" type="xs:string" use="optional"/>
<xs:attribute name="formElement" type="xs:string" use="optional"/>
</xs:complexType>

<xs:simpleType name="model">
<xs:annotation>
<xs:documentation>
Model name can contain only [a-zA-Z_\d\\\\].
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z_\d\\\\]+" />
</xs:restriction>
</xs:simpleType>
</xs:schema>