Edit

kc3-lang/libxml2/test/schemas/length3_0.xsd

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2002-04-19 07:01:55
    Hash : b4398969
    Message : more Schemas work added more tests coming from the spec. Daniel * xmlschemas.c: more Schemas work * test/schemas/* result/schemas/*: added more tests coming from the spec. Daniel

  • test/schemas/length3_0.xsd
  • <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType name="length3">
        <xs:sequence>
          <xs:element name="size" type="xs:non-positive-integer"/>
          <xs:element name="unit" type="xs:NMTOKEN"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="depth" type="length3"/>
    </xs:schema>