XmlSchemaContentModel Klasse
Definition
Gibt die Reihenfolge und Struktur der untergeordneten Elemente eines Typs an.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
- Vererbung
- Abgeleitet
Beispiele
XmlSchemaComplexContent XmlSchemaSimpleContent Beispiele für die Verwendung dieser Klasse finden Sie unter und.See XmlSchemaComplexContent and XmlSchemaSimpleContent for examples using this class.
Konstruktoren
XmlSchemaContentModel() |
Initialisiert eine neue Instanz der XmlSchemaContentModel-Klasse.Initializes a new instance of the XmlSchemaContentModel class. |
Eigenschaften
Annotation |
Ruft die |
Content |
Ruft den Inhalt des Typs ab oder legt diesen fest.Gets or sets the content of the type. |
Id |
Ruft die Zeichenfolgen-ID ab oder legt diese fest.Gets or sets the string id. (Geerbt von XmlSchemaAnnotated) |
LineNumber |
Ruft die Zeilennummer in der Datei ab, auf die das |
LinePosition |
Ruft die Zeilenposition in der Datei ab, auf die das |
Namespaces |
Ruft die mit diesem Schemaobjekt zu verwendenden XmlSerializerNamespaces ab oder legt diese fest.Gets or sets the XmlSerializerNamespaces to use with this schema object. (Geerbt von XmlSchemaObject) |
Parent |
Ruft das übergeordnete Objekt dieses XmlSchemaObject ab oder legt dieses fest.Gets or sets the parent of this XmlSchemaObject. (Geerbt von XmlSchemaObject) |
SourceUri |
Ruft die Quellposition für die Datei ab, die das Schema geladen hat, oder legt diese fest.Gets or sets the source location for the file that loaded the schema. (Geerbt von XmlSchemaObject) |
UnhandledAttributes |
Ruft die qualifizierten Attribute ab, die nicht zum Zielnamespace des aktuellen Schemas gehören, oder legt diese fest.Gets or sets the qualified attributes that do not belong to the current schema's target namespace. (Geerbt von XmlSchemaAnnotated) |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |