Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_element_recordOfElements4.xsd
1 <!--
2 Copyright (c) 2000-2015 Ericsson Telecom AB
3
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 <schema xmlns="http://www.w3.org/2001/XMLSchema"
10 xmlns:ns29="www.XmlTest.org/element_recordOfElements4"
11 targetNamespace="www.XmlTest.org/element_recordOfElements4">
12 <annotation>
13 <documentation xml:lang="en">
14 This documentum tests based on
15 XML Schema Part 1: Structures Second Edition
16 </documentation>
17 </annotation>
18
19 <complexType name="PersonInfo4">
20 <sequence>
21 <element name="firstName" type="string"/>
22 <element name="lastName" type="string"/>
23 <element name="age" type="integer" minOccurs="0"/>
24 <element ref="ns:Degree" minOccurs="0" maxOccurs="10"/>
25 </sequence>
26 </complexType>
27
28 <element name="Degree" type="string"/>
29
30 </schema>
This page took 0.037847 seconds and 5 git commands to generate.