d'oh II: the return of the d'oh.

This commit is contained in:
brent s. 2020-03-27 10:25:04 -04:00
parent 49c896fe0a
commit 7c86946301
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 7 additions and 9 deletions

View File

@ -89,15 +89,13 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="t_net_http_basic_uri">
<xs:simpleContent>
<xs:restriction base="xs:anyURI">
<xs:pattern value="https?://.+/?"/>
<xs:whiteSpace value="collapse"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>

<xs:simpleType name="t_net_http_basic_uri">
<xs:restriction base="xs:anyURI">
<xs:pattern value="https?://.+/?"/>
<xs:whiteSpace value="collapse"/>
</xs:restriction>
</xs:simpleType>

<xs:simpleType name="t_net_mac_addr">
<xs:restriction base="xs:token">