~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/index/numbers.xsd

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<xs:schema  xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
2
            targetNamespace="http://www.zorba-xquery.com/numbers.xsd"
 
3
            xmlns="http://www.zorba-xquery.com/numbers.xsd"
 
4
            elementFormDefault="qualified">
 
5
 
 
6
 
 
7
<xs:element name="long" type="xs:long"/>
 
8
<xs:element name="integer" type="xs:integer"/>
 
9
 
 
10
</xs:schema>