Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / noTargetNamespace.xsd
1 <!--
2 Copyright (c) 2000-2014 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 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
10
11 <xsd:annotation>
12 <xsd:documentation xml:lang="en">
13 Purchase order schema for Example.com.
14 Copyright 2000 Example.com. All rights reserved.
15 </xsd:documentation>
16 </xsd:annotation>
17
18 <xsd:element name="FooString" type="xsd:string"/>
19
20 <xsd:element name="BarInteger" type="xsd:integer"/>
21
22 </xsd:schema>
This page took 0.031919 seconds and 5 git commands to generate.