xref: /aosp_15_r20/external/libxml2/test/schemas/dur_0.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3*7c568831SAndroid Build Coastguard Worker  <xsd:annotation>
4*7c568831SAndroid Build Coastguard Worker    <xsd:documentation xml:lang="en">
5*7c568831SAndroid Build Coastguard Worker      Testing duration data types
6*7c568831SAndroid Build Coastguard Worker    </xsd:documentation>
7*7c568831SAndroid Build Coastguard Worker  </xsd:annotation>
8*7c568831SAndroid Build Coastguard Worker  <xsd:element name="duration">
9*7c568831SAndroid Build Coastguard Worker    <xsd:complexType>
10*7c568831SAndroid Build Coastguard Worker      <xsd:sequence>
11*7c568831SAndroid Build Coastguard Worker        <xsd:choice minOccurs="1" maxOccurs="unbounded">
12*7c568831SAndroid Build Coastguard Worker          <xsd:element name="second1">
13*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
14*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
15*7c568831SAndroid Build Coastguard Worker                <xsd:maxExclusive value="PT1S"/>
16*7c568831SAndroid Build Coastguard Worker                <xsd:minExclusive value="PT0.1S"/>
17*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
18*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
19*7c568831SAndroid Build Coastguard Worker          </xsd:element>
20*7c568831SAndroid Build Coastguard Worker          <xsd:element name="second2">
21*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
22*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
23*7c568831SAndroid Build Coastguard Worker                <xsd:maxInclusive value="PT1S"/>
24*7c568831SAndroid Build Coastguard Worker                <xsd:minInclusive value="PT0.1S"/>
25*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
26*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
27*7c568831SAndroid Build Coastguard Worker          </xsd:element>
28*7c568831SAndroid Build Coastguard Worker          <xsd:element name="month1">
29*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
30*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
31*7c568831SAndroid Build Coastguard Worker                <xsd:maxExclusive value="P1M"/>
32*7c568831SAndroid Build Coastguard Worker                <xsd:minExclusive value="P0M"/>
33*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
34*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
35*7c568831SAndroid Build Coastguard Worker          </xsd:element>
36*7c568831SAndroid Build Coastguard Worker          <xsd:element name="month2">
37*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
38*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
39*7c568831SAndroid Build Coastguard Worker                <xsd:maxInclusive value="P1M"/>
40*7c568831SAndroid Build Coastguard Worker                <xsd:minInclusive value="P0M"/>
41*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
42*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
43*7c568831SAndroid Build Coastguard Worker          </xsd:element>
44*7c568831SAndroid Build Coastguard Worker          <xsd:element name="month3" type="MSD"/>
45*7c568831SAndroid Build Coastguard Worker          <xsd:element name="year1">
46*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
47*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
48*7c568831SAndroid Build Coastguard Worker                <xsd:maxExclusive value="P2Y"/>
49*7c568831SAndroid Build Coastguard Worker                <xsd:minExclusive value="P1Y"/>
50*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
51*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
52*7c568831SAndroid Build Coastguard Worker          </xsd:element>
53*7c568831SAndroid Build Coastguard Worker          <xsd:element name="year2">
54*7c568831SAndroid Build Coastguard Worker            <xsd:simpleType>
55*7c568831SAndroid Build Coastguard Worker              <xsd:restriction base="xsd:duration">
56*7c568831SAndroid Build Coastguard Worker                <xsd:maxInclusive value="P2Y"/>
57*7c568831SAndroid Build Coastguard Worker                <xsd:minInclusive value="P1Y"/>
58*7c568831SAndroid Build Coastguard Worker              </xsd:restriction>
59*7c568831SAndroid Build Coastguard Worker            </xsd:simpleType>
60*7c568831SAndroid Build Coastguard Worker          </xsd:element>
61*7c568831SAndroid Build Coastguard Worker        </xsd:choice>
62*7c568831SAndroid Build Coastguard Worker      </xsd:sequence>
63*7c568831SAndroid Build Coastguard Worker    </xsd:complexType>
64*7c568831SAndroid Build Coastguard Worker  </xsd:element>
65*7c568831SAndroid Build Coastguard Worker  <xsd:simpleType name="MSD">
66*7c568831SAndroid Build Coastguard Worker    <xsd:restriction base="xsd:duration">
67*7c568831SAndroid Build Coastguard Worker      <xsd:maxExclusive value="PT24H"/>
68*7c568831SAndroid Build Coastguard Worker      <xsd:minExclusive value="-PT24H"/>
69*7c568831SAndroid Build Coastguard Worker    </xsd:restriction>
70*7c568831SAndroid Build Coastguard Worker  </xsd:simpleType>
71*7c568831SAndroid Build Coastguard Worker</xsd:schema>
72*7c568831SAndroid Build Coastguard Worker
73