Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / HN15589 / B.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xtdl="urn:xtdl"
12 xmlns="urn:xtdp"
13 targetNamespace="urn:xtdp"
14 attributeFormDefault="unqualified"
15 elementFormDefault="unqualified"
16>
17<!-- Originally, this had no ...FormDefault at all which is equivalent to unqualified -->
18<xsd:import namespace="urn:xtdl" schemaLocation="A.xsd" />
19
20 <xsd:complexType name="ComplexB">
21 <xsd:sequence>
22 <xsd:group ref="xtdl:groupA" />
23 </xsd:sequence>
24 </xsd:complexType>
25
26 <xsd:element name="Elem_B">
27 <xsd:complexType>
28 <xsd:sequence>
29 <xsd:element name="subElem_B" type="ComplexB">
30 </xsd:element>
31 </xsd:sequence>
32 </xsd:complexType>
33 </xsd:element>
34
35</xsd:schema>
This page took 0.026427 seconds and 5 git commands to generate.