This commit is contained in:
brent s. 2020-03-27 09:10:48 -04:00
parent 34b2c35c11
commit 49c896fe0a
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 6 additions and 8 deletions

View File

@ -9,14 +9,12 @@
<xs:whiteSpace value="collapse"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="t_std_base64">
<xs:simpleContent>
<xs:restriction base="xs:token">
<xs:pattern value="[A-Za-z0-9+/=]+"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>

<xs:simpleType name="t_std_base64">
<xs:restriction base="xs:token">
<xs:pattern value="[A-Za-z0-9+/=]+"/>
</xs:restriction>
</xs:simpleType>

<xs:complexType name="t_std_cmdopts">
<xs:simpleContent>