private XMLSchema() { _schema = new XmlSchema(); Directives = new XSComponentList(this); Content = new XSComponentList(this); Components = new XSComponentFixedList(); }
public XSAnnotation() { InternalObject = new XmlSchemaAnnotation(); Content = new XSComponentList(this); Components = new XSComponentFixedList(); }