~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/OneSequence.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
<!--
 
4
    Document   : Empty.xsd
 
5
    Created on : October 14, 2005, 11:14 PM
 
6
    Author     : rico
 
7
    Description:
 
8
        Purpose of XML Schema document follows.
 
9
-->
 
10
 
 
11
<schema xmlns="http://www.w3.org/2001/XMLSchema"
 
12
        xmlns:po="http://www.example.com/PO1"
 
13
        targetNamespace="http://www.example.com/PO1"
 
14
        elementFormDefault="unqualified"
 
15
        attributeFormDefault="unqualified">
 
16
 
 
17
  <complexType name="typeA">
 
18
    <sequence>
 
19
      <element name="billTo" type="string"/>
 
20
    </sequence>
 
21
  </complexType>
 
22
</schema>