Last active
December 16, 2015 09:39
-
-
Save spiritbear/5414600 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> | |
| <batch> | |
| <username>Customerlobby</username> | |
| <password>dx572Kabcd</password> | |
| <filename>test_run.pdf</filename> | |
| <job> | |
| <startingPage>1</startingPage> | |
| <endingPage>2</endingPage> | |
| <printProductionOptions> | |
| <documentClass>Postcard 4.25x6</documentClass> | |
| <layout>Picture Postcard</layout> | |
| <productionTime>Next Day</productionTime> | |
| <envelope></envelope> | |
| <color>Full Color</color> | |
| <paperType>White 80# Gloss with UV Coating</paperType> | |
| <printOption>Printing both sides</printOption> | |
| <mailClass>First Class</mailClass> | |
| </printProductionOptions> | |
| <recipients> | |
| <address> | |
| <name>Shiv Indap</name> | |
| <organization></organization> | |
| <address1>1397 Curtis St</address1> | |
| <address2></address2> | |
| <address3></address3> | |
| <city>Berkeley</city> | |
| <state>CA</state> | |
| <postalCode>94702</postalCode> | |
| </address> | |
| </recipients> | |
| </job> | |
| <job> | |
| <startingPage>3</startingPage> | |
| <endingPage>4</endingPage> | |
| <printProductionOptions> | |
| <documentClass>Postcard 4.25x6</documentClass> | |
| <layout>Picture Postcard</layout> | |
| <productionTime>Next Day</productionTime> | |
| <envelope></envelope> | |
| <color>Full Color</color> | |
| <paperType>White 80# Gloss with UV Coating</paperType> | |
| <printOption>Printing both sides</printOption> | |
| <mailClass>First Class</mailClass> | |
| </printProductionOptions> | |
| <recipients> | |
| <address> | |
| <name>Ted Paff</name> | |
| <organization>Customer Lobby</organization> | |
| <address1>2020 Milvia St</address1> | |
| <address2>Suite #400</address2> | |
| <address3></address3> | |
| <city>Berkeley</city> | |
| <state>CA</state> | |
| <postalCode>94704</postalCode> | |
| </address> | |
| </recipients> | |
| </job> | |
| </batch> | |
| </xs:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment