Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / comment_placement.xsd
CommitLineData
3abe9331 1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4 targetNamespace="www.example.org/comment/placement">
5
6<xsd:element name="e21unnamed">
7 <xsd:annotation>
8 <xsd:documentation>
9 SomeCommentyyy
10 </xsd:documentation>
11 </xsd:annotation>
12 <xsd:simpleType>
13 <union>
14 <xsd:simpleType>
15 <xsd:annotation>
16 <xsd:documentation>
17 SomeCommentyyy
18 </xsd:documentation>
19 </xsd:annotation>
20 <xsd:restriction base="xsd:string"/>
21 </xsd:simpleType>
22 <xsd:simpleType>
23 <xsd:annotation>
24 <xsd:documentation>
25 SomeCommentss
26 </xsd:documentation>
27 </xsd:annotation>
28 <restriction base="xsd:float"/>
29 </xsd:simpleType>
30 <xsd:simpleType>
31 <restriction base="xsd:integer"/>
32 </xsd:simpleType>
33 </union>
34 </xsd:simpleType>
35</xsd:element>
36
37<xsd:complexType name="e39">
38 <xsd:annotation>
39 <xsd:documentation>
40 SomeCommentss
41 </xsd:documentation>
42 </xsd:annotation>
43 <xsd:sequence>
44 <xsd:choice>
45 <xsd:element name="foo" type="xsd:string">
46 <xsd:annotation>
47 <xsd:documentation>
48 SomeCommentss
49 </xsd:documentation>
50 </xsd:annotation>
51 </xsd:element>
52 <xsd:element name="bar" type="xsd:string">
53 <xsd:annotation>
54 <xsd:documentation>
55 SomeCommentss
56 </xsd:documentation>
57 </xsd:annotation>
58 </xsd:element>
59 </xsd:choice>
60 <xsd:element name="ding" type="xsd:string">
61 <xsd:annotation>
62 <xsd:documentation>
63 SomeCommentss
64 </xsd:documentation>
65 </xsd:annotation>
66 </xsd:element>
67 </xsd:sequence>
68</xsd:complexType>
69
70
71
72<xsd:annotation>
73 <xsd:appinfo>
74 info
75 </xsd:appinfo>
76 <xsd:documentation>
77 SomeComment
78 </xsd:documentation>
79 <xsd:documentation>
80 SomeComment2
81 </xsd:documentation>
82</xsd:annotation>
83
84<xsd:element name="Int" type="xsd:integer" nillable="false">
85 <xsd:annotation>
86 <xsd:documentation>
87 SomeComment
88 </xsd:documentation>
89 </xsd:annotation>
90</xsd:element>
91
92
93</xsd:schema>
This page took 0.028419 seconds and 5 git commands to generate.