XmlSchemaParticle {System.Xml.Schema} | .NET clr documentation |
# 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[];
}
Annotation
: XmlSchemaAnnotationMaxOccurs
: DecimalMinOccurs
: DecimalNamespaces
: XmlSerializerNamespacesParent
: XmlSchemaObjectUnhandledAttributes
: XmlAttribute