private void SetInnerType(TSchema contentField) { _contentField = ((TSchema)(XTypedServices.GetCloneIfRooted(contentField))); XTypedServices.SetName(this, _contentField); }
public ConceptualSchema(TSchema content) { SetInnerType(content); }