This commit is contained in:
brent s 2019-05-22 14:12:37 -04:00
parent b1383ff3d5
commit fbce0d448e

View File

@ -3,7 +3,9 @@
targetNamespace="http://git.square-r00t.net/OpTools/plain/storage/backups/borg" targetNamespace="http://git.square-r00t.net/OpTools/plain/storage/backups/borg"
xmlns="http://git.square-r00t.net/OpTools/plain/storage/backups/borg" xmlns="http://git.square-r00t.net/OpTools/plain/storage/backups/borg"
xmlns:borg="http://git.square-r00t.net/OpTools/plain/storage/backups/borg" xmlns:borg="http://git.square-r00t.net/OpTools/plain/storage/backups/borg"
elementFormDefault="qualified"> elementFormDefault="unqualified"
attributeFormDefault="unqualified">

<xs:simpleType name="posixuser"> <xs:simpleType name="posixuser">
<xs:restriction base="xs:token"> <xs:restriction base="xs:token">
<xs:pattern value="[a-z_]([a-z0-9_-]{0,31}|[a-z0-9_-]{0,30}$)"/> <xs:pattern value="[a-z_]([a-z0-9_-]{0,31}|[a-z0-9_-]{0,30}$)"/>
@ -14,6 +16,7 @@
<xs:whiteSpace value="preserve"/> <xs:whiteSpace value="preserve"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>

<!-- START ROOT --> <!-- START ROOT -->
<xs:element name="borg"> <xs:element name="borg">
<xs:complexType> <xs:complexType>