XmlSchemaElement {System.Xml.Schema} | .NET clr documentation |
# namespace System.Xml.Schema
export class XmlSchemaElement extends XmlSchemaParticle {
Annotation: XmlSchemaAnnotation;
Block: XmlSchemaDerivationMethod;
BlockResolved: XmlSchemaDerivationMethod;
Constraints: XmlSchemaObjectCollection;
DefaultValue: string;
ElementSchemaType: XmlSchemaType;
ElementType: any kind;
Final: XmlSchemaDerivationMethod;
FinalResolved: XmlSchemaDerivationMethod;
FixedValue: string;
Form: XmlSchemaForm;
Id: string;
IsAbstract: boolean;
IsNillable: boolean;
LineNumber: integer;
LinePosition: integer;
MaxOccurs: Decimal;
MaxOccursString: string;
MinOccurs: Decimal;
MinOccursString: string;
Name: string;
Namespaces: XmlSerializerNamespaces;
Parent: XmlSchemaObject;
QualifiedName: XmlQualifiedName;
RefName: XmlQualifiedName;
SchemaType: XmlSchemaType;
SchemaTypeName: XmlQualifiedName;
SourceUri: string;
SubstitutionGroup: XmlQualifiedName;
UnhandledAttributes: XmlAttribute[];
}
Annotation
: XmlSchemaAnnotationBlock
: XmlSchemaDerivationMethodBlockResolved
: XmlSchemaDerivationMethodConstraints
: XmlSchemaObjectCollectionElementSchemaType
: XmlSchemaTypeElementType
: any kindFinal
: XmlSchemaDerivationMethodFinalResolved
: XmlSchemaDerivationMethodForm
: XmlSchemaFormMaxOccurs
: DecimalMinOccurs
: DecimalNamespaces
: XmlSerializerNamespacesParent
: XmlSchemaObjectQualifiedName
: XmlQualifiedNameRefName
: XmlQualifiedNameSchemaType
: XmlSchemaTypeSchemaTypeName
: XmlQualifiedNameSubstitutionGroup
: XmlQualifiedNameUnhandledAttributes
: XmlAttribute