okay, i think i actually need *imports*
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xs:schema targetNamespace="http://schema.xml.r00t2.io/unix.xsd"
|
||||
xmlns="http://schema.xml.r00t2.io/unix.xsd"
|
||||
xmlns:unix="http://schema.xml.r00t2.io/unix.xsd"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="qualified">
|
||||
|
||||
<xs:import schemaLocation="http://schema.xml.r00t2.io/linux.xsd"/>
|
||||
|
||||
<xs:simpleType name="t_filepath">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="(/[^/]+)+/?"/>
|
||||
@@ -37,8 +40,7 @@
|
||||
|
||||
<xs:complexType name="t_user">
|
||||
<xs:sequence>
|
||||
<xs:element name="password" minOccurs="0" maxOccurs="1"
|
||||
type="aif:t_nixpass"/>
|
||||
<xs:element name="password" minOccurs="0" maxOccurs="1" type="linux:t_nixpass"/>
|
||||
<xs:element name="xGroup" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="name" type="unix:t_posixUserGroup"
|
||||
|
||||
Reference in New Issue
Block a user