pattern element

Type: imbPatternObject
Namespace: (default namespace)
XML Schema: ns0.xsd

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" : [ { "..." : ... }, ... ] }