System::Xml::Schema::XmlTypeCode 枚举

XmlTypeCode enum

表示 W3C XML Schema 定义语言 (XSD) 架构类型。

enum class XmlTypeCode

名称描述
0没有类型信息。
Item1一个项目,例如节点或原子值。
Node2此值用于内部目的,不建议直接在代码中使用。
Document3此值用于内部目的,不建议直接在代码中使用。
Element4此值用于内部目的,不建议直接在代码中使用。
Attribute5此值用于内部目的,不建议直接在代码中使用。
命名空间6此值用于内部目的,不建议直接在代码中使用。
ProcessingInstruction7此值用于内部目的,不建议直接在代码中使用。
Comment8此值用于内部目的,不建议直接在代码中使用。
Text9此值用于内部目的,不建议直接在代码中使用。
AnyAtomicType10联合的任意原子值。
UntypedAtomic11一个未类型化的原子值。
String12一种 W3C XML Schemaxs:string 类型。
Boolean13一种 W3C XML Schemaxs:boolean 类型。
Decimal14一种 W3C XML Schemaxs:decimal 类型。
Float15一种 W3C XML Schemaxs:float 类型。
Double16一种 W3C XML Schemaxs:double 类型。
Duration17一种 W3C XML Schemaxs:Duration 类型。
DateTime18一种 W3C XML Schemaxs:dateTime 类型。
Time19一种 W3C XML Schemaxs:time 类型。
Date20一种 W3C XML Schemaxs:date 类型。
GYearMonth21一种 W3C XML Schemaxs:gYearMonth 类型。
GYear22一种 W3C XML Schemaxs:gYear 类型。
GMonthDay23一种 W3C XML Schemaxs:gMonthDay 类型。
GDay24一种 W3C XML Schemaxs:gDay 类型。
GMonth25一种 W3C XML Schemaxs:gMonth 类型。
HexBinary26一种 W3C XML Schemaxs:hexBinary 类型。
Base64Binary27一种 W3C XML Schemaxs:base64Binary 类型。
AnyUri28一种 W3C XML Schemaxs:anyURI 类型。
QName29一种 W3C XML Schemaxs:QName 类型。
Notation30一种 W3C XML Schemaxs:NOTATION 类型。
NormalizedString31一种 W3C XML Schemaxs:normalizedString 类型。
Token32一种 W3C XML Schemaxs:token 类型。
Language33一种 W3C XML Schemaxs:language 类型。
NmToken34一种 W3C XML Schemaxs:NMTOKEN 类型。
Name35一个 W3C XML Schemaxs:Name 类型。
NCName36一个 W3C XML Schemaxs:NCName 类型。
Id37一个 W3C XML Schemaxs:ID 类型。
Idref38一个 W3C XML Schemaxs:IDREF 类型。
Entity39一个 W3C XML Schemaxs:ENTITY 类型。
Integer40一个 W3C XML Schemaxs:integer 类型。
NonPositiveInteger41一个 W3C XML Schemaxs:nonPositiveInteger 类型。
NegativeInteger42一个 W3C XML Schemaxs:negativeInteger 类型。
Long43一个 W3C XML Schemaxs:long 类型。
Int44一个 W3C XML Schemaxs:int 类型。
Short45一个 W3C XML Schemaxs:short 类型。
Byte46一个 W3C XML Schemaxs:byte 类型。
NonNegativeInteger47一个 W3C XML Schemaxs:nonNegativeInteger 类型。
UnsignedLong48一个 W3C XML Schemaxs:unsignedLong 类型。
UnsignedInt49一个 W3C XML Schemaxs:unsignedInt 类型。
UnsignedShort50一个 W3C XML Schemaxs:unsignedShort 类型。
UnsignedByte51一个 W3C XML Schemaxs:unsignedByte 类型。
PositiveInteger52一个 W3C XML Schemaxs:positiveInteger 类型。
YearMonthDuration53此值用于内部目的,不建议直接在代码中使用。
DayTimeDuration54此值用于内部目的,不建议直接在代码中使用。

另见