still working on the spec

This commit is contained in:
brent s. 2020-06-19 13:52:10 -04:00
parent 92fcb85cb9
commit e928560828
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
2 changed files with 4 additions and 2 deletions

View File

@ -30,12 +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:complexType>
<xs:complexType name="e_ipxe_patch">
<xs:sequence minOccurs="1" maxOccurs="unbounded">
<xs:element name="patchFile" minOccurs="1" maxOccurs="unbounded" type="t_unix_filepath"/>
<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:complexType>

</xs:schema>

View File

@ -19,7 +19,7 @@
<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:attribute name="srcDir" type="t_unix_dirpath" use="optional"/>
</xs:complexType>
</xs:element>
</xs:all>