All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlbeans.xml.purchaseOrder.xml Maven / Gradle / Ivy

There is a newer version: 12.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<xb:purchase-order xmlns:xb="http://camel.wildfly.org/xmlbeans">
    <customer>
        <name>John Doe</name>
        <address>Foo, Bar</address>
    </customer>
    <line-item>
        <description>Bird Food</description>
        <price>10.99</price>
        <quantity>5</quantity>
    </line-item>
    <line-item>
        <description>Cat Food</description>
        <price>5.99</price>
        <quantity>4</quantity>
    </line-item>
</xb:purchase-order>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy