XmlSchemaParticle {System.Xml.Schema} .NET clr documentation

XmlSchemaParticle

Description

Declare

            
# namespace System.Xml.Schema
export class XmlSchemaParticle extends XmlSchemaAnnotated {
   Annotation: XmlSchemaAnnotation;
   Id: string;
   LineNumber: integer;
   LinePosition: integer;
   MaxOccurs: Decimal;
   MaxOccursString: string;
   MinOccurs: Decimal;
   MinOccursString: string;
   Namespaces: XmlSerializerNamespaces;
   Parent: XmlSchemaObject;
   SourceUri: string;
   UnhandledAttributes: XmlAttribute[];
}

        

.NET clr type reference tree

  1. this class extends from XmlSchemaAnnotated class: XmlSchemaAnnotated
  2. use by property member Annotation: XmlSchemaAnnotation
  3. use by property member MaxOccurs: Decimal
  4. use by property member MinOccurs: Decimal
  5. use by property member Namespaces: XmlSerializerNamespaces
  6. use by property member Parent: XmlSchemaObject
  7. use by property member UnhandledAttributes: XmlAttribute

[Package {$package} version {$version} Index]