Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_protocolXSDs / CAI3G / Bulk.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="ISO-8859-1"?>
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<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.ericsson.com/upg/bulkprovisioning/1.0"
14xmlns:bulk="http://schemas.ericsson.com/upg/bulkprovisioning/1.0">
15<element name="resources">
16<complexType>
17 <sequence>
18 <element name="resource" minOccurs="0" maxOccurs="unbounded">
19 <complexType>
20 <sequence>
21 <element name="keys" minOccurs="1" maxOccurs="1">
22 <complexType>
23 <sequence>
24 <element name="key" minOccurs="1" maxOccurs="unbounded">
25 <complexType>
26 <attribute name="name" type="string"/>
27 <attribute name="value" type="string"/>
28 <attribute name="priority" type="unsignedInt" default="1"/>
29 <attribute name="searchable" type="boolean" default="true"/>
30 </complexType>
31 </element>
32 </sequence>
33 </complexType>
34 </element>
35 <element name="resourceHomes" minOccurs="1" maxOccurs="1">
36 <complexType>
37 <sequence>
38 <element name="dataSource" minOccurs="1" maxOccurs="unbounded">
39 <complexType>
40 <attribute name="identifier" type="string"/>
41 </complexType>
42 </element>
43 <element name="additionalData" minOccurs="0" maxOccurs="1">
44 <complexType>
45 <sequence>
46 <element name="data" maxOccurs="unbounded" minOccurs="0">
47 <complexType>
48 <attribute name="name" type="string"/>
49 <attribute name="value" type="string"/>
50 </complexType>
51 </element>
52 </sequence>
53 </complexType>
54 </element>
55 </sequence>
56 </complexType>
57 </element>
58 </sequence>
59 </complexType>
60 </element>
61 </sequence>
62 </complexType>
63</element>
64</schema>
This page took 0.02652 seconds and 5 git commands to generate.