Skip to content

Instantly share code, notes, and snippets.

@orbeon
Last active August 29, 2015 14:05
Show Gist options
  • Save orbeon/3684806b0a30a9a5ace9 to your computer and use it in GitHub Desktop.
Save orbeon/3684806b0a30a9a5ace9 to your computer and use it in GitHub Desktop.
Example of form metadata produced by Orbeon Form 4.7 `send`
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<control for="49364616e2e4f1ae09b3d708b8f6800720fd33a8" name="details" type="section">
<resources lang="en">
<label>Book Details</label>
<help>This section contains details about the book.</help>
</resources>
<resources lang="fr">
<label>Détails du livre</label>
<help>Cette section contient les détails du livre.</help>
</resources>
</control>
<control for="bb6154bab13cbe38d7358382e321204ee3f7ea37" name="title" type="input">
<resources lang="en">
<label>Title</label>
<help>This input contains the book title. For example...</help>
<hint>Book title</hint>
<alert>The book title is missing</alert>
</resources>
<resources lang="fr">
<label>Titre</label>
<help>Ce champ contient le titre du livre, par exemple...</help>
<hint>Titre du livre</hint>
<alert>Le titre du livre manque</alert>
</resources>
<value>War and Peace</value>
</control>
<control for="937f34ccaf09b588f0ace79c930094ccd41bb439" name="author" type="input">
<resources lang="en">
<label>Author</label>
<help>This input contains the book's author name.</help>
<hint>Book author</hint>
<alert>The author name is missing</alert>
</resources>
<resources lang="fr">
<label>Auteur</label>
<help>Ce champ contient le nom de l'auteur du livre.</help>
<hint>Auteur du livre</hint>
<alert>L'auteur du livre manque</alert>
</resources>
<value>Leo Tolstoy</value>
</control>
<control for="7e15e7643db67a4ac8a92b72a7904e657b513ff8" name="image-upload" type="image-attachment"
datatype="anyURI">
<resources lang="en"/>
<resources lang="fr"/>
</control>
<control for="edd39f8937b7ed3ad55970ca598a4dbbb3494cd4" name="language" type="select1" datatype="language">
<resources lang="en">
<label>Language</label>
<help>This contains the book language. For example...</help>
<hint>Book language</hint>
<alert>The language selected is invalid</alert>
<items>
<item>
<label>Chinese</label>
<value>zh</value>
</item>
<item>
<label>English</label>
<value>en</value>
</item>
<item>
<label>French</label>
<value>fr</value>
</item>
<item>
<label>German</label>
<value>de</value>
</item>
<item>
<label>Italian</label>
<value>it</value>
</item>
<item>
<label>Russian</label>
<value>ru</value>
</item>
<item>
<label>Spanish</label>
<value>es</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Langue</label>
<help>Ce champ contient la langue du livre, par exemple...</help>
<hint>Langue du livre</hint>
<alert>La langue sélectionnée est invalide</alert>
<items>
<item>
<label>Allemand</label>
<value>de</value>
</item>
<item>
<label>Anglais</label>
<value>en</value>
</item>
<item>
<label>Chinois</label>
<value>zh</value>
</item>
<item>
<label>Français</label>
<value>fr</value>
</item>
<item>
<label>Espagnol</label>
<value>es</value>
</item>
<item>
<label>Italien</label>
<value>it</value>
</item>
<item>
<label>Russe</label>
<value>ru</value>
</item>
</items>
</resources>
<value>ru</value>
</control>
<control for="aec2d79c64d986f8bd8951df88e1953821c374e0" name="link" type="input" datatype="link">
<resources lang="en">
<label>Link</label>
<help>This input contains a link to an external resource. For example...</help>
<hint>Optional link to external resource</hint>
<alert>The link must be a valid HTTP or HTTPS URL</alert>
</resources>
<resources lang="fr">
<label>Lien</label>
<help>Ce champ contient un lien vers une ressource externe, par exemple...</help>
<hint>Lien optionnel vers une ressource externe</hint>
<alert>Le lien doit être un URL HTTP ou HTTPS valide</alert>
</resources>
<value>http://en.wikipedia.org/wiki/War_and_Peace</value>
</control>
<control for="04817624896e7d583101040cc7443af2ffeff44e" name="rating" type="select1" datatype="rating">
<resources lang="en">
<label>Rating</label>
<help>This contains your rating about the book. For example...</help>
<hint>Your rating</hint>
<alert>The rating selected is invalid</alert>
<items>
<item>
<label>None</label>
<value/>
</item>
<item>
<label>1</label>
<value>1</value>
</item>
<item>
<label>2</label>
<value>2</value>
</item>
<item>
<label>3</label>
<value>3</value>
</item>
<item>
<label>4</label>
<value>4</value>
</item>
<item>
<label>5</label>
<value>5</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Evaluation</label>
<help>Ce champ contient votre évaluation du livre, par exemple...</help>
<hint>Votre évaluation</hint>
<alert>L'évaluation sélectionnée est invalide</alert>
<items>
<item>
<label>Aucune</label>
<value/>
</item>
<item>
<label>1</label>
<value>1</value>
</item>
<item>
<label>2</label>
<value>2</value>
</item>
<item>
<label>3</label>
<value>3</value>
</item>
<item>
<label>4</label>
<value>4</value>
</item>
<item>
<label>5</label>
<value>5</value>
</item>
</items>
</resources>
<value/>
</control>
<control for="6b2ffcc388c254496e5b23cc8debd78bb1d74b3c" name="publication-year" type="input"
datatype="publication-year">
<resources lang="en">
<label>Publication Year</label>
<help>This is the year the book was published. For example: "2009".</help>
<hint>Year the book was published</hint>
<alert>The year selected is invalid</alert>
</resources>
<resources lang="fr">
<label>Année de publication</label>
<help>Ceci est l'année durant laquelle le livre a été publié. Par exemple: "2009".</help>
<hint>Année durant laquelle le livre a été publié</hint>
<alert>L'année sélectionnée est invalide</alert>
</resources>
<value>1869</value>
</control>
<control for="007c41f7ce41f05f3bd82cfec5c856b1832464ec" name="review" type="tinymce">
<resources lang="en">
<label>Review</label>
<help>Your review for this book</help>
</resources>
<resources lang="fr">
<label>Critique</label>
<help>Votre critique pour ce livre</help>
</resources>
<value>&lt;span/&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;War and Peace&lt;/b&gt;&lt;/i&gt; (&lt;a class="" href="http://en.wikipedia.org/wiki/Russian_language" title="Russian language"&gt;Russian&lt;/a&gt;: &lt;span lang="ru"&gt;Война и мир&lt;/span&gt;, &lt;a class="" href="http://en.wikipedia.org/wiki/History_of_the_Russian_language" title="History of the Russian language"&gt;Pre-reform Russian&lt;/a&gt;: «Война и миръ») is a &lt;a class="" href="http://en.wikipedia.org/wiki/Novel" title="Novel"&gt;novel&lt;/a&gt; by the &lt;a class="" href="http://en.wikipedia.org/wiki/Russia" title="Russia"&gt;Russian&lt;/a&gt; author &lt;a class="" href="http://en.wikipedia.org/wiki/Leo_Tolstoy" title="Leo Tolstoy"&gt;Leo Tolstoy&lt;/a&gt;, published in 1869. The work is &lt;a class="" href="http://en.wikipedia.org/wiki/Epic_poetry" title="Epic poetry"&gt;epic&lt;/a&gt; in scale and is considered one of the most celebrated works of &lt;a class="" href="http://en.wikipedia.org/wiki/Fiction" title="Fiction"&gt;fiction&lt;/a&gt;. It is regarded as Tolstoy's finest literary achievement, along with his other famous work &lt;i&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/Anna_Karenina" title="Anna Karenina"&gt;Anna Karenina&lt;/a&gt;&lt;/i&gt; (1873–1877).&lt;/p&gt;&lt;p&gt;&lt;i&gt;War and Peace&lt;/i&gt; delineates in graphic detail events leading up to &lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Napoleon" title="Napoleon"&gt;Napoleon&lt;/a&gt;'s &lt;a class="" href="http://en.wikipedia.org/wiki/French_invasion_of_Russia" title="French invasion of Russia"&gt;invasion of Russia&lt;/a&gt;, and the impact of the &lt;a class="" href="http://en.wikipedia.org/wiki/Napoleonic_era" title="Napoleonic era"&gt;Napoleonic era&lt;/a&gt; on &lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Tsarist" title="Tsarist"&gt;Tsarist&lt;/a&gt; society, as seen through the eyes of five&lt;a class="" href="http://en.wikipedia.org/wiki/Russia" title="Russia"&gt;Russian&lt;/a&gt; &lt;a class="" href="http://en.wikipedia.org/wiki/Aristocracy" title="Aristocracy"&gt;aristocratic&lt;/a&gt; families. Portions of an earlier version were serialized in the magazine &lt;i&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/The_Russian_Messenger" title="The Russian Messenger"&gt;The Russian Messenger&lt;/a&gt;&lt;/i&gt; between 1865 and 1867. The novel was first published in its entirety in 1869. &lt;i&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/Newsweek" title="Newsweek"&gt;Newsweek&lt;/a&gt;&lt;/i&gt; in 2009 ranked it top of its list of &lt;i&gt;Top 100 Books&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;Tolstoy himself, somewhat enigmatically, said of &lt;i&gt;War and Peace&lt;/i&gt; that it was "not a novel, even less is it a poem, and still less an historical chronicle."&lt;br clear="none"/&gt;&lt;br clear="none"/&gt;&lt;/p&gt;&lt;span&gt;Text is available under the &lt;a rel="license" href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License"&gt;Creative Commons Attribution-ShareAlike License&lt;/a&gt;; additional terms may apply. See &lt;a href="http://wikimediafoundation.org/wiki/Terms_of_Use"&gt;Terms of Use&lt;/a&gt; for details.&lt;/span&gt;&lt;br clear="none"/&gt;</value>
</control>
<control for="028d3dc19a4cd471b035c647b225b7f087fca10e" name="notes" type="section">
<resources lang="en">
<label>Notes</label>
<help>This section contains one or more notes about the book.</help>
</resources>
<resources lang="fr">
<label>Notes</label>
<help>Cette section contient une ou plusieurs notes à propos du livre.</help>
</resources>
</control>
<control for="2851e6b76b6e2e4274adc3ebf753921cdef68853" name="note" type="textarea">
<resources lang="en">
<label>Note</label>
<help>These notes contain your own comments about the book. For example...</help>
<hint>Notes about this book</hint>
<alert>The notes are invalid</alert>
</resources>
<resources lang="fr">
<label>Note</label>
<help>Ce champ de texte contient vos propres commentaires au sujet du livre, par exemple...</help>
<hint>Notes au sujet de ce livre</hint>
<alert>Cette note n'est pas valide</alert>
</resources>
<value/>
</control>
</metadata>
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<control for="f00add4466fb916b8ee54074cfdbf665eab0048e" name="contact" type="section">
<resources lang="en">
<label>Contact Information</label>
<help/>
</resources>
<resources lang="fr">
<label>Informations de contact</label>
<help/>
</resources>
</control>
<control for="9bd2f8fd2421eb0b0a410feaa1f482c50551486a" name="first-name" type="input" datatype="string">
<resources lang="en">
<label>First Name</label>
<help/>
<hint>Your first or given name</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Prénom</label>
<help/>
<hint>Votre prénom</hint>
<alert/>
</resources>
<value>Erik</value>
</control>
<control for="8532f26e19a5b33200f56bb839c5f3aa2fa3a25f" name="last-name" type="input" datatype="string">
<resources lang="en">
<label>Last Name</label>
<help/>
<hint>Your last name</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Nom de famille</label>
<help/>
<hint>Votre nom de famille</hint>
<alert/>
</resources>
<value>Bruchez</value>
</control>
<control for="4ab7b8a144b1da1dfecbac1f5df90520923d3793" name="email" type="input" datatype="email">
<resources lang="en">
<label>Email</label>
<help/>
<hint>Your email address</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Email</label>
<help/>
<hint>Your adresse email</hint>
<alert/>
</resources>
<value>info@orbeon.com</value>
</control>
<control for="1652ee81c79d5c1a890fa335e4d475295cc854d1" name="phone" type="us-phone">
<resources lang="en">
<label>Phone Number</label>
<help/>
<hint>Optional phone number</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Numéro de téléphone</label>
<help/>
<hint>Numéro de téléphone optionnel</hint>
<alert/>
</resources>
<value>6505555555</value>
</control>
<control for="b6b9c581554e509a5acc33375c418430244642ed" name="message" type="section">
<resources lang="en">
<label>Message</label>
<help/>
</resources>
<resources lang="fr">
<label>Votre message</label>
<help/>
</resources>
</control>
<control for="642699eafbd5b33150e5cba8b31f81e9a8c656dd" name="order-number" type="input" datatype="string">
<resources lang="en">
<label>Order Number</label>
<help/>
<hint>The related order number</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Numéro de commande</label>
<help/>
<hint>Numéro de commande relatif</hint>
<alert/>
</resources>
<value>O888</value>
</control>
<control for="399c5500e3beecb4c9a771b7df6120d156771c9f" name="topic" type="dropdown-select1" datatype="string">
<resources lang="en">
<label>Topic</label>
<help/>
<hint>Please select the closest topic</hint>
<alert/>
<items>
<item>
<label>Account</label>
<value>account</value>
</item>
<item>
<label>Orders</label>
<value>orders</value>
</item>
<item>
<label>Returns</label>
<value>returns</value>
</item>
<item>
<label>Repairs</label>
<value>repairs</value>
</item>
<item>
<label>Other</label>
<value>other</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Sujet</label>
<help/>
<hint>Veuillez choisir le sujet le plus proche</hint>
<alert/>
<items>
<item>
<label>Compte</label>
<value>account</value>
</item>
<item>
<label>Commandes</label>
<value>orders</value>
</item>
<item>
<label>Renvois</label>
<value>returns</value>
</item>
<item>
<label>réparations</label>
<value>repairs</value>
</item>
<item>
<label>Autre</label>
<value>other</value>
</item>
</items>
</resources>
<value>returns</value>
</control>
<control for="3435f2839d772a2c384cc05de94ac5cc8652e16f" name="comments" type="textarea" datatype="string">
<resources lang="en">
<label>Questions and Comments</label>
<help/>
<hint>Your questions and/or comments</hint>
<alert/>
</resources>
<resources lang="fr">
<label>Questions et commentaires</label>
<help/>
<hint>Vos questions et/ou commentaires</hint>
<alert/>
</resources>
<value>Please answer me!</value>
</control>
</metadata>
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<control for="980fd3d10465ac5b3928e73dedf6f8f1e90c85cb" name="text-controls" type="section">
<resources lang="en">
<label>Text Controls</label>
</resources>
<resources lang="fr">
<label>Contrôles texte</label>
</resources>
</control>
<control for="db9e140da90a113596bd93d3d8883a575e1f2734" name="input" type="input">
<resources lang="en">
<label>Input Field</label>
<hint>Standard input field</hint>
</resources>
<resources lang="fr">
<label>Champ de texte</label>
<hint>Champ de texte standard</hint>
</resources>
<value>Michelle</value>
</control>
<control for="6d05e00f5309fa9f60d1a925f26dea9af3ce7561" name="output" type="output">
<resources lang="en">
<label>Text Output</label>
</resources>
<resources lang="fr">
<label>Sortie texte</label>
</resources>
<value>Great love and great achievements involve great risk.</value>
</control>
<control for="19bc19de326fe8ea904d0ee75c51167180936897" name="secret" type="secret" datatype="string">
<resources lang="en">
<label>Password Field</label>
<hint>The password is 42 ;)</hint>
</resources>
<resources lang="fr">
<label>Mot de passe</label>
<hint>Le mot de passe est 42 ;)</hint>
</resources>
<value>42</value>
</control>
<control for="1e3372e37b2f8c55430fdd8971bb2cd2ac1ad5fc" name="textarea" type="textarea">
<resources lang="en">
<label>Text Area</label>
<hint>Standard text area</hint>
</resources>
<resources lang="fr">
<label>Zone de texte</label>
<hint>Zone de texte standard</hint>
</resources>
<value>Music is an art form whose medium is sound. Common elements of music are pitch (which governs melody and harmony), rhythm (and its associated concepts tempo, meter, and articulation), dynamics, and the sonic qualities of timbre and texture. The word derives from Greek μουσική (mousike), "(art) of the Muses".
The creation, performance, significance, and even the definition of music vary according to culture and social context. Music ranges from strictly organized compositions (and their recreation in performance), through improvisational music to aleatoric forms. Music can be divided into genres and subgenres, although the dividing lines and relationships between music genres are often subtle, sometimes open to individual interpretation, and occasionally controversial. Within "the arts", music may be classified as a performing art, a fine art, and auditory art.
From Wikipedia (https://en.wikipedia.org/wiki/Music).
</value>
</control>
<control for="123b5d694cccbe0e55bd7c69922ad60f61bc761b" name="htmlarea" type="tinymce">
<resources lang="en">
<label>Formatted Text</label>
<hint>Rich text editor</hint>
</resources>
<resources lang="fr">
<label>Texte formatté</label>
<hint>Editeur de texte enrichi</hint>
</resources>
<value>&lt;div style="text-align: left;"&gt;
&lt;p&gt;&lt;strong&gt;Giuseppe Fortunino Francesco Verdi&lt;/strong&gt;&amp;nbsp;(Italian:&amp;nbsp;&lt;a shape="rect" title="Help:IPA for Italian" href="https://en.wikipedia.org/wiki/Help:IPA_for_Italian"&gt;[d͡ʒuˈzɛppe ˈverdi]&lt;/a&gt;; 9 or 10 October 1813&amp;nbsp;– 27 January 1901) was an&amp;nbsp;&lt;a shape="rect" title="Italians" href="https://en.wikipedia.org/wiki/Italians"&gt;Italian&lt;/a&gt;&amp;nbsp;&lt;a shape="rect" title="Romantic music" href="https://en.wikipedia.org/wiki/Romantic_music"&gt;Romantic&lt;/a&gt;&amp;nbsp;composer primarily known for his operas. He is considered, together with&amp;nbsp;&lt;a shape="rect" title="Richard Wagner" href="https://en.wikipedia.org/wiki/Richard_Wagner"&gt;Richard Wagner&lt;/a&gt;, the preeminent opera composer of the nineteenth century.&amp;nbsp;Verdi dominated the Italian opera scene after the eras of&amp;nbsp;&lt;a shape="rect" title="Vincenzo Bellini" href="https://en.wikipedia.org/wiki/Vincenzo_Bellini"&gt;Bellini&lt;/a&gt;,&amp;nbsp;&lt;a shape="rect" title="Gaetano Donizetti" href="https://en.wikipedia.org/wiki/Gaetano_Donizetti"&gt;Donizetti&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a shape="rect" title="Gioachino Rossini" href="https://en.wikipedia.org/wiki/Gioachino_Rossini"&gt;Rossini&lt;/a&gt;. His works are frequently performed in opera houses throughout the world and, transcending the boundaries of the genre, some of his themes have long since taken root in popular culture, as "&lt;a shape="rect" title="La donna è mobile" href="https://en.wikipedia.org/wiki/La_donna_%C3%A8_mobile"&gt;La donna è mobile&lt;/a&gt;" from&amp;nbsp;&lt;em&gt;&lt;a shape="rect" class="mw-redirect" title="Rigoletto (opera)" href="https://en.wikipedia.org/wiki/Rigoletto_(opera)"&gt;Rigoletto&lt;/a&gt;&lt;/em&gt;, "&lt;a shape="rect" title="Libiamo ne' lieti calici" href="https://en.wikipedia.org/wiki/Libiamo_ne%27_lieti_calici"&gt;Libiamo ne' lieti calici&lt;/a&gt;" (The Drinking Song) from&amp;nbsp;&lt;em&gt;&lt;a shape="rect" title="La traviata" href="https://en.wikipedia.org/wiki/La_traviata"&gt;La traviata&lt;/a&gt;&lt;/em&gt;, "&lt;a shape="rect" title="Va, pensiero" href="https://en.wikipedia.org/wiki/Va,_pensiero"&gt;Va, pensiero&lt;/a&gt;" (The Chorus of the Hebrew Slaves) from&amp;nbsp;&lt;em&gt;&lt;a shape="rect" title="Nabucco" href="https://en.wikipedia.org/wiki/Nabucco"&gt;Nabucco&lt;/a&gt;&lt;/em&gt;, the "Coro di zingari" (&lt;a shape="rect" title="Anvil Chorus" href="https://en.wikipedia.org/wiki/Anvil_Chorus"&gt;Anvil Chorus&lt;/a&gt;) from&amp;nbsp;&lt;em&gt;&lt;a shape="rect" title="Il trovatore" href="https://en.wikipedia.org/wiki/Il_trovatore"&gt;Il trovatore&lt;/a&gt;&lt;/em&gt;&amp;nbsp;and the "&lt;a shape="rect" title="Triumphal March" href="https://en.wikipedia.org/wiki/Triumphal_March"&gt;Grand March&lt;/a&gt;" from&amp;nbsp;&lt;em&gt;&lt;a shape="rect" title="Aida" href="https://en.wikipedia.org/wiki/Aida"&gt;Aida&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Moved by the death of compatriot&amp;nbsp;&lt;a shape="rect" title="Alessandro Manzoni" href="https://en.wikipedia.org/wiki/Alessandro_Manzoni"&gt;Alessandro Manzoni&lt;/a&gt;, Verdi wrote&amp;nbsp;&lt;em&gt;&lt;a shape="rect" title="Requiem (Verdi)" href="https://en.wikipedia.org/wiki/Requiem_(Verdi)"&gt;Messa da Requiem&lt;/a&gt;&lt;/em&gt;&amp;nbsp;in 1874 in Manzoni's honour, a work now regarded as a masterpiece of the&amp;nbsp;&lt;a shape="rect" title="Oratorio" href="https://en.wikipedia.org/wiki/Oratorio"&gt;oratorio&lt;/a&gt;&amp;nbsp;tradition and a testimony to his capacity outside the field of opera.&amp;nbsp;Visionary and politically engaged, he remains – alongside&amp;nbsp;&lt;a shape="rect" title="Giuseppe Garibaldi" href="https://en.wikipedia.org/wiki/Giuseppe_Garibaldi"&gt;Garibaldi&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a shape="rect" title="Camillo Benso, Count of Cavour" href="https://en.wikipedia.org/wiki/Camillo_Benso,_Count_of_Cavour"&gt;Cavour&lt;/a&gt;&amp;nbsp;– an emblematic figure of the reunification process of the&amp;nbsp;&lt;a shape="rect" class="mw-redirect" title="Italian peninsula" href="https://en.wikipedia.org/wiki/Italian_peninsula"&gt;Italian peninsula&lt;/a&gt;&amp;nbsp;(the&amp;nbsp;&lt;em&gt;&lt;a shape="rect" class="mw-redirect" title="Risorgimento" href="https://en.wikipedia.org/wiki/Risorgimento"&gt;Risorgimento&lt;/a&gt;&lt;/em&gt;).&lt;/p&gt;
&lt;/div&gt;</value>
</control>
<control for="4bda47000fff467ba30d964836127798723c45e4" name="typed-controls" type="section">
<resources lang="en">
<label>Typed Controls</label>
</resources>
<resources lang="fr">
<label>Contrôles typés</label>
</resources>
</control>
<control for="b78888016d3e18514d8287e3ef746ccff0765dde" name="email" type="input" datatype="email">
<resources lang="en">
<label>Email Address</label>
<hint>Email field with validation</hint>
</resources>
<resources lang="fr">
<label>Adresse email</label>
<hint>Email field with validation</hint>
</resources>
<value>info@orbeon.com</value>
</control>
<control for="38e893f288098c63bb907d5b22aa25a375bccb7d" name="us-phone" type="us-phone">
<resources lang="en">
<label>US Phone Number</label>
<hint>US phone number field</hint>
</resources>
<resources lang="fr">
<label>Téléphone US</label>
<hint>US phone number field</hint>
</resources>
<value>5555555555</value>
</control>
<control for="0bcd41299073521a7e9a7194412faf8d0d69bd94" name="number" type="number" datatype="decimal">
<resources lang="en">
<label>Number</label>
<hint>Number field with validation</hint>
</resources>
<resources lang="fr">
<label>Nombre</label>
<hint>Number field with validation</hint>
</resources>
<value>299792458</value>
</control>
<control for="d1d2b7ba12e52a2a4a5626ad33db10a3df93b1c6" name="currency" type="currency" datatype="decimal">
<resources lang="en">
<label>Currency</label>
<hint>Currency field</hint>
</resources>
<resources lang="fr">
<label>Devise</label>
<hint>Currency field</hint>
</resources>
<value>10.99</value>
</control>
<control for="c8b3d36ba29b2b1886cba3a3dea2410ec71ce669" name="us-state" type="us-state" datatype="string">
<resources lang="en">
<label>US State</label>
<hint>US state selector</hint>
</resources>
<resources lang="fr">
<label>Etat US</label>
<hint>US state selector</hint>
</resources>
<value>CA</value>
</control>
<control for="3c3feb6d38de4ddae73d80911d631cbca602369a" name="date-time-controls" type="section">
<resources lang="en">
<label>Date and Time</label>
</resources>
<resources lang="fr">
<label>Contrôles date et heure</label>
</resources>
</control>
<control for="43a69c221a071357677e99afe531c09adc9b7d7c" name="date" type="input" datatype="date">
<resources lang="en">
<label>Date</label>
<hint>Standard date field</hint>
</resources>
<resources lang="fr">
<label>Date</label>
<hint>Champ date standard</hint>
</resources>
<value>2009-10-16</value>
</control>
<control for="0e4307e5f90cb78c8962feea21e074744cae045c" name="time" type="input" datatype="time">
<resources lang="en">
<label>Time</label>
<hint>Standard time field</hint>
</resources>
<resources lang="fr">
<label>Heure</label>
<hint>Champ heure standard</hint>
</resources>
<value>17:47:57</value>
</control>
<control for="ee6cf8902f4396bcbff05e508caf8acb981017d7" name="datetime" type="input" datatype="dateTime">
<resources lang="en">
<label>Date and Time</label>
<hint>Standard date and time field</hint>
</resources>
<resources lang="fr">
<label>Date et heure</label>
<hint>Champ date et heure standard</hint>
</resources>
<value>2009-10-16T17:48:03</value>
</control>
<control for="033ed9c4123efc2edb9b467543833a37c1e282e4" name="dropdown-date" type="dropdown-date" datatype="date">
<resources lang="en">
<label>Dropdown Date</label>
<hint>Date selector with dropdown menus</hint>
</resources>
<resources lang="fr">
<label>Date avec menus</label>
<hint>Sélecteur de date avec menus</hint>
</resources>
<value>2009-10-16</value>
</control>
<control for="be32deb88be3d908a4eebec161d4d07012f0e670" name="fields-date" type="fields-date" datatype="date">
<resources lang="en">
<label>Fields Date</label>
<hint>Date selector with separate fields</hint>
</resources>
<resources lang="fr">
<label>Date avec champs</label>
<hint>Sélecteur de date avec champs séparés</hint>
</resources>
<value>2009-10-16</value>
</control>
<control for="a234672918b097106f55fdba374c464460a4d5ee" name="selection-controls" type="section">
<resources lang="en">
<label>Selection Controls</label>
</resources>
<resources lang="fr">
<label>Contrôles de sélection</label>
</resources>
</control>
<control for="f6eefefa74419955d4c0c61b55c420d0b012fa18" name="dropdown" type="dropdown-select1" datatype="string">
<resources lang="en">
<label>Dropdown Menu</label>
<hint>Standard dropdown</hint>
<items>
<item>
<label>Cat</label>
<value>cat</value>
</item>
<item>
<label>Dog</label>
<value>dog</value>
</item>
<item>
<label>Bird</label>
<value>bird</value>
</item>
<item>
<label>Fish</label>
<value>fish</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Menu déroulant</label>
<hint>Menu standard</hint>
<items>
<item>
<label>Chat</label>
<value>cat</value>
</item>
<item>
<label>Chien</label>
<value>dog</value>
</item>
<item>
<label>Oiseau</label>
<value>bird</value>
</item>
<item>
<label>Poisson</label>
<value>fish</value>
</item>
</items>
</resources>
<value>cat</value>
</control>
<control for="55216361e08bf5678794978921e722818e9b07a3" name="radio-buttons" type="select1" datatype="string">
<resources lang="en">
<label>Radio Buttons</label>
<hint>Standard radio buttons</hint>
<items>
<item>
<label>Cat</label>
<value>cat</value>
</item>
<item>
<label>Dog</label>
<value>dog</value>
</item>
<item>
<label>Bird</label>
<value>bird</value>
</item>
<item>
<label>Fish</label>
<value>fish</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Boutons radio</label>
<hint>Boutons radio standards</hint>
<items>
<item>
<label>Chat</label>
<value>cat</value>
</item>
<item>
<label>Chien</label>
<value>dog</value>
</item>
<item>
<label>Oiseau</label>
<value>bird</value>
</item>
<item>
<label>Poisson</label>
<value>fish</value>
</item>
</items>
</resources>
<value>cat</value>
</control>
<control for="89c4769215099ed3d757417d025403adef59985e" name="checkboxes" type="select" datatype="string">
<resources lang="en">
<label>Checkboxes</label>
<hint>Standard checkboxes</hint>
<items>
<item>
<label>Cat</label>
<value>cat</value>
</item>
<item>
<label>Dog</label>
<value>dog</value>
</item>
<item>
<label>Bird</label>
<value>bird</value>
</item>
<item>
<label>Fish</label>
<value>fish</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Cases à cocher</label>
<hint>Cases à cocher standards</hint>
<items>
<item>
<label>Chat</label>
<value>cat</value>
</item>
<item>
<label>Chien</label>
<value>dog</value>
</item>
<item>
<label>Oiseau</label>
<value>bird</value>
</item>
<item>
<label>Poisson</label>
<value>fish</value>
</item>
</items>
</resources>
<value>cat bird</value>
</control>
<control for="cbb30c407e72939d153e821ea789747bf56f08b3" name="single-list" type="select1" datatype="string">
<resources lang="en">
<label>Scrollable List</label>
<hint>Standard single-selection list</hint>
<items>
<item>
<label>Cat</label>
<value>cat</value>
</item>
<item>
<label>Dog</label>
<value>dog</value>
</item>
<item>
<label>Bird</label>
<value>bird</value>
</item>
<item>
<label>Fish</label>
<value>fish</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Liste défilante</label>
<hint>Liste de sélection simple standard</hint>
<items>
<item>
<label>Chat</label>
<value>cat</value>
</item>
<item>
<label>Chien</label>
<value>dog</value>
</item>
<item>
<label>Oiseau</label>
<value>bird</value>
</item>
<item>
<label>Poisson</label>
<value>fish</value>
</item>
</items>
</resources>
<value>cat</value>
</control>
<control for="fb0206546847d82c1cd0907dbae2c08040ed01f5" name="multiple-list" type="box-select">
<resources lang="en">
<label>Scrollable Checkboxes</label>
<hint>Scrollable selector with checkboxes</hint>
<items>
<item>
<label>Cat</label>
<value>cat</value>
</item>
<item>
<label>Dog</label>
<value>dog</value>
</item>
<item>
<label>Bird</label>
<value>bird</value>
</item>
<item>
<label>Fish</label>
<value>fish</value>
</item>
</items>
</resources>
<resources lang="fr">
<label>Cases à cocher défilantes</label>
<hint>Composant cases à cocher avec ascenseur</hint>
<items>
<item>
<label>Chat</label>
<value>cat</value>
</item>
<item>
<label>Chien</label>
<value>dog</value>
</item>
<item>
<label>Oiseau</label>
<value>bird</value>
</item>
<item>
<label>Poisson</label>
<value>fish</value>
</item>
</items>
</resources>
<value>cat bird</value>
</control>
<control for="1af26b7db571a91ed637804185774b2e531e88bb" name="boolean" type="input" datatype="boolean">
<resources lang="en">
<label>Boolean Input</label>
<hint>An input which captures "true" or "false"</hint>
</resources>
<resources lang="fr">
<label>Boolean Input</label>
<hint>An input which captures "true" or "false"</hint>
</resources>
<value>false</value>
</control>
<control for="2ab1af0e619cf5e384d0d9404c846e3ba00b77ee" name="autocomplete" type="autocomplete">
<resources lang="en">
<label>Autocomplete</label>
<hint>Enter the name of a country</hint>
</resources>
<resources lang="fr">
<label>Complétion automatique</label>
<hint>Entrez le nom d'un pays</hint>
</resources>
<value>us</value>
</control>
<control for="fa62d62064a4b09996e87586f6e106bcaa68542e" name="autocomplete-result" type="output">
<resources lang="en">
<label>Autocomplete Selection</label>
<hint/>
</resources>
<resources lang="fr">
<label>Résultat de la complétion</label>
<hint/>
</resources>
<value>us</value>
</control>
<control for="cb0e6825378acb1b7a43a5d0b287f8a6f3c1d0ee" name="dynamic-data-dropdown" type="databound-select1"
datatype="string">
<resources lang="en">
<label>Dynamic Data Dropdown</label>
<hint/>
</resources>
<resources lang="fr">
<label>Dynamic Data Dropdown</label>
<hint/>
</resources>
<value/>
</control>
<control for="9c6e38d01273b7f6b223dd67c2d6b1e2b18ae28e" name="attachment-controls" type="section">
<resources lang="en">
<label>Attachments</label>
</resources>
<resources lang="fr">
<label>Fichiers joints</label>
</resources>
</control>
<control for="298d2e99506de56b0625ccb55e7adf4b79c5efd5" name="static-image" type="output" datatype="anyURI">
<resources lang="en">
<label>Image</label>
</resources>
<resources lang="fr">
<label>Image</label>
</resources>
<value>oxf:/forms/orbeon/controls/form/step.jpg</value>
</control>
<control for="900608eb7bb2d1bfe3e101c5a00efc5b630ba096" name="image-attachment" type="image-attachment"
datatype="anyURI">
<resources lang="en">
<label>Image Attachment</label>
<hint>Attach an image</hint>
</resources>
<resources lang="fr">
<label>Image jointe</label>
<hint>Joindre une image</hint>
</resources>
</control>
<control for="3859b64b8ae38354e54ae68a4f6c2bd459ef0ded" name="image-annotation" type="wpaint">
<resources lang="en">
<label>Image annotation</label>
<hint/>
</resources>
<resources lang="fr">
<label>Annotation d'image</label>
<hint/>
</resources>
</control>
<control for="3084430ab9a1efda7bc3f0c7adbfd1213719b465" name="file-attachment" type="attachment" datatype="anyURI">
<resources lang="en">
<label>File Attachment</label>
<hint>Attach a file</hint>
</resources>
<resources lang="fr">
<label>Fichier joint</label>
<hint>Joindre un fichier</hint>
</resources>
<value/>
</control>
<control for="41d19b8af621f35f7863244e9da1d04b23385daf" name="buttons" type="section">
<resources lang="en">
<label>Buttons</label>
</resources>
<resources lang="fr">
<label>Boutons</label>
</resources>
</control>
<control for="ccf2ba2b3d69390d33a96288e2eee2b680956b37" name="browser-button" type="trigger">
<resources lang="en">
<label>Standard Button</label>
<hint>Standard browser button</hint>
</resources>
<resources lang="fr">
<label>Bouton</label>
<hint>Bouton navigateur standard</hint>
</resources>
</control>
<control for="56a7a1fd7b3de95089108f781f0ce84d7470f561" name="link-button" type="trigger">
<resources lang="en">
<label>Link Button</label>
<hint>Button as a link</hint>
</resources>
<resources lang="fr">
<label>Bouton lien</label>
<hint>Lien agissant comme un bouton</hint>
</resources>
</control>
<control for="c23633c3761d6501c4df7dc52dd3366dbbd69f99" name="us-address" type="section">
<resources lang="en">
<label>US Address Template</label>
</resources>
<resources lang="fr">
<label>Modèle Adresse US</label>
</resources>
</control>
<control for="2e49d147af9d9bf55c3ebba7735f90f11e558397" name="street-number" type="input">
<resources lang="en">
<label>Street Number</label>
<hint/>
<alert>The street number is usually a number</alert>
</resources>
<resources lang="fr">
<label>Numéro de rue</label>
<hint/>
<alert>Le numéro de rue est en général un nombre</alert>
</resources>
<value>1600</value>
</control>
<control for="0ff50d391c50d1ea7d2bafda29fdaf2e9511ea83" name="street-name" type="input">
<resources lang="en">
<label>Street Name</label>
<hint/>
<alert/>
</resources>
<resources lang="fr">
<label>Nom de rue</label>
<hint/>
<alert/>
</resources>
<value>Pennsylvania Avenue NW</value>
</control>
<control for="8ea945f63f7608adb9cd1f1712982a9452620acc" name="apt-suite" type="input">
<resources lang="en">
<label>Apt/Suite</label>
<hint/>
<alert/>
</resources>
<resources lang="fr">
<label>Appartement/suite</label>
<hint/>
<alert/>
</resources>
<value/>
</control>
<control for="152269902228c0c2bfbe63121b65f9b5c3289402" name="city" type="input">
<resources lang="en">
<label>City</label>
<hint/>
<alert/>
</resources>
<resources lang="fr">
<label>Ville</label>
<hint/>
<alert/>
</resources>
<value>Washington</value>
</control>
<control for="0af658ff00717db17634d664efe4dde22b577375" name="state" type="us-state">
<resources lang="en">
<label>State</label>
<hint/>
<alert/>
</resources>
<resources lang="fr">
<label>Etat</label>
<hint/>
<alert/>
</resources>
<value>DC</value>
</control>
<control for="e3457e75b953b1b4edf7f816da4f4e0dd58a05e9" name="zip" type="input" datatype="integer">
<resources lang="en">
<label>Zip</label>
<hint/>
</resources>
<resources lang="fr">
<label>Code postal</label>
<hint/>
</resources>
<value>20500</value>
</control>
</metadata>
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<control for="5d9cf57b8d9985d6f5bb5f36a5a86326ff6ba61c" name="personal-information" type="section">
<resources lang="en">
<label>Personal Information</label>
</resources>
</control>
<control for="abdb5fda16b1fe1d8b83b450654ee2b148fb328c" name="last-name" type="input" datatype="last-name">
<resources lang="en">
<label>Last Name</label>
<hint/>
</resources>
<value>Smith</value>
</control>
<control for="dce86f6e6406c8f77454c0d838d3a18978024811" name="first-name" type="input" datatype="first-name">
<resources lang="en">
<label>First Name</label>
<hint/>
</resources>
<value>John</value>
</control>
<control for="72c3f021f1e0d81dc51ca64a1c65ef94167eaf27" name="initial" type="input" datatype="initial">
<resources lang="en">
<label>Initial</label>
<hint/>
</resources>
<value>B</value>
</control>
<control for="828489fee6643b1ad51a0f68528142c7b9fdf6c7" name="icon-1" type="output" datatype="anyURI">
<resources lang="en">
<label/>
</resources>
<value>oxf:/forms/orbeon/dmv-14/images/user_64.png</value>
</control>
<control for="91c043c4f43a343529ca6d8dcf552668eebc4ccb" name="driver-license-number" type="input"
datatype="driver-license-number">
<resources lang="en">
<label>Driver License / Id Card No.</label>
<hint/>
</resources>
<value>B987695</value>
</control>
<control for="6f4eccd580a1274becf04425050515573abd83c3" name="birth-date" type="input" datatype="date">
<resources lang="en">
<label>Birth Date</label>
<hint/>
</resources>
<value>1984-03-17</value>
</control>
<control for="7f3a10f5b4a6a9a6afd2f2ea9ac5bd83906f01f4" name="voter-address-change" type="select"
datatype="boolean">
<resources lang="en">
<hint/>
<items>
<item>
<label>Don't change my voting address</label>
<value>true</value>
</item>
</items>
</resources>
<value>true</value>
</control>
<control for="b806f335727992e626f5df0ab2961b5bed58ea4d" name="residence-address" type="section">
<resources lang="en">
<label>New or Correct Residence Address</label>
</resources>
</control>
<control for="57e51ae6d1560b6dcb1e2e5a19ed414cea13a4d7" name="residence-street-number" type="input"
datatype="street-number">
<resources lang="en">
<label>Street Number</label>
<hint/>
</resources>
<value>456</value>
</control>
<control for="2fe9d35f9ad4ca9dc631d58e82f04c367e6c8c6c" name="residence-street-name-1" type="input"
datatype="street-name-1">
<resources lang="en">
<label>Street Name 1</label>
<hint/>
</resources>
<value>Pine Avenue</value>
</control>
<control for="ae6a23c7966f250d12bbbb2f2559e309a34c6c69" name="residence-street-name-2" type="input"
datatype="street-name-2">
<resources lang="en">
<label>Street Name 2</label>
<hint/>
</resources>
<value>Apt 42</value>
</control>
<control for="57d2eb1b2a5dad82f95db777c5dca8383d4632a7" name="icon-2" type="output" datatype="anyURI">
<resources lang="en">
<label/>
</resources>
<value>oxf:/forms/orbeon/dmv-14/images/home_64.png</value>
</control>
<control for="8c7746ca90386f06af216efd373323fb3ecbcfbe" name="residence-apt" type="input" datatype="apt">
<resources lang="en">
<label>Apt. No</label>
<hint/>
</resources>
<value>1818</value>
</control>
<control for="657408b6da08c4cfc6f85ba00027c7277cf27a5f" name="residence-city" type="input" datatype="city">
<resources lang="en">
<label>City</label>
<hint/>
</resources>
<value>San Francisco</value>
</control>
<control for="eff2ebf7b206c11119572b1f50282bda8e196897" name="residence-state" type="us-state" datatype="state">
<resources lang="en">
<label>State</label>
<hint/>
</resources>
<value>CA</value>
</control>
<control for="fd137f46ea888ec55a8d64965fd1bd5b6c34b173" name="residence-zip" type="input" datatype="zip">
<resources lang="en">
<label>Zip</label>
<hint/>
</resources>
<value>94102</value>
</control>
<control for="0ce40adc48829037dfac1a094c11bf07b2675c7f" name="mailing-address" type="section">
<resources lang="en">
<label>New or Correct Mailing Address</label>
</resources>
</control>
<control for="55784198d834e8c75f782edcdb0821e5ceb73ef8" name="mailing-address-different" type="select"
datatype="boolean">
<resources lang="en">
<hint/>
<items>
<item>
<label>My mailing address is different from my residence address</label>
<value>true</value>
</item>
</items>
</resources>
<value>true</value>
</control>
<control for="195f5a7a348093db0db3c056c79580f067d6c83e" name="mailing-street-number" type="input"
datatype="street-number">
<resources lang="en">
<label>Street Number</label>
<hint/>
</resources>
<value>456</value>
</control>
<control for="728945c9b08b0e4f77103561b5cd3f606a99f034" name="mailing-street-name-1" type="input"
datatype="street-name-1">
<resources lang="en">
<label>Street Name 1</label>
<hint/>
</resources>
<value>Pine Avenue</value>
</control>
<control for="16dd9130abb97010d442eab50996cc8bf81290df" name="mailing-street-name-2" type="input"
datatype="street-name-2">
<resources lang="en">
<label>Street Name 2</label>
<hint/>
</resources>
<value>Apt 42</value>
</control>
<control for="d0d5c049a0a27d718a2fae481eeb17c8f8d266f9" name="icon-3" type="output" datatype="anyURI">
<resources lang="en">
<label/>
</resources>
<value>oxf:/forms/orbeon/dmv-14/images/letter_64.png</value>
</control>
<control for="63051a8a952f60bc309226caf19e7533491f1250" name="mailing-apt" type="input" datatype="apt">
<resources lang="en">
<label>Apt. No</label>
<hint/>
</resources>
<value>1818</value>
</control>
<control for="f0c8c271016c6e74c9f6e0dec621689656c5ef92" name="mailing-city" type="input" datatype="city">
<resources lang="en">
<label>City</label>
<hint/>
</resources>
<value>San Francisco</value>
</control>
<control for="db18f7fb8099a0c1611fa30fc71ceae2b43cade4" name="mailing-state" type="us-state" datatype="state">
<resources lang="en">
<label>State</label>
<hint/>
</resources>
<value>CA</value>
</control>
<control for="446d81013891c7127958e41cf525b6513b21b1c6" name="mailing-zip" type="input" datatype="zip">
<resources lang="en">
<label>Zip</label>
<hint/>
</resources>
<value>94102</value>
</control>
<control for="bd068dcaded62d8e69c0452bb6f7726b4a5ee5bd" name="vehicles" type="section">
<resources lang="en">
<label>Vehicles, Vessels, or Placards Owned by You</label>
</resources>
</control>
<control for="3340a4376932648fa6806074d8a73507e230c7a3" name="plate-number" type="input" datatype="plate-number">
<resources lang="en">
<label>CA plate/CF/Placard No.</label>
<hint/>
</resources>
<value>GOLD</value>
</control>
<control for="0bf653650edb0ae3fabf110e34fade2b06f1a03e" name="vin" type="input" datatype="vin">
<resources lang="en">
<label>Vehicle/Vessel Id Number</label>
<hint/>
</resources>
<value>53585987654321031</value>
</control>
<control for="e42b774dff0c664395c2244550a1a64a5fa5c949" name="leased" type="select" datatype="boolean">
<resources lang="en">
<label>Check If Leased</label>
<hint/>
<items>
<item>
<label>Leased</label>
<value>true</value>
</item>
</items>
</resources>
<value>true</value>
</control>
<control for="722c8f81974d2ed306bda4b1bf2b80b6d78b0e54" name="plate-number" type="input" datatype="plate-number">
<resources lang="en">
<label>CA plate/CF/Placard No.</label>
<hint/>
</resources>
<value>OCEAN</value>
</control>
<control for="977c40ea5d21a59538f67cb930e1debac19a8077" name="vin" type="input" datatype="vin">
<resources lang="en">
<label>Vehicle/Vessel Id Number</label>
<hint/>
</resources>
<value>53585987654321032</value>
</control>
<control for="92342ce6d312dfefd4ebed6cd423bc4df836ed64 9d64c59592ca04bb6474985ef8af9e4f3317c33f" name="leased"
type="select" datatype="boolean">
<resources lang="en">
<label>Check If Leased</label>
<hint/>
<items>
<item>
<label>Leased</label>
<value>true</value>
</item>
</items>
</resources>
<value/>
</control>
<control for="e823bd0ff111a66facec3f21eef07fc53e96118c" name="plate-number" type="input" datatype="plate-number">
<resources lang="en">
<label>CA plate/CF/Placard No.</label>
<hint/>
</resources>
<value>TAHOE</value>
</control>
<control for="fedf26099921a1aabfccc9b2dac04eeb055de126" name="vin" type="input" datatype="vin">
<resources lang="en">
<label>Vehicle/Vessel Id Number</label>
<hint/>
</resources>
<value>53585987654321033</value>
</control>
<control for="4fec687ef982f945491c3e336f41843de150536a" name="leasing-company-name" type="input"
datatype="company-name">
<resources lang="en">
<label>Leasing Company's Name</label>
<hint/>
</resources>
<value>Acme Leasing Co.</value>
</control>
<control for="602d42519cfff56a558723d04a701490028a9535" name="trailer-coach-vessel" type="section">
<resources lang="en">
<label>Location of Trailer Coach or Vessel</label>
</resources>
</control>
<control for="911155756134a7f3f7f32f6a6c76e5e00e39598c" name="has-trailer-coach-vessel" type="select"
datatype="boolean">
<resources lang="en">
<hint/>
<items>
<item>
<label>Its location is different from my residence address</label>
<value>true</value>
</item>
</items>
</resources>
<value>true</value>
</control>
<control for="94271ad7e1d80feb6125b882f005b30b3ca8836f" name="vehicle-street-number" type="input"
datatype="street-number">
<resources lang="en">
<label>Street Number</label>
<hint/>
</resources>
<value>456</value>
</control>
<control for="da5cb05b22d5d1c91e2ba158ef7377ff81296fbb" name="vehicle-street-name-1" type="input"
datatype="street-name-1">
<resources lang="en">
<label>Street Name 1</label>
<hint/>
</resources>
<value>Pine Avenue</value>
</control>
<control for="199599b020298bfb0b31f58ba5b703684eab762a" name="vehicle-street-name-2" type="input"
datatype="street-name-2">
<resources lang="en">
<label>Street Name 2</label>
<hint/>
</resources>
<value>Apt 42</value>
</control>
<control for="47f26eb1bd6217ba65d2755509cb18949dcb3da7" name="vehicle-city" type="input" datatype="city">
<resources lang="en">
<label>City</label>
<hint/>
</resources>
<value>San Francisco</value>
</control>
<control for="14625c8736134f7af51c15e9b54521b6a3d0eb28" name="vehicle-county" type="input" datatype="county">
<resources lang="en">
<label>County</label>
<hint/>
</resources>
<value>San Francisco</value>
</control>
<control for="6c9b3f236e036f4518e39c63cc5a06c27283c817" name="old-address" type="section">
<resources lang="en">
<label>Old Address</label>
</resources>
</control>
<control for="596362ca803b22f61bcb204195a2bcffe498a315" name="old-street-number-name" type="input"
datatype="string">
<resources lang="en">
<label>Street Number/Name</label>
<hint/>
</resources>
<value>123 Ocean St</value>
</control>
<control for="55d0e332d26b044f564faa54aa120aceea43dfb2" name="old-city" type="input" datatype="city">
<resources lang="en">
<label>City</label>
<hint/>
</resources>
<value>Los Angeles</value>
</control>
<control for="d054aa1402b56b424b91eff56195e9296d272815" name="old-state" type="us-state" datatype="state">
<resources lang="en">
<label>State</label>
<hint/>
</resources>
<value>CA</value>
</control>
<control for="fbdf952cb2077cba4a05b3b587b1112486538176" name="old-zip" type="input" datatype="zip">
<resources lang="en">
<label>Zip</label>
<hint/>
</resources>
<value>12345</value>
</control>
</metadata>
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<control for="d745d35f1208dc5160fb2becd4b4b2acf7485523" name="applicant" type="section">
<resources lang="en">
<label>Name</label>
<help/>
</resources>
</control>
<control for="306b988c5d22852666b2ca3a7829148aac869603" name="name" type="input">
<resources lang="en">
<label>Name</label>
<help/>
<hint>as shown on your income tax return</hint>
<alert/>
</resources>
<value>Barack Obama</value>
</control>
<control for="c9060275f6e233a0fdc109e11bd85d006119556d" name="business-name" type="input">
<resources lang="en">
<label>Business name/disregarded entity name</label>
<help/>
<hint>if different from above</hint>
<alert/>
</resources>
<value>Federal government of the United States</value>
</control>
<control for="7d545a7abe55519db0a008b6bae98a4869c2d90b" name="classification" type="section">
<resources lang="en">
<label>Classification</label>
<help/>
</resources>
</control>
<control for="2f9e8830dcf3becffe051b42c5c1a2a81a464ae7" name="federal-tax-classification" type="select1">
<resources lang="en">
<label>Federal tax classification</label>
<help/>
<hint/>
<alert/>
<items>
<item>
<label>Individual/sole proprietor</label>
<value>1</value>
</item>
<item>
<label>C Corporation</label>
<value>2</value>
</item>
<item>
<label>S Corporation</label>
<value>3</value>
</item>
<item>
<label>Partnership</label>
<value>4</value>
</item>
<item>
<label>Trust/estate</label>
<value>5</value>
</item>
<item>
<label>Limited liability company</label>
<value>6</value>
</item>
<item>
<label>Other</label>
<value>7</value>
</item>
</items>
</resources>
<value>7</value>
</control>
<control for="cc91b75cbca456130cc2b45833a1775a15714c66" name="other-classification" type="input">
<resources lang="en">
<label>Other</label>
<help/>
<hint/>
<alert/>
</resources>
<value>Defies classification</value>
</control>
<control for="9b7cecc6f0680eea057e9cec7f309d31ae4a1ceb" name="exempt-payee" type="input" datatype="boolean">
<resources lang="en">
<label>Exempt payee</label>
<help/>
<hint/>
<alert/>
</resources>
<value>true</value>
</control>
<control for="59af20be8075eabb91b89b71744eeea017db6c4e" name="address-account" type="section">
<resources lang="en">
<label>Addresses and accounts</label>
<help/>
</resources>
</control>
<control for="ef975be473fc45cd26a3d4fbb0bfa085e4e8a7f5" name="address-1" type="input">
<resources lang="en">
<label>Address, part 1</label>
<help/>
<hint>number, street, and apt. or suite no.</hint>
<alert/>
</resources>
<value>1600 Pennsylvania Ave NW</value>
</control>
<control for="cc7b259d58b7d5c24ba207261f78f03b89fcaea3" name="address-2" type="input">
<resources lang="en">
<label>Address, part 2</label>
<help/>
<hint>city, state, and ZIP code</hint>
<alert/>
</resources>
<value>Washington, DC 20500</value>
</control>
<control for="1f2c3e5bc35c484ec13dfa6e34c0985d8fdaf4be" name="account-numbers" type="input">
<resources lang="en">
<label>List account number(s) here (optional)</label>
<help/>
<hint/>
<alert/>
</resources>
<value>123456, 987654</value>
</control>
<control for="4e43ed39b11b8d48249d812eeb3e3097be261843" name="requester-name-address" type="textarea">
<resources lang="en">
<label>Requester’s name and address (optional)</label>
<help/>
<hint/>
<alert/>
</resources>
<value>The White House
1600 Pennsylvania Ave NW
Washington, DC 20500
</value>
</control>
<control for="44d1e36df7584379d0dfa91cc26cabef62813ed7" name="tin" type="section">
<resources lang="en">
<label>Taxpayer Identification Number (TIN)</label>
<help/>
</resources>
</control>
<control for="580494fa5380ad919086add300f7b0755077ef9a" name="ssn-or-ein" type="select1">
<resources lang="en">
<label>SSN/EIN</label>
<help/>
<hint/>
<alert/>
<items>
<item>
<label>SSN</label>
<value>ssn</value>
</item>
<item>
<label>EIN</label>
<value>ein</value>
</item>
</items>
</resources>
<value>ein</value>
</control>
<control for="8de29b4fbb27fc523fed6635d5bcf45d73335cd1" name="ein" type="input">
<resources lang="en">
<label>Employer identification number</label>
<help/>
<hint>Format: 55-5555555</hint>
<alert/>
</resources>
<value>55-5555555</value>
</control>
</metadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment