public TextClassAttribute(TextSchemaType schemaType, string name)
 {
     this._SchemaType = schemaType;
     this._DataName = name;
 }
 public TextClassAttribute(TextSchemaType schemaType)
 {
     this._SchemaType = schemaType;
     this._DataName = null;
 }