[ Avaa Bypassed ]




Upload:

Command:

www-data@3.144.105.204: ~ $
<?xml version="1.0"?>

<!--
dlna-profiles
`- zero or more dlna-profile
`- zero or more restrictions

dlna-profile (name and type mime)
`- zero or one parent|restriction type="container"
`- one or more parent|restriction type!="container"

parent (name)

restrictions
`- zero or more restriction

restriction (type=video|audio|container)
`- zero-or-more fields
`- id if in restrictions

field (name and type=string|int|fourcc|fraction|float|boolean
`- value of appropriate type
-->

<grammar xmlns="http://relaxng.org/ns/structure/1.0">
        <define name="include">
                <element name="include">
                        <attribute name="ref">
                                <text />
                        </attribute>
                </element>
        </define>

        <define name="field">
                <element name="field">
                        <attribute name="name">
                                <text />
                        </attribute>

                        <attribute name="type">
                                <choice>
                                        <value>string</value>
                                        <value>int</value>
                                        <value>fraction</value>
                                        <value>float</value>
                                        <value>boolean</value>
                                        <value>fourcc</value>
                                </choice>
                        </attribute>
                        <optional>
                                <attribute name="used">
                                        <choice>
                                                <value>in-strict</value>
                                                <value>in-relaxed</value>
                                        </choice>
                                </attribute>
                        </optional>

                        <choice>
                                <oneOrMore>
                                        <element name="value">
                                                <text />
                                        </element>
                                </oneOrMore>
                                <element name="range">
                                        <attribute name="min">
                                                <text />
                                        </attribute>
                                        <attribute name="max">
                                                <text />
                                        </attribute>
                                </element>
                        </choice>
                </element>
        </define> <!-- field -->

        <define name="parent">
                <element name="parent">
                        <attribute name="name">
                                <text />
                        </attribute>
                        <optional>
                                <attribute name="used">
                                        <choice>
                                                <value>in-strict</value>
                                                <value>in-relaxed</value>
                                        </choice>
                                </attribute>
                        </optional>
                </element>
        </define> <!-- parent -->

        <define name="restriction">
                <element name="restriction">
                        <attribute name="type">
                                <choice>
                                        <value>container</value>
                                        <value>image</value>
                                        <value>audio</value>
                                        <value>video</value>
                                        <value>text</value>
                                </choice>
                        </attribute>
                        <optional>
                                <attribute name="id">
                                        <text />
                                </attribute>
                        </optional>
                        <optional>
                                <attribute name="used">
                                        <choice>
                                                <value>in-strict</value>
                                                <value>in-relaxed</value>
                                        </choice>
                                </attribute>
                        </optional>

                        <interleave>
                                <zeroOrMore>
                                        <ref name="field" />
                                </zeroOrMore>
                                <zeroOrMore>
                                        <ref name="parent" />
                                </zeroOrMore>
                        </interleave>
                </element>
        </define> <!-- restriction -->

        <define name="restrictions">
                <element name="restrictions">
                        <zeroOrMore>
                                <ref name="restriction" />
                        </zeroOrMore>
                </element>
        </define> <!-- restrictions -->

        <define name="dlna-profile">
                <element name="dlna-profile">
                        <choice>
                                <group>
                                        <attribute name="name">
                                                <text />
                                        </attribute>
                                        <attribute name="mime">
                                                <text />
                                        </attribute>
                                        <optional>
                                                <attribute name="id">
                                                        <text />
                                                </attribute>
                                        </optional>
                                </group>
                                <attribute name="id">
                                        <text />
                                </attribute>
                        </choice>
                        <optional>
				<attribute name="base-profile">
					<text />
				</attribute>
			</optional>
                        <optional>
				<attribute name="extended">
                                        <choice>
                                                <value>true</value>
                                                <value>false</value>
                                        </choice>
				</attribute>
			</optional>


                        <interleave>
                                <zeroOrMore>
                                        <ref name="parent" />
                                </zeroOrMore>
                                <zeroOrMore>
                                        <ref name="restriction" />
                                </zeroOrMore>
                        </interleave>
                </element>
        </define> <!-- dlna-profile -->

        <start>
                <element name="dlna-profiles">
                        <interleave>
                                <zeroOrMore>
                                        <ref name="include" />
                                </zeroOrMore>
                                <zeroOrMore>
                                        <ref name="restrictions" />
                                </zeroOrMore>
                                <zeroOrMore>
                                        <ref name="dlna-profile" />
                                </zeroOrMore>
                        </interleave>
                </element>
        </start>
</grammar>

Filemanager

Name Type Size Permission Actions
aac.xml File 3.04 KB 0644
ac3.xml File 1.48 KB 0644
amr.xml File 1.35 KB 0644
avc.xml File 23.33 KB 0644
common.xml File 10.82 KB 0644
dlna-profiles.rng File 7.78 KB 0644
jpeg.xml File 2.13 KB 0644
lpcm.xml File 1.61 KB 0644
mp3.xml File 1.72 KB 0644
mpeg-common.xml File 4.82 KB 0644
mpeg-ps.xml File 4.91 KB 0644
mpeg-ts.xml File 10.48 KB 0644
mpeg1.xml File 2.35 KB 0644
mpeg4.xml File 23.79 KB 0644
png.xml File 1.99 KB 0644
wma.xml File 1.83 KB 0644