@@ -85,7 +85,7 @@ public static string GetTestResult(XmlSchemaSet schema)
8585
8686 if ( noChoice . Count > 0 )
8787 {
88- b . Append ( @"<div class=""alert alert-danger"">Versionables and Maintainables not in a xs:Choice.</div>" ) ;
88+ b . Append ( @"<div class=""alert alert-danger"">Versionables and Maintainables not in a referenceable xs:Choice format .</div>" ) ;
8989 b . AppendLine ( @"<table class=""table"">
9090 <thead>
9191 <tr>
@@ -108,12 +108,12 @@ public static string GetTestResult(XmlSchemaSet schema)
108108 }
109109 else
110110 {
111- b . Append ( "<div class=\" alert alert-success\" >All Versionables and Maintainables are in a xs:Choice.</div>" ) ;
111+ b . Append ( "<div class=\" alert alert-success\" >All Versionables and Maintainables are in a referenceable xs:Choice format .</div>" ) ;
112112 }
113113
114114 if ( wrongNumberChoice . Count > 0 )
115115 {
116- b . Append ( @"<div class=""alert alert-danger"">Wrong number of elements in Versionables and Maintainables xs:Choice.</div>" ) ;
116+ b . Append ( @"<div class=""alert alert-danger"">Wrong number of elements in Versionables and Maintainables referenceable xs:Choice format .</div>" ) ;
117117 b . AppendLine ( @"<table class=""table"">
118118 <thead>
119119 <tr>
@@ -136,12 +136,12 @@ public static string GetTestResult(XmlSchemaSet schema)
136136 }
137137 else
138138 {
139- b . Append ( "<div class=\" alert alert-success\" >Correct number of elements in all Versionables and Maintainables xs:Choice.</div>" ) ;
139+ b . Append ( "<div class=\" alert alert-success\" >Correct number of elements in all Versionables and Maintainables referenceable xs:Choice format .</div>" ) ;
140140 }
141141
142142 if ( wrongFormatChoice . Count > 0 )
143143 {
144- b . Append ( @"<div class=""alert alert-danger"">Missing xxxReference to Versionables and Maintainables in xs:Choice.</div>" ) ;
144+ b . Append ( @"<div class=""alert alert-danger"">Missing xxxReference to Versionables and Maintainables in referenceable xs:Choice format .</div>" ) ;
145145 b . AppendLine ( @"<table class=""table"">
146146 <thead>
147147 <tr>
@@ -164,7 +164,7 @@ public static string GetTestResult(XmlSchemaSet schema)
164164 }
165165 else
166166 {
167- b . Append ( "<div class=\" alert alert-success\" >Correct number of elements in all Versionables and Maintainables xs:Choice.</div>" ) ;
167+ b . Append ( "<div class=\" alert alert-success\" >Correct number of elements in all Versionables and Maintainables referenceable xs:Choice format .</div>" ) ;
168168 }
169169
170170 return b . ToString ( ) ;
0 commit comments