pattern element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<pattern type="..." name="..." docLocation="..." id="..." hasChildren="..." uri="...">
<pattern>
<!--...-->
</pattern>
<pattern name="..." docLocation="..." id="..." hasChildren="..." uri="...">
<!--...-->
</pattern>
<!--...more "pattern" elements...-->
</pattern>
Example JSON
{
"type" : "...",
"name" : "...",
"docLocation" : "...",
"id" : "...",
"hasChildren" : "...",
"uri" : {
"value" : "..."
},
"pattern" : [ {
"..." : ...
}, ... ]
}