Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
elementgetschematypeinfo04
22
IBM
23
24
	The getSchemaTypeInfo method retrieves the type information associated with this element.
25
 
26
	Load a valid document with an XML Schema.
27
	Invoke getSchemaTypeInfo method on an element having [type definition] property.  Expose {name} and {target namespace}
28
	properties of the [type definition] property.  Verity that the typeName and typeNamespace of the code element's
29
	schemaTypeInfo are correct.
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
51