Menu

[r3190]: / trunk / ch.sahits.codegen.help / html / gettingstarted / phpClassTemplate.xsd  Maximize  Restore  History

Download this file

79 lines (78 with data), 2.8 kB

 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
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Andi Hotz (SAHITS) -->
<!--W3C Schema generated by XMLSPY v2004 rel. 2 U (http://www.xmlspy.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="arg">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="args">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="body" type="xs:string"/>
<xs:element name="description" type="xs:string"/>
<xs:element name="include">
<xs:simpleType>
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="member">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="value" type="xs:boolean"/>
<xs:attribute name="visibility" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="members">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="visibility" type="xs:string"/>
<xs:attribute name="initPK" type="xs:int"/>
</xs:complexType>
</xs:element>
<xs:element name="method">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="arg" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="args" minOccurs="0"/>
</xs:choice>
<xs:element ref="description" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="body" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="static" type="xs:boolean"/>
<xs:attribute name="visibility" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="methods">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="arg" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="args" minOccurs="0"/>
</xs:choice>
<xs:element ref="description" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="body" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="static" type="xs:boolean"/>
<xs:attribute name="visibility" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="phpClassTemplate">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="include"/>
<xs:element ref="member"/>
<xs:element ref="methods"/>
<xs:element ref="method"/>
<xs:element ref="members"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.