Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_element_recordOfElements.xsd
CommitLineData
970ed795 1<!--
3abe9331 2 Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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:ns27="www.XmlTest.org/element_recordOfElements"
11 targetNamespace="www.XmlTest.org/element_recordOfElements">
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
20<complexType name="PersonInfo1">
21 <sequence>
22 <element name="firstName" type="string"/>
23 <element name="lastName" type="string"/>
24 <element name="age" type="integer"/>
25 <element name="degree" type="string" default="Msc" minOccurs="0"/>
26 </sequence>
27</complexType>
28
29<complexType name="PersonInfo2">
30 <sequence>
31 <element name="firstName" type="string"/>
32 <element name="lastName" type="string"/>
33 <element name="age" type="integer" minOccurs="0"/>
34 </sequence>
35 <attribute name="title" type="string"/>
36 <attribute name="nationality" type="string" default="American"/>
37</complexType>
38
39<element name="PI" type="ns27:PersonInfo2"/>
40
41</schema>
This page took 0.025943 seconds and 5 git commands to generate.