- Boolean
alias Boolean = bool
- ENTITIES
alias ENTITIES = ENTITY[]
- ENTITY
alias ENTITY = NCName
- ID
alias ID = NCName
- IDREF
alias IDREF = NCName
- IDREFS
alias IDREFS = IDREF[]
- NCName
alias NCName = name
- NMTOKEN
alias NMTOKEN = token
- NMTOKENS
alias NMTOKENS = NMTOKEN[]
- NOTATION
alias NOTATION = string
- QName
alias QName = string
- anyURI
alias anyURI = string
- base64Binary
alias base64Binary = ubyte[]
- data
alias data = string
- dateTime
alias dateTime = DateTime
- decimal
alias decimal = real
xsd.decimal. TODO: switch to decimal type when implemented.
- duration
alias duration = string
- gDay
alias gDay = string
- gMonth
alias gMonth = string
- gMonthDay
alias gMonthDay = string
- gYear
alias gYear = string
- gYearMonth
alias gYearMonth = string
- hexBinary
alias hexBinary = string
- integer
alias integer = size_t
- language
alias language = token
- name
alias name = token
- negativeInteger
alias negativeInteger = nonPositiveInteger
- nonNegativeInteger
alias nonNegativeInteger = size_t
- nonPositiveInteger
alias nonPositiveInteger = ptrdiff_t
- normalizedString
alias normalizedString = string
- positiveInteger
alias positiveInteger = nonNegativeInteger
- time
alias time = DateTime
- token
alias token = normalizedString
- unsignedByte
alias unsignedByte = ubyte
- unsignedInt
alias unsignedInt = uint
- unsignedLong
alias unsignedLong = ulong
- unsignedShort
alias unsignedShort = ushort
Copyright © DiamondMVC 2019