comparison _test/temp.pl @ 223:edf011437be8

updated resources schema
author sergey
date Tue, 28 Aug 2012 17:29:42 +0400
parents 5c82c15b25b1
children 8d36073411b1
comparison
equal deleted inserted replaced
222:84a6382b49c8 223:edf011437be8
12 12
13 my $type = pack_type 'http://implab.org/schemas/resources', 'resources'; 13 my $type = pack_type 'http://implab.org/schemas/resources', 'resources';
14 my $reader = $schema->compile( 14 my $reader = $schema->compile(
15 READER => $type, 15 READER => $type,
16 xsi_type => { 16 xsi_type => {
17 pack_type('http://implab.org/schemas/resources','abstractResult') => 'AUTO' 17 pack_type('http://implab.org/schemas/resources','AbstractResult') => 'AUTO'
18 } 18 }
19 ); 19 );
20 20
21 my $t = [gettimeofday]; 21 my $t = [gettimeofday];
22 22