d'oh.
This commit is contained in:
parent
34b2c35c11
commit
49c896fe0a
@ -10,13 +10,11 @@
|
|||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
<xs:complexType name="t_std_base64">
|
<xs:simpleType name="t_std_base64">
|
||||||
<xs:simpleContent>
|
<xs:restriction base="xs:token">
|
||||||
<xs:restriction base="xs:token">
|
<xs:pattern value="[A-Za-z0-9+/=]+"/>
|
||||||
<xs:pattern value="[A-Za-z0-9+/=]+"/>
|
</xs:restriction>
|
||||||
</xs:restriction>
|
</xs:simpleType>
|
||||||
</xs:simpleContent>
|
|
||||||
</xs:complexType>
|
|
||||||
|
|
||||||
<xs:complexType name="t_std_cmdopts">
|
<xs:complexType name="t_std_cmdopts">
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user