System::Xml::Schema::XmlSchemaElement::get_IsNillable method
XmlSchemaElement::get_IsNillable method
Returns information that indicates if xsi:nil can occur in the instance data. Indicates if an explicit nil value can be assigned to the element.
bool System::Xml::Schema::XmlSchemaElement::get_IsNillable()
ReturnValue
If nillable is true, this enables an instance of the element to have the nil attribute set to true. The nil attribute is defined as part of the XML Schema namespace for instances. The default is false. Optional.
See Also
- Class XmlSchemaElement
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++