Skip to content
Snippets Groups Projects
Commit 5d981e4f authored by David Abram Cargill's avatar David Abram Cargill
Browse files

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
parent e8e5a7c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment