Type.registerNamespace('finnkode.kith.no');
finnkode.kith.no.icontentservice=function() {
finnkode.kith.no.icontentservice.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
finnkode.kith.no.icontentservice.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return finnkode.kith.no.icontentservice._staticInstance.get_path();},
GetChildNodes:function(bookId,bookSectionId,parentId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="parentId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetChildNodes',false,{bookId:bookId,bookSectionId:bookSectionId,parentId:parentId},succeededCallback,failedCallback,userContext); },
GetConfiguration:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetConfiguration',true,{},succeededCallback,failedCallback,userContext); },
GetHtmlContent:function(bookId,bookSectionId,nodeId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="nodeId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetHtmlContent',true,{bookId:bookId,bookSectionId:bookSectionId,nodeId:nodeId},succeededCallback,failedCallback,userContext); },
GetContentObject:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContentObject',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetContentTree:function(bookId,bookSectionId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContentTree',false,{bookId:bookId,bookSectionId:bookSectionId},succeededCallback,failedCallback,userContext); },
GetFullContentObject:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetFullContentObject',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetInheritanceList:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInheritanceList',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetInheritedComments:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInheritedComments',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetInheritedExclusions:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInheritedExclusions',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetNodePath:function(bookId,bookSectionId,nodeId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="nodeId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetNodePath',false,{bookId:bookId,bookSectionId:bookSectionId,nodeId:nodeId},succeededCallback,failedCallback,userContext); },
GetObject:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObject',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetObjectPath:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObjectPath',true,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetObjectSiblings:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObjectSiblings',true,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetShallowContentObject:function(bookId,bookSectionId,objectId,succeededCallback, failedCallback, userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetShallowContentObject',false,{bookId:bookId,bookSectionId:bookSectionId,objectId:objectId},succeededCallback,failedCallback,userContext); },
GetBookSectionForObjectId:function(objectId,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBookSectionForObjectId',false,{objectId:objectId},succeededCallback,failedCallback,userContext); },
get_ServiceChanger:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'get_ServiceChanger',false,{},succeededCallback,failedCallback,userContext); }}
finnkode.kith.no.icontentservice.registerClass('finnkode.kith.no.icontentservice',Sys.Net.WebServiceProxy);
finnkode.kith.no.icontentservice._staticInstance = new finnkode.kith.no.icontentservice();
finnkode.kith.no.icontentservice.set_path = function(value) {
finnkode.kith.no.icontentservice._staticInstance.set_path(value); }
finnkode.kith.no.icontentservice.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return finnkode.kith.no.icontentservice._staticInstance.get_path();}
finnkode.kith.no.icontentservice.set_timeout = function(value) {
finnkode.kith.no.icontentservice._staticInstance.set_timeout(value); }
finnkode.kith.no.icontentservice.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return finnkode.kith.no.icontentservice._staticInstance.get_timeout(); }
finnkode.kith.no.icontentservice.set_defaultUserContext = function(value) { 
finnkode.kith.no.icontentservice._staticInstance.set_defaultUserContext(value); }
finnkode.kith.no.icontentservice.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return finnkode.kith.no.icontentservice._staticInstance.get_defaultUserContext(); }
finnkode.kith.no.icontentservice.set_defaultSucceededCallback = function(value) { 
 finnkode.kith.no.icontentservice._staticInstance.set_defaultSucceededCallback(value); }
finnkode.kith.no.icontentservice.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return finnkode.kith.no.icontentservice._staticInstance.get_defaultSucceededCallback(); }
finnkode.kith.no.icontentservice.set_defaultFailedCallback = function(value) { 
finnkode.kith.no.icontentservice._staticInstance.set_defaultFailedCallback(value); }
finnkode.kith.no.icontentservice.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return finnkode.kith.no.icontentservice._staticInstance.get_defaultFailedCallback(); }
finnkode.kith.no.icontentservice.set_path("/2010/FinnKodeWS/ContentService.svc");
finnkode.kith.no.icontentservice.GetChildNodes= function(bookId,bookSectionId,parentId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="parentId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetChildNodes(bookId,bookSectionId,parentId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetConfiguration= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetConfiguration(onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetHtmlContent= function(bookId,bookSectionId,nodeId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="nodeId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetHtmlContent(bookId,bookSectionId,nodeId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetContentObject= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetContentObject(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetContentTree= function(bookId,bookSectionId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetContentTree(bookId,bookSectionId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetFullContentObject= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetFullContentObject(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetInheritanceList= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetInheritanceList(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetInheritedComments= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetInheritedComments(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetInheritedExclusions= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetInheritedExclusions(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetNodePath= function(bookId,bookSectionId,nodeId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="nodeId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetNodePath(bookId,bookSectionId,nodeId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetObject= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetObject(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetObjectPath= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetObjectPath(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetObjectSiblings= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetObjectSiblings(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetShallowContentObject= function(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext) {
/// <param name="bookId" type="String">System.String</param>
/// <param name="bookSectionId" type="String">System.String</param>
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetShallowContentObject(bookId,bookSectionId,objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.GetBookSectionForObjectId= function(objectId,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.GetBookSectionForObjectId(objectId,onSuccess,onFailed,userContext); }
finnkode.kith.no.icontentservice.get_ServiceChanger= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
finnkode.kith.no.icontentservice._staticInstance.get_ServiceChanger(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('FinnKode.Content.Model');
if (typeof(FinnKode.Content.Model.ContentNode) === 'undefined') {
FinnKode.Content.Model.ContentNode=gtc("ContentNode:http://schemas.datacontract.org/2004/07/FinnKode.Content.Model");
FinnKode.Content.Model.ContentNode.registerClass('FinnKode.Content.Model.ContentNode');
}
if (typeof(FinnKode.Content.Model.ContentObject) === 'undefined') {
FinnKode.Content.Model.ContentObject=gtc("ContentObject:http://schemas.datacontract.org/2004/07/FinnKode.Content.Model");
FinnKode.Content.Model.ContentObject.registerClass('FinnKode.Content.Model.ContentObject');
}
Type.registerNamespace('FinnKode.BookConfiguration.Model');
if (typeof(FinnKode.BookConfiguration.Model.BookSection) === 'undefined') {
FinnKode.BookConfiguration.Model.BookSection=gtc("BookSection:http://schemas.datacontract.org/2004/07/FinnKode.BookConfiguration.Model");
FinnKode.BookConfiguration.Model.BookSection.registerClass('FinnKode.BookConfiguration.Model.BookSection');
}
Type.registerNamespace('www.w3.org._2001.XMLSchema');
if (typeof(www.w3.org._2001.XMLSchema.anyType) === 'undefined') {
www.w3.org._2001.XMLSchema.anyType=gtc("anyType:http://www.w3.org/2001/XMLSchema");
www.w3.org._2001.XMLSchema.anyType.registerClass('www.w3.org._2001.XMLSchema.anyType');
}

