<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://lsdis.cs.uga.edu/projects/meteor-s/wsdl-s/examples/purchaseOrder.wsdl" 
xmlns:wssem="http://lsdis.cs.uga.edu/projects/meteor-s/wsdl-s/examples/purchaseOrder.wsdl"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<attribute name="modelReference" type="anyURI" use="optional"/>
<attribute name="schemaMapping" type="anyURI" use="optional"/>
<element name="category" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="wsdl:documented">
<attribute name="categoryname" type="NCName" use="required"/>
<attribute name="taxonomyURI" type="anyURI" use="required"/>
<attribute name="taxonomyValue" type="String" use="optional"/>
<attribute name="taxonomyCode" type="integer" use="optional"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="precondition">
<complexType>
<complexContent>
<restriction base="anyType">
<attribute name="name" type="string" />
<attribute name="modelReference" type="anyURI" />
<attribute name="expression" type="string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="effect">
<complexType>
<complexContent>
<restriction base="anyType">
<attribute name="name" type="string" />
<attribute name="modelReference" type="anyURI" />
<attribute name="expression" type="string" />
</restriction>
</complexContent>
</complexType>
</element>
</schema>