Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_protocolXSDs / MGW / Misc.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8"?>
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<xs:schema targetNamespace="http://www.ericsson.com/is/isco/Misc/R4L06/R4AB_1.02"
14 xmlns="http://www.ericsson.com/is/isco/Misc/R4L06/R4AB_1.02"
15 xmlns:Misc="http://www.ericsson.com/is/isco/Misc/R4L06/R4AB_1.02"
16 xmlns:xs="http://www.w3.org/2001/XMLSchema"
17 xmlns:confd="http://tail-f.com/ns/confd/1.0"
18 elementFormDefault="qualified"
19 attributeFormDefault="unqualified"
20 xml:lang="en">
21 <xs:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="XMLSchema.xsd"/>
22 <xs:import namespace="http://tail-f.com/ns/confd/1.0" schemaLocation="confd.xsd"/>
23 <xs:simpleType name="FtpResult">
24 <xs:restriction base="xs:token">
25 <xs:pattern value="ok|ehost|epath|euser|enospc"/>
26 </xs:restriction>
27 </xs:simpleType>
28 <xs:element name="Miscellaneous"/>
29</xs:schema>
This page took 0.025492 seconds and 5 git commands to generate.