D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

XSType Data Type

Abstract Type
Subtypes
XSSimpleType, XSListSimpleType, XSUnionSimpleType, XSComplexType
Implemented Interfaces
XSComponent, XSDeclaration
Properties
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

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "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
}