Hi Michael,

Here is the content of "PartInventoryLow.xsd" schema:

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
        xmlns:evt="http://namespaces.softwareag.com/EDA/Event";
        
xmlns="http://namespaces.softwareag.com/EDA/WebM/Sample/InventoryMgmt/1.0";

targetNamespace="http://namespaces.softwareag.com/EDA/WebM/Sample/InventoryMgmt/1.0";
        elementFormDefault="qualified"
        version="1.0">

        <xsd:import namespace="http://namespaces.softwareag.com/EDA/Event";
schemaLocation="../../../../Event/Envelope.xsd" />
        <xsd:include schemaLocation="fragment/Part.xsd" />

        <xsd:element name="PartInventoryLow" type="PartInventoryLowType"
substitutionGroup="evt:Payload" />

        <xsd:complexType name="PartInventoryLowType">
                <xsd:annotation>
                        <xsd:documentation>Report inventory low for a 
part</xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:element name="Part" type="PartType"></xsd:element>
                        <xsd:element name="InventoryLevel" type="xsd:integer">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                
<evt:filterable>true</evt:filterable>
                                        </xsd:appinfo>
                                </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="DesiredInventoryLevel"
type="xsd:integer"></xsd:element>
                </xsd:sequence>
        </xsd:complexType>

</xsd:schema>

--
View this message in context: 
http://camel.465427.n5.nabble.com/Velocity-without-java-tp5042885p5054792.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to