blob: 12f98421dc22e9dce06837777f85bf1337d8ca15 (
plain) (
tree)
|
|
<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>
|