XmlSchemaComplexType.Block Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the block
attribute.
public:
property System::Xml::Schema::XmlSchemaDerivationMethod Block { System::Xml::Schema::XmlSchemaDerivationMethod get(); void set(System::Xml::Schema::XmlSchemaDerivationMethod value); };
public System.Xml.Schema.XmlSchemaDerivationMethod Block { get; set; }
member this.Block : System.Xml.Schema.XmlSchemaDerivationMethod with get, set
Public Property Block As XmlSchemaDerivationMethod
Property Value
The block
attribute prevents a complex type from being used in the specified type of derivation. The default is XmlSchemaDerivationMethod.None
. Optional.
Remarks
Indicates the type of derivation.
This attribute can contain the following values:
Enum | Description |
---|---|
None |
Use the derivation restriction defined by the BlockDefault property of the schema, if it exists. |
Extension |
This element cannot be replaced by a type derived by Extension. |
Restriction |
This element cannot be replaced by a type derived by Restriction. |
All |
#all . This element cannot be replaced by any type regardless of derivation method. |
The Substitution
, List
, and Union
derivation methods are not supported by this property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.