271837239c1dfaf2087fae3e4bccaacb489d7dcc
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_annotation.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2014 Ericsson Telecom AB
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 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
11 attributeFormDefault="qualified"
12 xmlns="http://www.XmlTest.org/annotation"
13 targetNamespace="www.XmlTest.org/annotation" >
14
15 <xs:annotation id="xy">
16 <xs:appinfo>W3Schools Note</xs:appinfo>
17 <xs:documentation xml:lang="en">
18 This Schema defines a W3Schools note!
19 </xs:documentation>
20 </xs:annotation>
21
22 <xs:element name="MyInteger1" type="xs:positiveInteger">
23 <xs:annotation>
24 <xs:appinfo>
25 Subidubi
26 </xs:appinfo>
27 <xs:documentation source="www.Nowhere1.com" xml:lang="en">
28 This comment is the documentation for MyInteger1!
29 </xs:documentation>
30 </xs:annotation>
31 </xs:element>
32
33 <xs:element name="MyInteger2" type="xs:positiveInteger">
34 <xs:annotation>
35 <xs:appinfo>
36 Subidubi
37 </xs:appinfo>
38 <xs:documentation source="www.Nowhere2.com" xml:lang="en">
39 This comment is the documentation for MyInteger2!
40 More lines allowed?
41 </xs:documentation>
42 <xs:documentation source="www.Nowhere2.com" xml:lang="en">
43 This comment is the second documentation for MyInteger2!
44 More lines allowed?
45 </xs:documentation>
46 <xs:documentation source="www.Nowhere2.com" xml:lang="en">
47 This comment is the third documentation for MyInteger2!
48 More lines allowed!
49 </xs:documentation>
50 </xs:annotation>
51 </xs:element>
52
53 </xs:schema>
This page took 0.031358 seconds and 5 git commands to generate.