Skip to content

Instantly share code, notes, and snippets.

@ryhanen
Created February 17, 2016 14:08
Show Gist options
  • Select an option

  • Save ryhanen/c61958ba7b3ef43b8757 to your computer and use it in GitHub Desktop.

Select an option

Save ryhanen/c61958ba7b3ef43b8757 to your computer and use it in GitHub Desktop.
<ns0:Root xmlns:ns0="http://json_schemas_example.Schemas.json_arrays_schema">
<Sticks>
<Name>BigStick</Name>
<Type>HARD</Type>
<Size>10</Size>
</Sticks>
<Sticks>
<Name>SmallStick</Name>
<Type>SOFT</Type>
<Size>1</Size>
</Sticks>
<Bricks>
<Name>BigBrick</Name>
<Type>HARD</Type>
<Size>10</Size>
</Bricks>
<Bricks>
<Name>MediumBrick</Name>
<Type>HARD</Type>
<Size>5</Size>
</Bricks>
<Bricks>
<Name>SmallBrick</Name>
<Type>SOFT</Type>
<Size>1</Size>
</Bricks>
</ns0:Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment