18 lines
630 B
XML
18 lines
630 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<xs:schema targetNamespace="http://schema.xml.r00t.io/aif.xsd"
|
|
xmlns="http://schema.xml.r00t.io/aif.xsd"
|
|
xmlns:aif="http://schema.xml.r00t.io/aif.xsd"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
elementFormDefault="qualified"
|
|
attributeFormDefault="qualified">
|
|
|
|
<xs:simpleType name="t_disksize">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="[-|+]?\s*([0-9]+)\s*(%|((k|Ki)|[MGTPEZY]i?)?B?|)\s*"/>
|
|
<xs:whiteSpace value="collapse"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
|
|
</xs:schema>
|