getting there, i think

This commit is contained in:
brent s. 2019-12-08 03:31:17 -05:00
parent 3175333fbd
commit e01eef77ea
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
elementFormDefault="qualified" elementFormDefault="qualified"
attributeFormDefault="qualified"> attributeFormDefault="qualified">


<xs:import schemaLocation="http://schema.xml.r00t2.io/linux.xsd"/> <xs:import namespace="linux" schemaLocation="http://schema.xml.r00t2.io/linux.xsd"/>


<xs:simpleType name="t_filepath"> <xs:simpleType name="t_filepath">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
@ -51,7 +51,7 @@
use="optional"/> use="optional"/>
</xs:complexType> </xs:complexType>
<xs:unique name="uniq_grp"> <xs:unique name="uniq_grp">
<xs:selector xpath="aif:xGroup"/> <xs:selector xpath="unix:xGroup"/>
<xs:field xpath="@name"/> <xs:field xpath="@name"/>
</xs:unique> </xs:unique>
</xs:element> </xs:element>