XmlSchemaSimpleType.Content Propriedade
Definição
Obtém ou define XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList ou XmlSchemaSimpleTypeRestriction.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
Valor da propriedade
Um de XmlSchemaSimpleTypeUnion , XmlSchemaSimpleTypeList ou XmlSchemaSimpleTypeRestriction .One of XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList, or XmlSchemaSimpleTypeRestriction.
Comentários
A tabela a seguir mostra as maneiras como os tipos simples podem ser definidos.The following table shows the ways in which simple types can be defined.
| Tipo simplesSimple type | DescriçãoDescription |
|---|---|
Restriction |
Restringe o intervalo de valores para o tipo simples a um subconjunto daqueles para o tipo simples herdado.Restricts the range of values for the simple type to a subset of those for the inherited simple type. |
List |
Define um tipo simples que contém uma lista de valores separada por espaço em branco de um tipo simples herdado.Defines a simple type that contains a white space-separated list of values of an inherited simple type. |
Union |
Define um tipo simples que contém uma união dos valores de dois ou mais tipos simples herdados.Defines a simple type that contains a union of the values of two or more inherited simple types. |