~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/SyncTestNonGlobal_multiple_adds.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
        targetNamespace="http://www.example.com/OrgChart">
 
5
 
 
6
  <xsd:element name="OrgChart">
 
7
    <xsd:complexType>
 
8
      <xsd:sequence>
 
9
        <xsd:element name="CompanyLogo">
 
10
          <xsd:complexType>
 
11
            <xsd:attribute name="href" type="xsd:anyURI"/>
 
12
          </xsd:complexType>
 
13
        </xsd:element>
 
14
        <xsd:element name="Office" type="OfficeType" maxOccurs="unbounded"/>
 
15
        <xsd:element name="Office2" type="OfficeType" maxOccurs="1"/>
 
16
        <xsd:element name="Office3" type="OfficeType" maxOccurs="1"/>
 
17
        <xsd:element name="Office4" type="OfficeType" maxOccurs="1"/>
 
18
      </xsd:sequence>
 
19
    </xsd:complexType>
 
20
  </xsd:element>
 
21
 
 
22
</xsd:schema>