Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / chapter_7_9.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
3abe9331 3 Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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" targetNamespace="http://www.chapter_7_9.org">
11
12
13 <group name="shipAndBill">
14 <sequence>
15 <element name="shipTo" type="string"/>
16 <element name="billTo" type="string"/>
17 </sequence>
18 </group>
19
20
21 <group name="shipOrBill">
22 <choice>
23 <element name="shipTo" type="string"/>
24 <element name="billTo" type="string"/>
25 </choice>
26 </group>
27
28
29 <group name="shipAndBillAll">
30 <all>
31 <element name="shipTo" type="string"/>
32 <element name="billTo" type="string"/>
33 </all>
34 </group>
35
36
37</schema>
This page took 0.026132 seconds and 5 git commands to generate.