| name | data type | description |
|---|---|---|
| modelGroup | XSModelGroup |
Example
{
"modelGroup" : {
"compositor" : "SEQUENCE",
"size" : 12345,
"children" : [ {
"maxOccurs" : 12345,
"repeated" : true,
"minOccurs" : 12345,
"term" : { },
"foreignAttributes" : [ { }, { } ],
"root" : { },
"ownerSchema" : { },
"locator" : { },
"sourceDocument" : { },
"annotation" : { }
}, {
"maxOccurs" : 12345,
"repeated" : true,
"minOccurs" : 12345,
"term" : { },
"foreignAttributes" : [ { }, { } ],
"root" : { },
"ownerSchema" : { },
"locator" : { },
"sourceDocument" : { },
"annotation" : { }
} ]
}
}