30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<xs:schema targetNamespace="https://router.r00t2.io/boootbox/ipxe/build/"
|
||
|
xmlns="https://router.r00t2.io/boootbox/ipxe/build/"
|
||
|
xmlns:ipxe="https://router.r00t2.io/boootbox/ipxe/build/"
|
||
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
elementFormDefault="qualified"
|
||
|
attributeFormDefault="unqualified">
|
||
|
|
||
|
<xs:include schemaLocation="../../lib/types/unix.xsd"/>
|
||
|
<xs:include schemaLocation="../../lib/types/ipxe.xsd"/>
|
||
|
<xs:include schemaLocation="../../lib/elements/ipxe.xsd"/>
|
||
|
|
||
|
<xs:element name="ipxe">
|
||
|
<xs:complexType>
|
||
|
<xs:all minOccurs="1">
|
||
|
<xs:element name="patchSet">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence minOccurs="1" maxOccurs="2">
|
||
|
<xs:element name="switchOpts" maxOccurs="1" type="e_ipxe_optswitch"/>
|
||
|
<xs:element name="patch" maxOccurs="1" type="e_ipxe_patch"/>
|
||
|
</xs:sequence>
|
||
|
<xs:attribute name="root" type="t_unix_dirpath" use="optional"/>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
</xs:all>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
|
||
|
</xs:schema>
|