- Home
- JSON
- XSDeclaration
- Abstract Type
- Subtypes
- XSElementDecl, XSType, XSModelGroupDecl, XSAttGroupDecl, XSSimpleType, XSListSimpleType, XSAttributeDecl, XSUnionSimpleType, XSComplexType, XSNotation
- Implemented Interfaces
- XSComponent
Properties
| name |
data type |
constraints |
description |
| local
|
boolean
|
required boolean
|
|
| targetNamespace
|
string
|
|
|
| anonymous
|
boolean
|
required boolean
|
|
| name
|
string
|
|
|
| global
|
boolean
|
required boolean
|
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"local" : true,
"targetNamespace" : "...",
"anonymous" : true,
"name" : "...",
"global" : true
}