private XMLSchema() { _schema = new XmlSchema(); Directives = new XSComponentList(this); Content = new XSComponentList(this); Components = new XSComponentFixedList(); }
private XSRedefine() { _redefine = new XmlSchemaRedefine(); Content = new XSComponentList(this); }
public void OnListDelete(XSComponentList List, IXSComponent component) { }
public XSAnnotation() { InternalObject = new XmlSchemaAnnotation(); Content = new XSComponentList(this); Components = new XSComponentFixedList(); }
public void OnListInsert(XSComponentList List, IXSComponent component) { component.BindToContainer(_rootContainer, this); InternalObject.Items.Add(component.XmlSchemaObject); Components.Add(component); }