XmlTypeCode Enumerazione

Definizione

Rappresenta i tipi di schema XSD (XML Schema Definition Language) W3C.

public enum class XmlTypeCode
public enum XmlTypeCode
type XmlTypeCode = 
Public Enum XmlTypeCode
Ereditarietà
XmlTypeCode

Campi

Nome Valore Descrizione
None 0

Nessuna informazione sul tipo.

Item 1

Elemento, ad esempio un nodo o un valore atomico.

Node 2

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Document 3

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Element 4

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Attribute 5

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Namespace 6

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

ProcessingInstruction 7

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Comment 8

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Text 9

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

AnyAtomicType 10

Qualsiasi valore atomico di un'unione.

UntypedAtomic 11

Valore atomico non tipizzato.

String 12

Tipo W3C XML Schema xs:string .

Boolean 13

Tipo W3C XML Schema xs:boolean .

Decimal 14

Tipo W3C XML Schema xs:decimal .

Float 15

Tipo W3C XML Schema xs:float .

Double 16

Tipo W3C XML Schema xs:double .

Duration 17

Tipo W3C XML Schema xs:Duration .

DateTime 18

Tipo W3C XML Schema xs:dateTime .

Time 19

Tipo W3C XML Schema xs:time .

Date 20

Tipo W3C XML Schema xs:date .

GYearMonth 21

Tipo W3C XML Schema xs:gYearMonth .

GYear 22

Tipo W3C XML Schema xs:gYear .

GMonthDay 23

Tipo W3C XML Schema xs:gMonthDay .

GDay 24

Tipo W3C XML Schema xs:gDay .

GMonth 25

Tipo W3C XML Schema xs:gMonth .

HexBinary 26

Tipo W3C XML Schema xs:hexBinary .

Base64Binary 27

Tipo W3C XML Schema xs:base64Binary .

AnyUri 28

Tipo W3C XML Schema xs:anyURI .

QName 29

Tipo W3C XML Schema xs:QName .

Notation 30

Tipo W3C XML Schema xs:NOTATION .

NormalizedString 31

Tipo W3C XML Schema xs:normalizedString .

Token 32

Tipo W3C XML Schema xs:token .

Language 33

Tipo W3C XML Schema xs:language .

NmToken 34

Tipo W3C XML Schema xs:NMTOKEN .

Name 35

Tipo W3C XML Schema xs:Name .

NCName 36

Tipo W3C XML Schema xs:NCName .

Id 37

Tipo W3C XML Schema xs:ID .

Idref 38

Tipo W3C XML Schema xs:IDREF .

Entity 39

Tipo W3C XML Schema xs:ENTITY .

Integer 40

Tipo W3C XML Schema xs:integer .

NonPositiveInteger 41

Tipo W3C XML Schema xs:nonPositiveInteger .

NegativeInteger 42

Tipo W3C XML Schema xs:negativeInteger .

Long 43

Tipo W3C XML Schema xs:long .

Int 44

Tipo W3C XML Schema xs:int .

Short 45

Tipo W3C XML Schema xs:short .

Byte 46

Tipo W3C XML Schema xs:byte .

NonNegativeInteger 47

Tipo W3C XML Schema xs:nonNegativeInteger .

UnsignedLong 48

Tipo W3C XML Schema xs:unsignedLong .

UnsignedInt 49

Tipo W3C XML Schema xs:unsignedInt .

UnsignedShort 50

Tipo W3C XML Schema xs:unsignedShort .

UnsignedByte 51

Tipo W3C XML Schema xs:unsignedByte .

PositiveInteger 52

Tipo W3C XML Schema xs:positiveInteger .

YearMonthDuration 53

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

DayTimeDuration 54

Questo valore supporta l'infrastruttura di .NET Framework e non deve essere usato direttamente dal codice.

Si applica a