System.Xml.Schema.XmlSchema.Items Property

Gets the collection of schema elements in the schema and is used to add new element types at the schema element level.

Syntax

[System.Xml.Serialization.XmlElement("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
[System.Xml.Serialization.XmlElement("complexType", typeof(System.Xml.Schema.XmlSchemaComplexType))]
[System.Xml.Serialization.XmlElement("group", typeof(System.Xml.Schema.XmlSchemaGroup))]
[System.Xml.Serialization.XmlElement("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]
[System.Xml.Serialization.XmlElement("element", typeof(System.Xml.Schema.XmlSchemaElement))]
[System.Xml.Serialization.XmlElement("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
[System.Xml.Serialization.XmlElement("notation", typeof(System.Xml.Schema.XmlSchemaNotation))]
[System.Xml.Serialization.XmlElement("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
public XmlSchemaObjectCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0