dol: initial dol commit
[jump.git] / dol / examples / schema / internal / processnetwork_internal.xsd
1 <?xml version="1.0"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pn="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK" targetNamespace="http://www.tik.ee.ethz.ch/~shapes/schema/PROCESSNETWORK" elementFormDefault="qualified">
3
4 <xsd:redefine schemaLocation="../processnetwork.xsd">
5   <xsd:complexType name="process">
6     <xsd:complexContent>
7       <xsd:extension base="pn:process">
8         <xsd:sequence>
9           <xsd:element name="profiling" type="pn:profiling" minOccurs="0" maxOccurs="unbounded"/>
10         </xsd:sequence>
11       </xsd:extension>
12     </xsd:complexContent>
13   </xsd:complexType>
14
15   <xsd:complexType name="sw_channel">
16     <xsd:complexContent>
17       <xsd:extension base="pn:sw_channel">
18         <xsd:sequence>
19           <xsd:element name="profiling" type="pn:profiling" minOccurs="0" maxOccurs="unbounded"/>
20         </xsd:sequence>
21       </xsd:extension>
22     </xsd:complexContent>
23   </xsd:complexType>
24 </xsd:redefine>
25
26 </xsd:schema>