summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/schema/toplevel.xsd
blob: 83e2feb999dfff24cc712630dd7c7d8d5c80c4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.w3.org/2001/XMLSchema XMLSchema.xsd"
            xmlns:Deployment="http://www.omg.org/Deployment"
            targetNamespace="http://www.omg.org/Deployment">

            <xsd:include schemaLocation="pcd.xsd" />

  <xsd:complexType name="TopLevelPackageDescription">
    <xsd:sequence>
      <xsd:element name="package" type="Deployment:PackageConfiguration" minOccurs="0" maxOccurs="unbounded"/> <!-- changed -->
    </xsd:sequence>
  </xsd:complexType>

</xsd:schema>