cleaning up aif

This commit is contained in:
2019-12-08 02:07:21 -05:00
parent 5790039143
commit 1cc5b1f6c5
6 changed files with 724 additions and 68 deletions

View File

@@ -6,6 +6,18 @@
elementFormDefault="qualified"
attributeFormDefault="qualified">
<xs:simpleType name="t_filepath">
<xs:restriction base="xs:string">
<xs:pattern value="(/[^/]+)+/?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="t_passwd_hashtypes">
<xs:restriction base="xs:string">
<xs:enumeration value="md5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="t_posixUserGroup">
<!-- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_437
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282
@@ -16,12 +28,6 @@
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="t_passwd_hashtypes">
<xs:restriction base="xs:string">
<xs:enumeration value="md5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="t_shadowhash">
<!-- http://man7.org/linux/man-pages/man3/crypt.3.html#NOTES -->
<xs:restriction base="xs:token">