| XSD Type | C# Type | Type | Notes |
|---|---|---|---|
| xs:anyType | string | object | |
| xs:anySimpleType | string | object | |
| xs:anyAtomicType | string | object | |
| xs:anyURI | string | object | |
| xs:base64Binary | byte[] | object | |
| xs:boolean | bool | struct | |
| xs:byte | sbyte | struct | |
| xs:date | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.Date |
| xs:dateTime | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.DateTime |
| xs:dateTimeStamp | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.DateTime |
| xs:dayTimeDuration | LiquidTechnologies.XmlObjects.LxDuration | struct | |
| xs:decimal | LiquidTechnologies.XmlObjects.BigDecimal | struct | |
| xs:double | double | struct | |
| xs:duration | LiquidTechnologies.XmlObjects.LxDuration | struct | |
| xs:ENTITY | string | object | |
| xs:ENTITIES | string | object | |
| xs:error | string | object | |
| xs:float | float | struct | |
| xs:gDay | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.GDay |
| xs:gMonth | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.GMonth |
| xs:gMonthDay | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.GMonthDay |
| xs:gYear | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.GYear |
| xs:gYearMonth | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.GYearMonth |
| xs:hexBinary | byte[] | object | |
| xs:ID | string | object | |
| xs:IDREF | string | object | |
| xs:IDREFS | string | object | |
| xs:int | int | struct | |
| xs:integer | System.Numerics.BigInteger | struct | |
| xs:language | string | object | |
| xs:long | long | struct | |
| xs:name | string | object | |
| xs:NCName | string | object | |
| xs:negativeInteger | System.Numerics.BigInteger | struct | |
| xs:NMTOKEN | string | object | |
| xs:NMTOKENS | string | object | |
| xs:nonNegativeInteger | System.Numerics.BigInteger | struct | |
| xs:nonPositiveInteger | System.Numerics.BigInteger | struct | |
| xs:normalizedString | string | object | |
| xs:positiveInteger | System.Numerics.BigInteger | struct | |
| xs:precisionDecimal | LiquidTechnologies.XmlObjects.BigDecimal | struct | |
| xs:qName | string | object | |
| xs:short | short | struct | |
| xs:string | string | object | |
| xs:time | LiquidTechnologies.XmlObjects.LxDateTime | struct |
LxDateTimeType.Time |
| xs:token | string | object | |
| xs:yearMonthDuration | LiquidTechnologies.XmlObjects.LxDuration | struct | |
| xs:unsignedByte | byte | struct | |
| xs:unsignedInt | uint | struct | |
| xs:unsignedLong | ulong | struct | |
| xs:unsignedShort | ushort | struct |