Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.ui.tests/testresources/Compare-Schema1-GolfCountryClub-20.xml')
-rw-r--r--tests/org.eclipse.wst.xml.ui.tests/testresources/Compare-Schema1-GolfCountryClub-20.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/org.eclipse.wst.xml.ui.tests/testresources/Compare-Schema1-GolfCountryClub-20.xml b/tests/org.eclipse.wst.xml.ui.tests/testresources/Compare-Schema1-GolfCountryClub-20.xml
deleted file mode 100644
index 53ea89efc..000000000
--- a/tests/org.eclipse.wst.xml.ui.tests/testresources/Compare-Schema1-GolfCountryClub-20.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tns:GolfCountryClub xmlns:tns="http://www.example.org/GolfCountryClub" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/GolfCountryClub Schema1.xsd ">
- <GolfCourse>
- <Name></Name>
- <Yardage></Yardage>
- <Par></Par>
- <Handicap></Handicap>
- <Slope></Slope>
- </GolfCourse>
- <Member>
- <RestrictedMember>
- <FirstName></FirstName>
- <LastName></LastName>
- <MembershipExpiry></MembershipExpiry>
- <LimitedPlay></LimitedPlay>
- </RestrictedMember>
- </Member>
- <Employee>
- <FirstName></FirstName>
- <LastName></LastName>
- <EmployeeNumber></EmployeeNumber>
- </Employee>
- <ProShop>
- <GolfClub>
- <ManufacturerName></ManufacturerName>
- <Quantity></Quantity>
- <ClubKind></ClubKind>
- <Loft></Loft>
- <Shaft></Shaft>
- </GolfClub>
- <BoxOfBalls>
- <ManufacturerName></ManufacturerName>
- <Quantity></Quantity>
- <ProductDetails></ProductDetails>
- </BoxOfBalls>
- </ProShop>
-</tns:GolfCountryClub>

Back to the top