Ejemplo n.º 1
0
 private XMLSchema()
 {
     _schema    = new XmlSchema();
     Directives = new XSComponentList(this);
     Content    = new XSComponentList(this);
     Components = new XSComponentFixedList();
 }
Ejemplo n.º 2
0
 public XSAnnotation()
 {
     InternalObject = new XmlSchemaAnnotation();
     Content        = new XSComponentList(this);
     Components     = new XSComponentFixedList();
 }