XmlSchemaDatatype.TypeCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取简单类型的 XmlTypeCode 值。
public:
virtual property System::Xml::Schema::XmlTypeCode TypeCode { System::Xml::Schema::XmlTypeCode get(); };
public virtual System.Xml.Schema.XmlTypeCode TypeCode { get; }
member this.TypeCode : System.Xml.Schema.XmlTypeCode
Public Overridable ReadOnly Property TypeCode As XmlTypeCode
属性值
简单类型的 XmlTypeCode 值。
示例
有关属性的示例 TypeCode ,请参阅 XmlSchemaDatatype。
注解
W3C XML 架构列表类型(如 xs:ENTITIES、xs:NMTOKENS 和 xs:IDREFS)不由 XmlTypeCode 枚举表示。 Instead they are represented by the XmlTypeCode values for the xs:ENTITY, xs:NMTOKEN and xs:IDREF types with the Variety property of the XmlSchemaDatatype object set to List.
备注
xs:anySimpleType 和 xs:anyType 类型不由 XmlTypeCode 枚举表示。 这些值在对象XmlTypeCode中XmlSchemaDatatype表示,其值为 UntypedAtomic xs:anySimpleType 或 Item xs:anyType。