org.eclipse.cosmos/tests/resource-modeling/org.eclipse.cosmos.rm.validation.tests/src/test-resources/base64/Base64DTDMissingEntities.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Mon Aug 18 19:23:02 2008 UTC (17 months, 3 weeks ago) by hleung
Branch: MAIN
CVS Tags: v1_0_0_i13, COSMOS_1_0_0
Branch point for: COSMOS-1_0_0
Changes since 1.1: +6 -7 lines
bug 241138: updated test cases to use the lastest SML adn SML-IF schemas.
<?xml version="1.0" encoding="utf-8"?> 
<!--
/*******************************************************************************
 * Copyright (c) 2008 IBM Corporation.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
 
 -->
<model xmlns="http://www.w3.org/2008/09/sml-if" schemaComplete="true">
  <identity>
    <name>Base64DTDMissingEntities</name>
    	<baseURI>
		http://interop.serviceml.org
	</baseURI>	
    <description>
    The encoded document is an XML document with DTD definition.
    The XML uses entities that are not defined in the DTD.  
    The validation should fail because DTD is processed with fatal failure.   
	</description>
  </identity>
  <instances>
    <document>
     <!-- success; the content of the base64Data element is in Base64 format -->     
      <base64Data>
PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgQk9PSyBbICAgICAgICAgICAgICAgICAg
DQogICAgPCFFTEVNRU5UIEJPT0sxIChQKik+DQogICAgPCFFTEVNRU5UIFAgKCNQQ0RBVEEpPg0K
XT4NCg0KPEJPT0s+DQogICAgPFA+Y2hhcHRlciAxIC0gSW50cm88L1A+DQogICAgPFA+Y2hhcHRl
ciAyIC0gQ29uY2x1c2lvbjwvUD4NCiAgICA8UD4mYXV0aG9yOyZjb3B5cmlnaHQ7PC9QPg0KICAg
IDxQPkluZGV4PC9QPg0KPC9CT09LPg==
      </base64Data>
    </document>
  </instances>
</model>