XmlSchemaSimpleTypeRestriction.Facets Propiedad

Definición

Obtiene o establece una faceta Esquema Xml.

public:
 property System::Xml::Schema::XmlSchemaObjectCollection ^ Facets { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Facets { get; }
member this.Facets : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Facets As XmlSchemaObjectCollection

Valor de propiedad

Una de las siguientes clases de faceta:

XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacetXmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacetXmlSchemaFractionDigitsFacetXmlSchemaMinExclusiveFacet, XmlSchemaTotalDigitsFacet, . XmlSchemaWhiteSpaceFacet

Se aplica a