| name | data type | constraints | description |
|---|---|---|---|
| redefinedBy | XSType | ||
| baseType | XSType | ||
| redefinedCount | number | required int | |
| simpleType | boolean | required boolean | |
| complexType | boolean | required boolean | |
| derivationMethod | number | required int | |
Properties inherited from XSDeclaration |
|||
| local | boolean | required boolean | |
| targetNamespace | string | ||
| anonymous | boolean | required boolean | |
| name | string | ||
| global | boolean | required boolean | |
Example
{
"redefinedBy" : {
"redefinedBy" : { },
"baseType" : { },
"redefinedCount" : 12345,
"simpleType" : true,
"complexType" : true,
"derivationMethod" : 12345,
"local" : true,
"targetNamespace" : "...",
"anonymous" : true,
"name" : "...",
"global" : true
},
"baseType" : {
"redefinedBy" : { },
"baseType" : { },
"redefinedCount" : 12345,
"simpleType" : true,
"complexType" : true,
"derivationMethod" : 12345,
"local" : true,
"targetNamespace" : "...",
"anonymous" : true,
"name" : "...",
"global" : true
},
"redefinedCount" : 12345,
"simpleType" : true,
"complexType" : true,
"derivationMethod" : 12345,
"local" : true,
"targetNamespace" : "...",
"anonymous" : true,
"name" : "...",
"global" : true
}