blob: fcd114143ecbdb880cb1816c6d9c814ecbdb949a [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<wd:form
xmlns:wd="http://apache.org/cocoon/woody/definition/1.0"
xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
<wd:widgets>
<wd:field id="shipToFirstName" required="true">
<wd:label>First name</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipToLastName" required="true">
<wd:label>Last name</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipAddress1" required="true">
<wd:label>Address 1</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipAddress2" required="false">
<wd:label>Address 2</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipCity" required="true">
<wd:label>City</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipState">
<wd:label>State</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipZip" required="true">
<wd:label>Zip</wd:label>
<wd:datatype base="string"/>
</wd:field>
<wd:field id="shipCountry" required="true">
<wd:label>Country</wd:label>
<wd:datatype base="string"/>
</wd:field>
</wd:widgets>
</wd:form>