aboutsummaryrefslogblamecommitdiffstats
path: root/lib/xmerl/test/xmerl_xsd_SUITE_data/ticket_8599.xsd
blob: 977f043bb7e04ba56a901941b0325a36bd123a45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                     
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="persons"  type="p"/>

  <xs:complexType name="p">
    <xs:sequence>
      <xs:element name="person" type="string" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>


  <xs:simpleType name="string">
    <xs:restriction base="xs:string">
    </xs:restriction>
  </xs:simpleType>

</xs:schema>