Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_protocolXSDs / PIDF / testschema.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2015 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 targetNamespace="urn:ietf:params:xml:ns:pidf:status"
11 xmlns:pidfs="urn:ietf:params:xml:ns:pidf:status"
12
13 xmlns:xs="http://www.w3.org/2001/XMLSchema"
14 elementFormDefault="qualified"
15 attributeFormDefault="unqualified">
16
17 <xs:simpleType name="location">
18 <xs:restriction base="xs:string">
19 <xs:enumeration value="home"/>
20 <xs:enumeration value="office"/>
21 <xs:enumeration value="car"/>
22 </xs:restriction>
23 </xs:simpleType>
24
25 </xs:schema>
This page took 0.062376 seconds and 5 git commands to generate.