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