Click or drag to resize

Particle Class

The Particle class represents a part of a content model.

When an element is validated against a ComplexTypeDefinition, its sequence of child elements is checked

against the content model of the ComplexTypeDefinition and the children are attributed to Particle objects of the

content model. A Particle specifies a term - i.e. an ElementDeclaration, a ModelGroup or a Wildcard (Any)

schema component - and its occurrence constraints.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsdComponent
    Altova.RaptorXml.XsdParticle

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Particle : Component

The Particle type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Public propertyElement (Inherited from Component.)
Public propertyId (Inherited from Component.)
Public propertyIsEmptiable
Public propertyMaxOccurs
Public propertyMinOccurs
Public propertyTerm
Top
Methods
Operators
See Also