Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / PDUexample.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2016 Ericsson Telecom AB
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
12 -->
13 <schema xmlns="http://www.w3.org/2001/XMLSchema"
14 xmlns:ns="www.example.org/PDUexample"
15 targetNamespace="www.example.org/PDUexample">
16
17 <annotation><documentation xml:lang="EN">Global type declaration</documentation></annotation>
18
19 <complexType name="personalData">
20 <sequence>
21 <element name="title" type="string"/>
22 <element name="forename" type="string"/>
23 <element name="surname" type="string"/>
24 <element name="bornDate" type="integer" minOccurs="0"/>
25 <element name="bornPlace" type="string" minOccurs="0"/>
26 </sequence>
27 </complexType>
28
29 <annotation><documentation xml:lang="EN">Global element declarations</documentation></annotation>
30
31 <element name="fooGlobal" type="float"/>
32 <element name="barGlobal" type="integer" minOccurs="0" minOccurs="unbounded"/>
33 <element name="comment" type="string"/>
34
35 <element name="AllData">
36 <complexType>
37 <sequence>
38 <element name="personalData" type="personalData"/>
39 <element ref="ns:foo" minOccurs="0" minOccurs="unbounded"/>
40 <element ref="ns:bar"/>
41 <element ref="ns:comment" />
42 </sequence>
43 </complexType>
44 </element>
45
46 </schema>
This page took 0.036116 seconds and 5 git commands to generate.