xmlbeans.xml.purchaseOrder.xml Maven / Gradle / Ivy
<?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