317aac116df4d5fb2ab0fdb346859a156e5809ae
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_element_recordOfElements5.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:ns28="www.XmlTest.org/element_recordOfElements5"
11 targetNamespace="www.XmlTest.org/element_recordOfElements5">
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="PersonInfo5">
21 <sequence>
22 <element name="firstName" type="string"/>
23 <element name="lastName" type="string"/>
24 <element name="age" type="integer" minOccurs="0"/>
25 <element name="Degree" minOccurs="0" maxOccurs="10">
26 <complexType>
27 <simpleContent>
28 <extension base="string">
29 <attribute name="Year" type="gYear"/>
30 </extension>
31 </simpleContent>
32 </complexType>
33 </element>
34 </sequence>
35 </complexType>
36
37
38 </schema>
This page took 0.04035 seconds and 4 git commands to generate.