Home | History | Annotate | Download | only in schemas
      1 <?xml version="1.0"?>
      2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
      3 
      4     <xs:element name="foo">
      5         <xs:complexType>
      6             <xs:sequence>
      7                 <xs:element name="bar" minOccurs="1" maxOccurs="unbounded"/>
      8             </xs:sequence>
      9         </xs:complexType>
     10     </xs:element>
     11 
     12 </xs:schema>