Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
typeinfoisderivedfrom66
22
IBM
23
24
	The isDerivedFrom method checks if this TypeInfo derives from the specified ancestor type.
25
 
26
	Get schemaTypeInfo on an element of type Union that belongs to a document with an XML schema.
27
	Invoke method isDerivedFrom with derivation method union and verify that the value returned is true.
28
      Verify that emType is derived from emp0004_5Type by union.
29
 
30
31
Jenny Hsu
32
2003-10-28
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50