XmlSchemaSimpleType.Content 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 one of XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList, or XmlSchemaSimpleTypeRestriction.
public:
property System::Xml::Schema::XmlSchemaSimpleTypeContent ^ Content { System::Xml::Schema::XmlSchemaSimpleTypeContent ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleTypeContent ^ value); };
public System.Xml.Schema.XmlSchemaSimpleTypeContent? Content { get; set; }
public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get; set; }
member this.Content : System.Xml.Schema.XmlSchemaSimpleTypeContent with get, set
Public Property Content As XmlSchemaSimpleTypeContent
Property Value
One of XmlSchemaSimpleTypeUnion
, XmlSchemaSimpleTypeList
, or XmlSchemaSimpleTypeRestriction
.
Remarks
The following table shows the ways in which simple types can be defined.
Simple type | Description |
---|---|
Restriction |
Restricts the range of values for the simple type to a subset of those for the inherited simple type. |
List |
Defines a simple type that contains a white space-separated list of values of an inherited simple type. |
Union |
Defines a simple type that contains a union of the values of two or more inherited simple types. |