blob: 9d2ff03779d48a445712300c6302eb3cf648c218 [file] [log] [blame]
<schema
elementFormDefault="qualified"
attributeFormDefault="unqualified"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tst="http://www.rackspace.com/test/duration"
targetNamespace="http://www.rackspace.com/test/duration">
<element name="test" type="tst:SumDuration24H"/>
<complexType name="SumDuration24H">
<sequence>
<element name="d" type="xsd:dayTimeDuration" maxOccurs="unbounded"/>
</sequence>
</complexType>
</schema>