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.XmlSchemaAnnotated
Particle types are usually interchangeable. Particle can be a local element declaration or reference to a global element declaration (element), a compositor (sequence, choice, or all), a reference to a named content model group (group), or an element wildcard (any).
Abstract class for that is the base class for all particle types (e.g. ).
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.Xml.Serialization.XmlIgnore
System.Decimal
To be added: an object of type 'decimal'
The value can be an integer greater than or equal to zero.
Gets or sets the maximum number of times the particle can occur.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("maxOccurs")
System.String
To be added: an object of type 'string'
This property can have a null ("") value or String.Empty.
To set no limit on the maximum number, use the string "unbounded".
Gets or sets the number as a string value. Maximum number of times the particle can occur.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Decimal
To be added: an object of type 'decimal'
The value can be an integer greater than or equal to zero. Set this attribute to zero to indicate that the attribute is optional.
Gets or sets the minimum number of times the particle can occur.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("minOccurs")
System.String
To be added: an object of type 'string'
This property can have a null ("") value or String.Empty.
Gets or sets the number as a string value. The minimum number of times the particle can occur.