From 5d981e4f074e9ebae3874bce75247243e23c2868 Mon Sep 17 00:00:00 2001
From: David Abram Cargill <cargilld@apache.org>
Date: Tue, 8 Mar 2005 14:44:50 +0000
Subject: [PATCH] Update order of output for EnumVal and SEnumVal to account
 for recent changes.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176338 13f79535-47bb-0310-9956-ffa450edef68
---
 scripts/sanityTest_ExpectedResult.log | 34 +++++++++++++--------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/scripts/sanityTest_ExpectedResult.log b/scripts/sanityTest_ExpectedResult.log
index 167430233..0eae19922 100644
--- a/scripts/sanityTest_ExpectedResult.log
+++ b/scripts/sanityTest_ExpectedResult.log
@@ -960,9 +960,9 @@ ELEMENTS:
 
   Name: link
   Content Model: EMPTY
-  Attributes:
-    Name:subordinates, Type: IDREF(S)
+  Attributes:    
     Name:manager, Type: IDREF(S)
+    Name:subordinates, Type: IDREF(S)
 
   Name: family
   Content Model: (#PCDATA)
@@ -996,19 +996,16 @@ ComplexType:
 	TypeName:	,C1
 	ContentType:	
 Attributes:
-	Name:			salary
-	Type:			CDATA
-	Default Type:	#IMPLIED
-	Base Datatype:		Decimal
-Facets:		
-	fractionDigits=0
-	pattern=[+\-]?[0-9]+
-
 	Name:			id
 	Type:			ID
 	Default Type:	#REQUIRED
 	Base Datatype:		ID
 
+	Name:			note
+	Type:			CDATA
+	Default Type:	#IMPLIED
+	Base Datatype:		string
+
 	Name:			contr
 	Type:			CDATA
 	Default Type:	#DEFAULT
@@ -1018,10 +1015,13 @@ Enumeration:
 	true
 	false
 
-	Name:			note
+	Name:			salary
 	Type:			CDATA
 	Default Type:	#IMPLIED
-	Base Datatype:		string
+	Base Datatype:		Decimal
+Facets:		
+	fractionDigits=0
+	pattern=[+\-]?[0-9]+
 
 --------------------------------------------
 Name:			name
@@ -1073,16 +1073,16 @@ Content Model:	EMPTY
 ComplexType:
 	TypeName:	,C6
 Attributes:
-	Name:			subordinates
-	Type:			IDREFS
-	Default Type:	#IMPLIED
-	Base Datatype:		List
-
 	Name:			manager
 	Type:			IDREF
 	Default Type:	#IMPLIED
 	Base Datatype:		IDREF
 
+	Name:			subordinates
+	Type:			IDREFS
+	Default Type:	#IMPLIED
+	Base Datatype:		List
+
 --------------------------------------------
 The tree just created contains: 4 elements.
 DOMMemTest
-- 
GitLab