6 private bool isDefault;
89 if (schemaType !=
null)
91 contentType = schemaType.SchemaContentType;
106 return schemaElement;
110 schemaElement = value;
113 schemaAttribute =
null;
124 return schemaAttribute;
128 schemaAttribute = value;
131 schemaElement =
null;
154 if (memberType !=
null)
162 internal bool HasDefaultValue
166 if (schemaElement !=
null)
168 return schemaElement.ElementDecl.DefaultValueTyped !=
null;
174 internal bool IsUnionType
178 if (schemaType ==
null || schemaType.
Datatype ==
null)
195 this.validity = validity;
198 internal void Clear()
203 schemaElement =
null;
204 schemaAttribute =
null;
The base class for all simple types and complex types.
Defines the post-schema-validation infoset of a validated XML node.
bool IsNil
Gets or sets a value indicating if the value for this validated XML node is nil.
XmlSchemaDatatype Datatype
Gets the post-compilation value for the data type of the complex type.
XmlSchemaDatatypeVariety
Specifies the W3C XML schema data type variety of the type.
XmlSchemaInfo()
Initializes a new instance of the T:System.Xml.Schema.XmlSchemaInfo class.
Represents the post-schema-validation infoset of a validated XML node.
XmlSchemaValidity
Represents the validity of an XML item validated by the T:System.Xml.Schema.XmlSchemaValidator class.
XmlSchemaValidity Validity
Gets or sets the T:System.Xml.Schema.XmlSchemaValidity value of this validated XML node.
XmlSchemaElement SchemaElement
Gets or sets the compiled T:System.Xml.Schema.XmlSchemaElement object that corresponds to this valida...
XmlSchemaContentType
Enumerations for the content model of the complex type. This represents the content in the post-schem...
XmlSchemaSimpleType MemberType
Gets or sets the dynamic schema type for this validated XML node.
XmlSchemaAttribute SchemaAttribute
Gets or sets the compiled T:System.Xml.Schema.XmlSchemaAttribute object that corresponds to this vali...
Represents the element element from XML Schema as specified by the World Wide Web Consortium (W3C)....
bool IsDefault
Gets or sets a value indicating if this validated XML node was set as the result of a default being a...
virtual XmlSchemaDatatypeVariety Variety
Gets the T:System.Xml.Schema.XmlSchemaDatatypeVariety value for the simple type.
XmlSchemaContentType ContentType
Gets or sets the T:System.Xml.Schema.XmlSchemaContentType object that corresponds to the content type...
Represents the simpleType element for simple content from XML Schema as specified by the World Wide W...
Represents the attribute element from the XML Schema as specified by the World Wide Web Consortium (W...