aboutsummaryrefslogblamecommitdiffstats
path: root/lib/xmerl/test/xmerl_xsd_SUITE_data/simple_int.xsd
blob: 12f98421dc22e9dce06837777f85bf1337d8ca15 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                         
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <xsd:annotation>
    <xsd:documentation xml:lang="en">
     Purchase order schema for Example.com.
     Copyright 2000 Example.com. All rights reserved.
    </xsd:documentation>
  </xsd:annotation>

  <xsd:element name="purchaseOrder" type="xsd:int"/>

  <xsd:element name="comment" type="xsd:string"/>
</xsd:schema>