summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test.xsd
blob: 9a085b32ebcb8165c7e4c992ce11bedea45412bb (plain)
1
2
3
4
5
6
7
8
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="a" type="AType"/>
  <xsd:complexType name="AType">
    <xsd:sequence>
      <xsd:element name="b" type="xsd:string" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>