summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/schema/ccd.xsd
blob: e4cb729b1f8d7372834be745840d0d5c97a52be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<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="Basic_Deployment_Data.xsd" />

  <xsd:complexType name="ComponentInterfaceDescription">
    <xsd:choice>
      <xsd:sequence>
        <xsd:element name="label" type="xsd:string"/>
        <xsd:element name="UUID" type="xsd:string"/>
        <xsd:element name="specificType" type="xsd:string"/>
        <xsd:element name="supportedType" type="xsd:string"/>
        <xsd:element name="idlFile" type="xsd:string" minOccurs="0"/>
        <xsd:element name="configProperty" type="Deployment:Property" minOccurs="0"/>
        <xsd:element name="port" type="Deployment:ComponentPortDescription" maxOccurs="unbounded"/>
        <xsd:element name="property" type="Deployment:ComponentPropertyDescription" minOccurs="0"/>
        <xsd:element name="infoProperty" type="Deployment:Property" minOccurs="0"/>
      </xsd:sequence>
      <xsd:element name="contentLocation" type="xsd:string"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:schema>