checking in some work

This commit is contained in:
brent s
2020-06-19 18:55:21 -04:00
parent e928560828
commit e70294dcfd
2 changed files with 15 additions and 7 deletions

View File

@@ -30,14 +30,14 @@
<xs:sequence minOccurs="1" maxOccurs="unbounded">
<xs:element name="opts" minOccurs="1" maxOccurs="unbounded" type="e_ipxe_opts"/>
</xs:sequence>
<xs:attribute name="root" type="t_unix_reldirpath" use="optional"/>
<xs:attribute name="subDir" type="t_unix_reldirpath" use="optional"/>
</xs:complexType>
<xs:complexType name="e_ipxe_patch">
<xs:sequence minOccurs="1" maxOccurs="unbounded">
<xs:element name="patchFile" minOccurs="1" maxOccurs="unbounded" type="t_unix_relfilepath"/>
</xs:sequence>
<xs:attribute name="root" type="t_unix_reldirpath" use="optional"/>
<xs:attribute name="patchDir" type="t_unix_anydir" use="optional"/>
</xs:complexType>
</xs:schema>