Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / HN15589 / A.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!--
d44e3c4f 3 Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
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
d44e3c4f 8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
12-->
970ed795
EL
13<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
14 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
15 xmlns:xtdl="urn:xtdl"
16 targetNamespace="urn:xtdl"
17 attributeFormDefault="unqualified"
18 elementFormDefault="qualified"
19>
20
21 <xsd:group name="groupA">
22 <xsd:choice>
23 <xsd:element name="Elem_A" type="xsd:string" />
24 </xsd:choice>
25 </xsd:group>
26
27
28
29</xsd:schema>
This page took 0.028421 seconds and 5 git commands to generate.