~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/schema/api/test/unit/src/org/netbeans/modules/xml/schema/model/resources/testTypes.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 
4
    xmlns:ns="http://xml.netbeans.org/examples/targetNS"
 
5
    targetNamespace="http://xml.netbeans.org/examples/testList"
 
6
    xmlns="http://xml.netbeans.org/examples/targetNS"
 
7
    elementFormDefault="qualified">
 
8
 
 
9
    <xsd:complexType name="myComplexType">
 
10
        <xsd:complexContent>
 
11
            <xsd:extension base="xsd:anyType"/>
 
12
        </xsd:complexContent>
 
13
    </xsd:complexType>
 
14
    
 
15
</xsd:schema>