XmlSchemaSimpleType.Content Właściwość

Definicja

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

Wartość właściwości

XmlSchemaSimpleTypeContent

XmlSchemaSimpleTypeUnionJeden z , XmlSchemaSimpleTypeListlub XmlSchemaSimpleTypeRestriction.

Uwagi

W poniższej tabeli przedstawiono sposoby definiowania prostych typów.

Typ prosty Opis
Restriction Ogranicza zakres wartości dla prostego typu do podzbioru tych dla dziedziczonego prostego typu.
List Definiuje prosty typ, który zawiera rozdzielaną białymi spacjami listę wartości dziedziczonego prostego typu.
Union Definiuje prosty typ, który zawiera związek wartości dwóch lub więcej dziedziczonego prostego typu.

Dotyczy