summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/schema/toplevel.xsd
blob: 0c67f5fb7a9030b285bc6c27ac9640a944130ba1 (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="basePackage" type="Deployment:PackageConfiguration" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>

</xsd:schema>