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

XSSchema Data Type

Abstract Type
Implemented Interfaces
XSComponent
Properties
name data type description
types map of XSType
attributeDecls map of XSAttributeDecl
simpleTypes map of XSSimpleType
modelGroupDecls map of XSModelGroupDecl
complexTypes map of XSComplexType
notations map of XSNotation
elementDecls map of XSElementDecl
sourceDocument SchemaDocument
attGroupDecls map of XSAttGroupDecl
identityConstraints map of XSIdentityConstraint
root XSSchemaSet
targetNamespace string
Properties inherited from XSComponent
foreignAttributes array of ForeignAttributes
root XSSchemaSet
ownerSchema XSSchema
locator Locator
sourceDocument SchemaDocument
annotation XSAnnotation

Example

{
  "types" : {
    "property1" : {
      "redefinedBy" : { },
      "baseType" : { },
      "redefinedCount" : 12345,
      "simpleType" : true,
      "complexType" : true,
      "derivationMethod" : 12345,
      "local" : true,
      "targetNamespace" : "...",
      "anonymous" : true,
      "name" : "...",
      "global" : true
    },
    "property2" : {
      "redefinedBy" : { },
      "baseType" : { },
      "redefinedCount" : 12345,
      "simpleType" : true,
      "complexType" : true,
      "derivationMethod" : 12345,
      "local" : true,
      "targetNamespace" : "...",
      "anonymous" : true,
      "name" : "...",
      "global" : true
    }
  },
  "attributeDecls" : {
    "property1" : {
      "defaultValue" : {
        "value" : "...",
        "context" : { }
      },
      "type" : {
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      },
      "fixedValue" : {
        "value" : "...",
        "context" : { }
      }
    },
    "property2" : {
      "defaultValue" : {
        "value" : "...",
        "context" : { }
      },
      "type" : {
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      },
      "fixedValue" : {
        "value" : "...",
        "context" : { }
      }
    }
  },
  "simpleTypes" : {
    "property1" : {
      "primitive" : true,
      "redefinedBy" : { },
      "primitiveType" : { },
      "restriction" : true,
      "baseUnionType" : {
        "memberSize" : 12345
      },
      "baseListType" : {
        "itemType" : { },
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      },
      "simpleBaseType" : { },
      "list" : true,
      "union" : true,
      "variety" : { }
    },
    "property2" : {
      "primitive" : true,
      "redefinedBy" : { },
      "primitiveType" : { },
      "restriction" : true,
      "baseUnionType" : {
        "memberSize" : 12345
      },
      "baseListType" : {
        "itemType" : { },
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      },
      "simpleBaseType" : { },
      "list" : true,
      "union" : true,
      "variety" : { }
    }
  },
  "modelGroupDecls" : {
    "property1" : {
      "modelGroup" : {
        "compositor" : "ALL",
        "size" : 12345,
        "children" : [ { }, { } ]
      }
    },
    "property2" : {
      "modelGroup" : {
        "compositor" : "ALL",
        "size" : 12345,
        "children" : [ { }, { } ]
      }
    }
  },
  "complexTypes" : {
    "property1" : {
      "scope" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      },
      "mixed" : true,
      "contentType" : {
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "subtypes" : [ { }, { } ],
      "abstract" : true,
      "elementDecls" : [ {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      }, {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      } ],
      "explicitContent" : {
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "redefinedBy" : { }
    },
    "property2" : {
      "scope" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      },
      "mixed" : true,
      "contentType" : {
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "subtypes" : [ { }, { } ],
      "abstract" : true,
      "elementDecls" : [ {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      }, {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      } ],
      "explicitContent" : {
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "redefinedBy" : { }
    }
  },
  "notations" : {
    "property1" : {
      "systemId" : "...",
      "publicId" : "..."
    },
    "property2" : {
      "systemId" : "...",
      "publicId" : "..."
    }
  },
  "elementDecls" : {
    "property1" : {
      "fixedValue" : {
        "value" : "...",
        "context" : { }
      },
      "identityConstraints" : [ {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      }, {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      } ],
      "substitutables" : [ { }, { } ],
      "form" : true,
      "abstract" : true,
      "type" : {
        "redefinedBy" : { },
        "baseType" : { },
        "redefinedCount" : 12345,
        "simpleType" : true,
        "complexType" : true,
        "derivationMethod" : 12345,
        "local" : true,
        "targetNamespace" : "...",
        "anonymous" : true,
        "name" : "...",
        "global" : true
      },
      "nillable" : true,
      "defaultValue" : {
        "value" : "...",
        "context" : { }
      },
      "substAffiliation" : { }
    },
    "property2" : {
      "fixedValue" : {
        "value" : "...",
        "context" : { }
      },
      "identityConstraints" : [ {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      }, {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      } ],
      "substitutables" : [ { }, { } ],
      "form" : true,
      "abstract" : true,
      "type" : {
        "redefinedBy" : { },
        "baseType" : { },
        "redefinedCount" : 12345,
        "simpleType" : true,
        "complexType" : true,
        "derivationMethod" : 12345,
        "local" : true,
        "targetNamespace" : "...",
        "anonymous" : true,
        "name" : "...",
        "global" : true
      },
      "nillable" : true,
      "defaultValue" : {
        "value" : "...",
        "context" : { }
      },
      "substAffiliation" : { }
    }
  },
  "sourceDocument" : {
    "targetNamespace" : "...",
    "schema" : {
      "types" : {
        "property1" : { },
        "property2" : { }
      },
      "attributeDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "simpleTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "modelGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "complexTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "notations" : {
        "property1" : { },
        "property2" : { }
      },
      "elementDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "sourceDocument" : { },
      "attGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "identityConstraints" : {
        "property1" : { },
        "property2" : { }
      },
      "root" : { },
      "targetNamespace" : "...",
      "foreignAttributes" : [ { }, { } ],
      "ownerSchema" : { },
      "locator" : { },
      "annotation" : { }
    },
    "includedDocuments" : [ { }, { } ],
    "referencedDocuments" : [ { }, { } ],
    "systemId" : "...",
    "referers" : [ { }, { } ]
  },
  "attGroupDecls" : {
    "property1" : { },
    "property2" : { }
  },
  "identityConstraints" : {
    "property1" : {
      "name" : "...",
      "targetNamespace" : "...",
      "selector" : {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "fields" : [ {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      }, {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      } ],
      "parent" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      },
      "referencedKey" : { },
      "category" : 12345,
      "foreignAttributes" : [ {
        "context" : { },
        "locator" : { },
        "length" : 12345
      }, {
        "context" : { },
        "locator" : { },
        "length" : 12345
      } ],
      "root" : {
        "empty" : { },
        "anyType" : { },
        "schemaSize" : 12345,
        "schemas" : [ { }, { } ],
        "anySimpleType" : { }
      },
      "ownerSchema" : {
        "types" : {
          "property1" : { },
          "property2" : { }
        },
        "attributeDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "simpleTypes" : {
          "property1" : { },
          "property2" : { }
        },
        "modelGroupDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "complexTypes" : {
          "property1" : { },
          "property2" : { }
        },
        "notations" : {
          "property1" : { },
          "property2" : { }
        },
        "elementDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "sourceDocument" : { },
        "attGroupDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "identityConstraints" : {
          "property1" : { },
          "property2" : { }
        },
        "root" : { },
        "targetNamespace" : "...",
        "foreignAttributes" : [ { }, { } ],
        "ownerSchema" : { },
        "locator" : { },
        "annotation" : { }
      },
      "locator" : {
        "publicId" : "...",
        "columnNumber" : 12345,
        "lineNumber" : 12345,
        "systemId" : "..."
      },
      "sourceDocument" : {
        "targetNamespace" : "...",
        "schema" : { },
        "includedDocuments" : [ { }, { } ],
        "referencedDocuments" : [ { }, { } ],
        "systemId" : "...",
        "referers" : [ { }, { } ]
      },
      "annotation" : {
        "locator" : { },
        "annotation" : { }
      }
    },
    "property2" : {
      "name" : "...",
      "targetNamespace" : "...",
      "selector" : {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "fields" : [ {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      }, {
        "XPath" : { },
        "parent" : { },
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      } ],
      "parent" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      },
      "referencedKey" : { },
      "category" : 12345,
      "foreignAttributes" : [ {
        "context" : { },
        "locator" : { },
        "length" : 12345
      }, {
        "context" : { },
        "locator" : { },
        "length" : 12345
      } ],
      "root" : {
        "empty" : { },
        "anyType" : { },
        "schemaSize" : 12345,
        "schemas" : [ { }, { } ],
        "anySimpleType" : { }
      },
      "ownerSchema" : {
        "types" : {
          "property1" : { },
          "property2" : { }
        },
        "attributeDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "simpleTypes" : {
          "property1" : { },
          "property2" : { }
        },
        "modelGroupDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "complexTypes" : {
          "property1" : { },
          "property2" : { }
        },
        "notations" : {
          "property1" : { },
          "property2" : { }
        },
        "elementDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "sourceDocument" : { },
        "attGroupDecls" : {
          "property1" : { },
          "property2" : { }
        },
        "identityConstraints" : {
          "property1" : { },
          "property2" : { }
        },
        "root" : { },
        "targetNamespace" : "...",
        "foreignAttributes" : [ { }, { } ],
        "ownerSchema" : { },
        "locator" : { },
        "annotation" : { }
      },
      "locator" : {
        "publicId" : "...",
        "columnNumber" : 12345,
        "lineNumber" : 12345,
        "systemId" : "..."
      },
      "sourceDocument" : {
        "targetNamespace" : "...",
        "schema" : { },
        "includedDocuments" : [ { }, { } ],
        "referencedDocuments" : [ { }, { } ],
        "systemId" : "...",
        "referers" : [ { }, { } ]
      },
      "annotation" : {
        "locator" : { },
        "annotation" : { }
      }
    }
  },
  "root" : {
    "empty" : {
      "foreignAttributes" : [ { }, { } ],
      "root" : { },
      "ownerSchema" : { },
      "locator" : { },
      "sourceDocument" : { },
      "annotation" : { }
    },
    "anyType" : {
      "scope" : { },
      "mixed" : true,
      "contentType" : { },
      "subtypes" : [ { }, { } ],
      "abstract" : true,
      "elementDecls" : [ { }, { } ],
      "explicitContent" : { },
      "redefinedBy" : { }
    },
    "schemaSize" : 12345,
    "schemas" : [ {
      "types" : {
        "property1" : { },
        "property2" : { }
      },
      "attributeDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "simpleTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "modelGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "complexTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "notations" : {
        "property1" : { },
        "property2" : { }
      },
      "elementDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "sourceDocument" : { },
      "attGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "identityConstraints" : {
        "property1" : { },
        "property2" : { }
      },
      "root" : { },
      "targetNamespace" : "...",
      "foreignAttributes" : [ { }, { } ],
      "ownerSchema" : { },
      "locator" : { },
      "annotation" : { }
    }, {
      "types" : {
        "property1" : { },
        "property2" : { }
      },
      "attributeDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "simpleTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "modelGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "complexTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "notations" : {
        "property1" : { },
        "property2" : { }
      },
      "elementDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "sourceDocument" : { },
      "attGroupDecls" : {
        "property1" : { },
        "property2" : { }
      },
      "identityConstraints" : {
        "property1" : { },
        "property2" : { }
      },
      "root" : { },
      "targetNamespace" : "...",
      "foreignAttributes" : [ { }, { } ],
      "ownerSchema" : { },
      "locator" : { },
      "annotation" : { }
    } ],
    "anySimpleType" : {
      "primitive" : true,
      "redefinedBy" : { },
      "primitiveType" : { },
      "restriction" : true,
      "baseUnionType" : { },
      "baseListType" : { },
      "simpleBaseType" : { },
      "list" : true,
      "union" : true,
      "variety" : { }
    }
  },
  "targetNamespace" : "...",
  "foreignAttributes" : [ {
    "context" : {
      "baseUri" : "..."
    },
    "locator" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "length" : 12345
  }, {
    "context" : {
      "baseUri" : "..."
    },
    "locator" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "length" : 12345
  } ],
  "ownerSchema" : {
    "types" : {
      "property1" : {
        "redefinedBy" : { },
        "baseType" : { },
        "redefinedCount" : 12345,
        "simpleType" : true,
        "complexType" : true,
        "derivationMethod" : 12345,
        "local" : true,
        "targetNamespace" : "...",
        "anonymous" : true,
        "name" : "...",
        "global" : true
      },
      "property2" : {
        "redefinedBy" : { },
        "baseType" : { },
        "redefinedCount" : 12345,
        "simpleType" : true,
        "complexType" : true,
        "derivationMethod" : 12345,
        "local" : true,
        "targetNamespace" : "...",
        "anonymous" : true,
        "name" : "...",
        "global" : true
      }
    },
    "attributeDecls" : {
      "property1" : {
        "defaultValue" : { },
        "type" : { },
        "fixedValue" : { }
      },
      "property2" : {
        "defaultValue" : { },
        "type" : { },
        "fixedValue" : { }
      }
    },
    "simpleTypes" : {
      "property1" : {
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      },
      "property2" : {
        "primitive" : true,
        "redefinedBy" : { },
        "primitiveType" : { },
        "restriction" : true,
        "baseUnionType" : { },
        "baseListType" : { },
        "simpleBaseType" : { },
        "list" : true,
        "union" : true,
        "variety" : { }
      }
    },
    "modelGroupDecls" : {
      "property1" : {
        "modelGroup" : { }
      },
      "property2" : {
        "modelGroup" : { }
      }
    },
    "complexTypes" : {
      "property1" : {
        "scope" : { },
        "mixed" : true,
        "contentType" : { },
        "subtypes" : [ { }, { } ],
        "abstract" : true,
        "elementDecls" : [ { }, { } ],
        "explicitContent" : { },
        "redefinedBy" : { }
      },
      "property2" : {
        "scope" : { },
        "mixed" : true,
        "contentType" : { },
        "subtypes" : [ { }, { } ],
        "abstract" : true,
        "elementDecls" : [ { }, { } ],
        "explicitContent" : { },
        "redefinedBy" : { }
      }
    },
    "notations" : {
      "property1" : {
        "systemId" : "...",
        "publicId" : "..."
      },
      "property2" : {
        "systemId" : "...",
        "publicId" : "..."
      }
    },
    "elementDecls" : {
      "property1" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      },
      "property2" : {
        "fixedValue" : { },
        "identityConstraints" : [ { }, { } ],
        "substitutables" : [ { }, { } ],
        "form" : true,
        "abstract" : true,
        "type" : { },
        "nillable" : true,
        "defaultValue" : { },
        "substAffiliation" : { }
      }
    },
    "sourceDocument" : {
      "targetNamespace" : "...",
      "schema" : { },
      "includedDocuments" : [ { }, { } ],
      "referencedDocuments" : [ { }, { } ],
      "systemId" : "...",
      "referers" : [ { }, { } ]
    },
    "attGroupDecls" : {
      "property1" : { },
      "property2" : { }
    },
    "identityConstraints" : {
      "property1" : {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      },
      "property2" : {
        "name" : "...",
        "targetNamespace" : "...",
        "selector" : { },
        "fields" : [ { }, { } ],
        "parent" : { },
        "referencedKey" : { },
        "category" : 12345,
        "foreignAttributes" : [ { }, { } ],
        "root" : { },
        "ownerSchema" : { },
        "locator" : { },
        "sourceDocument" : { },
        "annotation" : { }
      }
    },
    "root" : {
      "empty" : { },
      "anyType" : { },
      "schemaSize" : 12345,
      "schemas" : [ { }, { } ],
      "anySimpleType" : { }
    },
    "targetNamespace" : "...",
    "foreignAttributes" : [ {
      "context" : { },
      "locator" : { },
      "length" : 12345
    }, {
      "context" : { },
      "locator" : { },
      "length" : 12345
    } ],
    "ownerSchema" : { },
    "locator" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "annotation" : {
      "locator" : { },
      "annotation" : { }
    }
  },
  "locator" : {
    "publicId" : "...",
    "columnNumber" : 12345,
    "lineNumber" : 12345,
    "systemId" : "..."
  },
  "annotation" : {
    "locator" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "annotation" : { }
  }
}