System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Schema.XmlSchemaParticle
To be added
Represents the element element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is the base class for all particle types and is used to describe an element in an XML document.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)
System.Xml.Serialization.XmlAttribute("block")
System.Xml.Schema.XmlSchemaDerivationMethod
To be added: an object of type 'XmlSchemaDerivationMethod'
This attribute can contain the following values:
-
Enum
Description
-
None
Use the derivation restriction defined by the BlockDefault property of the schema, if it exists.
-
Empty
There are no restrictions on replacements of this element.
-
Substitution
This element cannot be replaced by a type derived by Substitution.
-
Extension
This element cannot be replaced by a type derived by Extension.
-
Restriction
This element cannot be replaced by a type derived by Restriction.
-
All
#all. This element cannot be replaced by any type regardless of derivation method.
This property does not prevent derivation, but prevents derivation from replacing the type in an instance. List and union values are not supported for the block property.
Gets or sets a Block derivation.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.Schema.XmlSchemaDerivationMethod
To be added: an object of type 'XmlSchemaDerivationMethod'
This value indicates how the type is enforced when xsi:type is used in the instance document. For example, if the value is restricted, only the specific defined type can be used, not types derived by restriction from the specific defined type.
This property can contain the values shown in the following table. The default is None. List and union derivation methods are not allowed on this property.
-
Enum
Description
-
Empty
There are no restrictions on replacements of this element.
-
Substitution
This element cannot be replaced by a type derived by Substitution.
-
Extension
This element cannot be replaced by a type derived by Extension.
-
Restriction
This element cannot be replaced by a type derived by Restriction.
-
All
#all. This element cannot be replaced by any type regardless of derivation method.
Gets the post-compilation value of the Block property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("unique", typeof(System.Xml.Schema.XmlSchemaUnique))
System.Xml.Serialization.XmlElement("key", typeof(System.Xml.Schema.XmlSchemaKey))
System.Xml.Serialization.XmlElement("keyref", typeof(System.Xml.Schema.XmlSchemaKeyref))
System.Xml.Schema.XmlSchemaObjectCollection
To be added: an object of type 'XmlSchemaObjectCollection'
Returns a collection of constraints on the element. Can be any of XmlSchemaKey, XmlSchemaKeyref, or XmlSchemaUnique.
Gets the collection of constraints on the element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(null)
System.Xml.Serialization.XmlAttribute("default")
System.String
To be added: an object of type 'string'
The fixed and default attributes are mutually exclusive. If the element contains a simple type, this value must be a valid value of that type.
Gets or sets the default value of the element if its content is a simple type or content of the element is textOnly.
Property
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.Schema.XmlSchemaType
To be added.
This property is a post-schema-validation infoset property.
Gets an object representing the type of the element based on the or values of the element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Obsolete
System.Xml.Serialization.XmlIgnore
System.Object
To be added: an object of type 'object'
The object can be if the element has a built-in XML Schema type or if the element has a user-defined type.
This property is a post-schema-validation infoset property.
The property is obsolete in the 2.0 version of the .NET Framework and has been replaced by the property.
Gets a common language runtime (CLR) object based on the or of the element, which holds the post-compilation value of the ElementType property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)
System.Xml.Serialization.XmlAttribute("final")
System.Xml.Schema.XmlSchemaDerivationMethod
To be added: an object of type 'XmlSchemaDerivationMethod'
This attribute can contain the values shown in the following table.
-
Enum
Description
-
None
Use the derivation restriction defined by the FinalDefault property of the schema, if it exists.
-
Empty
There are no restrictions on derivations of this element.
-
Extension
This element cannot be derived by Extension.
-
Restriction
This element cannot be derived by Restriction.
-
All
#all. This element cannot be derived by any derivation method.
See also . Substitution, List, and Union derivation methods are not allowed for this property.
Gets or sets the Final property to indicate that no further derivations are allowed.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.Schema.XmlSchemaDerivationMethod
To be added: an object of type 'XmlSchemaDerivationMethod'
This value indicates how the type is restricted when the type is extended through restriction. This property can contain the following values.
-
Enum
Description
-
Empty
There are no restrictions on derivations of this element.
-
Extension
This element cannot be derived by Extension.
-
Restriction
This element cannot be derived by Restriction.
-
All
#all. This element cannot be derived by any derivation method.
Substitution, List, and Union derivation methods are not allowed for this property.
Gets the post-compilation value of the Final property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(null)
System.Xml.Serialization.XmlAttribute("fixed")
System.String
To be added: an object of type 'string'
The content should be a simple type or textOnly. The fixed and default attributes are mutually exclusive.
Gets or sets the fixed value.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)
System.Xml.Serialization.XmlAttribute("form")
System.Xml.Schema.XmlSchemaForm
To be added: an object of type 'XmlSchemaForm'
The default value is the value of the elementFormDefault attribute for the schema element containing the element. The default is Unqualified.
-
Enum
Description
-
Qualified
Element must be qualified with the namespace prefix.
-
Unqualified
Element is not required to be qualified with the namespace prefix.
The value cannot be set if the containing element is the schema element.
Gets or sets the form for the element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(false)
System.Xml.Serialization.XmlAttribute("abstract")
System.Boolean
To be added: an object of type 'bool'
To be added
Gets or sets information to indicate if the element can be used in an instance document.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(false)
System.Xml.Serialization.XmlAttribute("nillable")
System.Boolean
To be added: an object of type 'bool'
This applies to element content and not the attributes of the element.
Gets or sets information that indicates if xsi:nil can occur in the instance data. Indicates if an explicit nil value can be assigned to the element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue("")
System.Xml.Serialization.XmlAttribute("name")
System.String
To be added: an object of type 'string'
The name must be an NCName (no-colon name) as defined in the World Wide Web Consortium (W3C) XML Namespaces specification. Name and RefName attributes are mutually exclusive.
Gets or sets the name of the element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
is the name that a ref attribute refers to. The qualified name consists of the NCName of the element. For example, element name = "NCName", and the prefix used to describe the targetNamespace of the schema. This property holds the post-compilation value of the QualifiedName property.
Gets the actual qualified name for the given element.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("ref")
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
The RefName must be a QName. The RefName can include a namespace prefix. If RefName attribute is present, all complexType, simpleType, key, keyref, unique, nillable, default, fixed, form, block, and type must be absent. If RefName is present, minOccurs, maxOccurs, and id are allowed. To declare an element using an existing element definition, use the RefName attribute to specify the existing element definition.
The value cannot be set if the containing element is the schema element.
Gets or sets the reference name of an element declared in this schema (or another schema indicated by the specified namespace).
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))
System.Xml.Serialization.XmlElement("complexType", typeof(System.Xml.Schema.XmlSchemaComplexType))
System.Xml.Schema.XmlSchemaType
To be added: an object of type 'XmlSchemaType'
To declare an element using an existing simpleType or complexType definition, use the SchemaType property to specify the existing type. If RefName attribute is present, complexType, simpleType, key, keyref, and unique elements and nillable, default, fixed, form, block, and SchemaType attributes cannot be present.
Gets or sets the type of the element. This can either be a complex type or a simple type.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("type")
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
To be added
Gets or sets the name of a built-in data type defined in this schema or another schema indicated by the specified namespace.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("substitutionGroup")
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
This element must have the same type or a type derived from the type of the specified element. This value must be a QName.
The value cannot be set if the containing element is the schema element.
Gets or sets the name of an element that is being substituted by this element.