hoooo doggie
This commit is contained in:
29
schema/projects/ipxe/build.xsd
Normal file
29
schema/projects/ipxe/build.xsd
Normal 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>
|
||||
Reference in New Issue
Block a user