hoooo doggie

This commit is contained in:
brent s
2020-06-18 18:24:13 -04:00
parent 9ec5bee035
commit 5b537e3531
4 changed files with 136 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
<?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>