XmlSchemaContentModel Classe
Definição
Especifica a ordem e a estrutura dos elementos filhos de um tipo.Specifies the order and structure of the child elements of a type.
public ref class XmlSchemaContentModel abstract : System::Xml::Schema::XmlSchemaAnnotated
public abstract class XmlSchemaContentModel : System.Xml.Schema.XmlSchemaAnnotated
type XmlSchemaContentModel = class
inherit XmlSchemaAnnotated
Public MustInherit Class XmlSchemaContentModel
Inherits XmlSchemaAnnotated
- Herança
- Derivado
Exemplos
Consulte XmlSchemaComplexContent e XmlSchemaSimpleContent para obter exemplos usando essa classe.See XmlSchemaComplexContent and XmlSchemaSimpleContent for examples using this class.
Construtores
| XmlSchemaContentModel() |
Inicializa uma nova instância da classe XmlSchemaContentModel.Initializes a new instance of the XmlSchemaContentModel class. |
Propriedades
| Annotation |
Obtém ou define a propriedade |
| Content |
Obtém ou define o conteúdo do tipo.Gets or sets the content of the type. |
| Id |
Obtém ou define a ID de cadeia de caracteres.Gets or sets the string id. (Herdado de XmlSchemaAnnotated) |
| LineNumber |
Obtém ou define o número de linha no arquivo ao qual o elemento |
| LinePosition |
Obtém ou define a posição da linha no arquivo ao qual o elemento |
| Namespaces |
Obtém ou define o XmlSerializerNamespaces a ser usado com esse objeto de esquema.Gets or sets the XmlSerializerNamespaces to use with this schema object. (Herdado de XmlSchemaObject) |
| Parent |
Obtém ou define o pai deste XmlSchemaObject.Gets or sets the parent of this XmlSchemaObject. (Herdado de XmlSchemaObject) |
| SourceUri |
Obtém ou define o local de origem para o arquivo que carregou o esquema.Gets or sets the source location for the file that loaded the schema. (Herdado de XmlSchemaObject) |
| UnhandledAttributes |
Obtém ou define os atributos qualificados que não pertencem ao namespace de destino do esquema atual.Gets or sets the qualified attributes that do not belong to the current schema's target namespace. (Herdado de XmlSchemaAnnotated) |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |