File: include.xsd

package info (click to toggle)
axis 1.4-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 52,100 kB
  • sloc: java: 129,124; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (73 lines) | stat: -rw-r--r-- 2,587 bytes parent folder | download | duplicates (10)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?> 
<schema 
  targetNamespace="http://www.axsone.com/webdemo/exec/schemas/cmp/comp" 
  xmlns:tns="http://www.axsone.com/webdemo/exec/schemas/cmp/comp" 
  xmlns:tbl01="http://www.axsone.com/webdemo/exec/schemas/tbl1/aritem" 
  xmlns:tbl02="http://www.axsone.com/webdemo/exec/schemas/tbl2/coarignx" 
  xmlns="http://www.w3.org/2001/XMLSchema"> 
 
  <import 
    namespace="http://www.axsone.com/webdemo/exec/schemas/tbl1/aritem" 
    schemaLocation="../tbl1/aritem.xsd"/> 
  <import 
    namespace="http://www.axsone.com/webdemo/exec/schemas/tbl2/coarignx" 
    schemaLocation="../tbl2/coarignx.xsd"/> 
 
  
     <complexType name="OneRowType"> 
       <all> 
         <element name="ARITEM" type="tbl01:AritemAllFieldsType" minOccurs="0"/> 
         <element name="COARIGNX" type="tbl02:CoarignxAllFieldsType" minOccurs="0"/> 
       </all> 
       <attribute ref="tns:rowType" use="optional" default="All"/> 
     </complexType> 
    
     <complexType name="MultiRowType"> 
       <sequence> 
         <element name="row" type="tns:OneRowType" minOccurs="0" maxOccurs="unbounded"/> 
       </sequence> 
     </complexType> 
    
     <element name="ViewCOARIGNX_Transaction"> 
       <complexType> 
         <sequence> 
           <element name="let" type="tns:letType" minOccurs="0"/> 
           <element name="input_rows" type="tns:MultiRowType" minOccurs="0"/> 
           <element name="return" type="tns:MultiRowType"/> 
         </sequence> 
       </complexType> 
     </element> 
    
     <element name="ViewCOARIGNX_VIEW_FOR_ITEM_UPDATE_COMPONENTRows" type="tns:MultiRowType"/> 

<!-- 
  <complexType name="OneRowType"> 
    <all> 
      <element name="ARITEM" type="tbl01:AllFieldsType" minOccurs="0"/> 
      <element name="COARIGNX" type="tbl02:AllFieldsType" minOccurs="0"/> 
    </all> 
    <attribute ref="tns:rowType" use="optional" default="All"/> 
  </complexType> 
 
  <complexType name="MultiRowType"> 
    <sequence> 
      <element name="row" type="tns:OneRowType" minOccurs="0" maxOccurs="unbounded"/> 
    </sequence> 
  </complexType> 
 
  <element name="ViewCOARIGNX_VIEW_FOR_ITEM_UPDATE_COMPONENTTransaction"> 
    <complexType> 
      <sequence> 
        <element name="let" type="tns:letType" minOccurs="0"/> 
        <element name="input_rows" type="tns:MultiRowType" minOccurs="0"/> 
        <element name="return" type="tns:MultiRowType"/> 
      </sequence> 
    </complexType> 
  </element> 
 
  <element name="ViewCOARIGNX_VIEW_FOR_ITEM_UPDATE_COMPONENTRows" type="tns:MultiRowType"/> 
  
-->  
  
  
</schema>