summaryrefslogtreecommitdiffstats
path: root/java/sdo/sample/src/main/resources/sports.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sdo/sample/src/main/resources/sports.xml')
-rw-r--r--java/sdo/sample/src/main/resources/sports.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/java/sdo/sample/src/main/resources/sports.xml b/java/sdo/sample/src/main/resources/sports.xml
deleted file mode 100644
index acdcbc854d..0000000000
--- a/java/sdo/sample/src/main/resources/sports.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<spt:union xmlns:spt="http://www.apache.org/tuscany/sports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.apache.org/tuscany/sports sports.xsd ">
- <member ID="p0" captainFor="t0">
- <name>p 0</name>
- </member>
- <member ID="p1" captainFor="t1">
- <name>p 1</name>
- </member>
- <member ID="p2">
- <name>p 2</name>
- </member>
- <member ID="p3">
- <name>p 3</name>
- </member>
- <team ID="t0" captain="p0">
- <name>t 0</name>
- <player>p0</player>
- <player>p3</player>
- </team>
- <team ID="t1" captain="p1">
- <name>t 1</name>
- <player>p1</player>
- <player>p2</player>
- </team>
-</spt:union>