Blame test/schemas/length2_0.xsd

Packit Service a31ea6
Packit Service a31ea6
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
Packit Service a31ea6
  <xs:complexType name="length2">
Packit Service a31ea6
    <xs:complexContent>
Packit Service a31ea6
      <xs:restriction base="xs:anyType">
Packit Service a31ea6
        <xs:sequence>
Packit Service a31ea6
          <xs:element name="size" type="xs:nonNegativeInteger"/>
Packit Service a31ea6
          <xs:element name="unit" type="xs:NMTOKEN"/>
Packit Service a31ea6
        </xs:sequence>
Packit Service a31ea6
      </xs:restriction>
Packit Service a31ea6
    </xs:complexContent>
Packit Service a31ea6
  </xs:complexType>
Packit Service a31ea6
  <xs:element name="depth" type="length2"/>
Packit Service a31ea6
</xs:schema>