System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Schema.XmlSchemaContent
To be added
Represents the restriction element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by restriction. Such derivations can be used to restrict the range of values for the element to a subset of the values specified in the inherited simple type.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("anyAttribute")
System.Xml.Schema.XmlSchemaAnyAttribute
To be added: an object of type 'XmlSchemaAnyAttribute'
To be added
Gets or sets an to be used for the attribute value.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))
System.Xml.Serialization.XmlElement("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))
System.Xml.Schema.XmlSchemaObjectCollection
To be added: an object of type 'XmlSchemaObjectCollection'
To be added
Gets the and collection of attributes for the simple type.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("simpleType", Type=typeof(System.Xml.Schema.XmlSchemaSimpleType))
System.Xml.Schema.XmlSchemaSimpleType
To be added: an object of type 'XmlSchemaSimpleType'
The base value must be a QName.
Gets or sets the simple type base value.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("base")
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
To be added
Gets or sets the name of the built-in data type or simple type from which this type is derived.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("minExclusive", typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))
System.Xml.Serialization.XmlElement("minInclusive", typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))
System.Xml.Serialization.XmlElement("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))
System.Xml.Serialization.XmlElement("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))
System.Xml.Serialization.XmlElement("totalDigits", typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))
System.Xml.Serialization.XmlElement("fractionDigits", typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))
System.Xml.Serialization.XmlElement("length", typeof(System.Xml.Schema.XmlSchemaLengthFacet))
System.Xml.Serialization.XmlElement("minLength", typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))
System.Xml.Serialization.XmlElement("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))
System.Xml.Serialization.XmlElement("enumeration", typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))
System.Xml.Serialization.XmlElement("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))
System.Xml.Serialization.XmlElement("pattern", typeof(System.Xml.Schema.XmlSchemaPatternFacet))
System.Xml.Schema.XmlSchemaObjectCollection
To be added: an object of type 'XmlSchemaObjectCollection'
To be added
Gets or sets an Xml Schema facet.