MolSim
Loading...
Searching...
No Matches
Namespaces | Typedefs
xml_schema Namespace Reference

C++ namespace for the http://www.w3.org/2001/XMLSchema schema namespace. More...

Namespaces

namespace  dom
 DOM interaction.
 

Typedefs

typedef ::xsd::cxx::tree::type type
 C++ type corresponding to the anyType XML Schema built-in type.
 
typedef ::xsd::cxx::tree::simple_type< char, typesimple_type
 C++ type corresponding to the anySimpleType XML Schema built-in type.
 
typedef ::xsd::cxx::tree::type container
 Alias for the anyType type.
 
typedef signed char byte
 C++ type corresponding to the byte XML Schema built-in type.
 
typedef unsigned char unsigned_byte
 C++ type corresponding to the unsignedByte XML Schema built-in type.
 
typedef short short_
 C++ type corresponding to the short XML Schema built-in type.
 
typedef unsigned short unsigned_short
 C++ type corresponding to the unsignedShort XML Schema built-in type.
 
typedef int int_
 C++ type corresponding to the int XML Schema built-in type.
 
typedef unsigned int unsigned_int
 C++ type corresponding to the unsignedInt XML Schema built-in type.
 
typedef long long long_
 C++ type corresponding to the long XML Schema built-in type.
 
typedef unsigned long long unsigned_long
 C++ type corresponding to the unsignedLong XML Schema built-in type.
 
typedef long long integer
 C++ type corresponding to the integer XML Schema built-in type.
 
typedef long long non_positive_integer
 C++ type corresponding to the nonPositiveInteger XML Schema built-in type.
 
typedef unsigned long long non_negative_integer
 C++ type corresponding to the nonNegativeInteger XML Schema built-in type.
 
typedef unsigned long long positive_integer
 C++ type corresponding to the positiveInteger XML Schema built-in type.
 
typedef long long negative_integer
 C++ type corresponding to the negativeInteger XML Schema built-in type.
 
typedef bool boolean
 C++ type corresponding to the boolean XML Schema built-in type.
 
typedef float float_
 C++ type corresponding to the float XML Schema built-in type.
 
typedef double double_
 C++ type corresponding to the double XML Schema built-in type.
 
typedef double decimal
 C++ type corresponding to the decimal XML Schema built-in type.
 
typedef ::xsd::cxx::tree::string< char, simple_typestring
 C++ type corresponding to the string XML Schema built-in type.
 
typedef ::xsd::cxx::tree::normalized_string< char, stringnormalized_string
 C++ type corresponding to the normalizedString XML Schema built-in type.
 
typedef ::xsd::cxx::tree::token< char, normalized_stringtoken
 C++ type corresponding to the token XML Schema built-in type.
 
typedef ::xsd::cxx::tree::name< char, tokenname
 C++ type corresponding to the Name XML Schema built-in type.
 
typedef ::xsd::cxx::tree::nmtoken< char, tokennmtoken
 C++ type corresponding to the NMTOKEN XML Schema built-in type.
 
typedef ::xsd::cxx::tree::nmtokens< char, simple_type, nmtokennmtokens
 C++ type corresponding to the NMTOKENS XML Schema built-in type.
 
typedef ::xsd::cxx::tree::ncname< char, namencname
 C++ type corresponding to the NCName XML Schema built-in type.
 
typedef ::xsd::cxx::tree::language< char, tokenlanguage
 C++ type corresponding to the language XML Schema built-in type.
 
typedef ::xsd::cxx::tree::id< char, ncnameid
 C++ type corresponding to the ID XML Schema built-in type.
 
typedef ::xsd::cxx::tree::idref< char, ncname, typeidref
 C++ type corresponding to the IDREF XML Schema built-in type.
 
typedef ::xsd::cxx::tree::idrefs< char, simple_type, idrefidrefs
 C++ type corresponding to the IDREFS XML Schema built-in type.
 
typedef ::xsd::cxx::tree::uri< char, simple_typeuri
 C++ type corresponding to the anyURI XML Schema built-in type.
 
typedef ::xsd::cxx::tree::qname< char, simple_type, uri, ncnameqname
 C++ type corresponding to the QName XML Schema built-in type.
 
typedef ::xsd::cxx::tree::buffer< charbuffer
 Binary buffer type.
 
typedef ::xsd::cxx::tree::base64_binary< char, simple_typebase64_binary
 C++ type corresponding to the base64Binary XML Schema built-in type.
 
typedef ::xsd::cxx::tree::hex_binary< char, simple_typehex_binary
 C++ type corresponding to the hexBinary XML Schema built-in type.
 
typedef ::xsd::cxx::tree::time_zone time_zone
 Time zone type.
 
typedef ::xsd::cxx::tree::date< char, simple_typedate
 C++ type corresponding to the date XML Schema built-in type.
 
typedef ::xsd::cxx::tree::date_time< char, simple_typedate_time
 C++ type corresponding to the dateTime XML Schema built-in type.
 
typedef ::xsd::cxx::tree::duration< char, simple_typeduration
 C++ type corresponding to the duration XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gday< char, simple_typegday
 C++ type corresponding to the gDay XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gmonth< char, simple_typegmonth
 C++ type corresponding to the gMonth XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gmonth_day< char, simple_typegmonth_day
 C++ type corresponding to the gMonthDay XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gyear< char, simple_typegyear
 C++ type corresponding to the gYear XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gyear_month< char, simple_typegyear_month
 C++ type corresponding to the gYearMonth XML Schema built-in type.
 
typedef ::xsd::cxx::tree::time< char, simple_typetime
 C++ type corresponding to the time XML Schema built-in type.
 
typedef ::xsd::cxx::tree::entity< char, ncnameentity
 C++ type corresponding to the ENTITY XML Schema built-in type.
 
typedef ::xsd::cxx::tree::entities< char, simple_type, entityentities
 C++ type corresponding to the ENTITIES XML Schema built-in type.
 
typedef ::xsd::cxx::tree::content_order content_order
 Content order sequence entry.
 
typedef ::xsd::cxx::xml::dom::namespace_info< charnamespace_info
 Namespace serialization information.
 
typedef ::xsd::cxx::xml::dom::namespace_infomap< charnamespace_infomap
 Namespace serialization information map.
 
typedef ::xsd::cxx::tree::list_stream< charlist_stream
 List serialization stream.
 
typedef ::xsd::cxx::tree::as_double< double_as_double
 Serialization wrapper for the double type.
 
typedef ::xsd::cxx::tree::as_decimal< decimalas_decimal
 Serialization wrapper for the decimal type.
 
typedef ::xsd::cxx::tree::facet facet
 Simple type facet.
 
typedef ::xsd::cxx::tree::flags flags
 Parsing and serialization flags.
 
typedef ::xsd::cxx::tree::properties< charproperties
 Parsing properties.
 
typedef ::xsd::cxx::tree::severity severity
 Error severity.
 
typedef ::xsd::cxx::tree::error< charerror
 Error condition.
 
typedef ::xsd::cxx::tree::diagnostics< chardiagnostics
 List of error conditions.
 
typedef ::xsd::cxx::tree::exception< charexception
 Root of the C++/Tree exception hierarchy.
 
typedef ::xsd::cxx::tree::bounds< charbounds
 Exception indicating that the size argument exceeds the capacity argument.
 
typedef ::xsd::cxx::tree::duplicate_id< charduplicate_id
 Exception indicating that a duplicate ID value was encountered in the object model.
 
typedef ::xsd::cxx::tree::parsing< charparsing
 Exception indicating a parsing failure.
 
typedef ::xsd::cxx::tree::expected_element< charexpected_element
 Exception indicating that an expected element was not encountered.
 
typedef ::xsd::cxx::tree::unexpected_element< charunexpected_element
 Exception indicating that an unexpected element was encountered.
 
typedef ::xsd::cxx::tree::expected_attribute< charexpected_attribute
 Exception indicating that an expected attribute was not encountered.
 
typedef ::xsd::cxx::tree::unexpected_enumerator< charunexpected_enumerator
 Exception indicating that an unexpected enumerator was encountered.
 
typedef ::xsd::cxx::tree::expected_text_content< charexpected_text_content
 Exception indicating that the text content was expected for an element.
 
typedef ::xsd::cxx::tree::no_prefix_mapping< charno_prefix_mapping
 Exception indicating that a prefix-namespace mapping was not provided.
 
typedef ::xsd::cxx::tree::serialization< charserialization
 Exception indicating a serialization failure.
 
typedef ::xsd::cxx::xml::error_handler< charerror_handler
 Error handler callback interface.
 
typedef ::xsd::cxx::tree::type Type
 C++ type corresponding to the anyType XML Schema built-in type.
 
typedef ::xsd::cxx::tree::simple_type< char, TypeSimpleType
 C++ type corresponding to the anySimpleType XML Schema built-in type.
 
typedef ::xsd::cxx::tree::type Container
 Alias for the anyType type.
 
typedef signed char Byte
 C++ type corresponding to the byte XML Schema built-in type.
 
typedef unsigned char UnsignedByte
 C++ type corresponding to the unsignedByte XML Schema built-in type.
 
typedef short Short
 C++ type corresponding to the short XML Schema built-in type.
 
typedef unsigned short UnsignedShort
 C++ type corresponding to the unsignedShort XML Schema built-in type.
 
typedef int Int
 C++ type corresponding to the int XML Schema built-in type.
 
typedef unsigned int UnsignedInt
 C++ type corresponding to the unsignedInt XML Schema built-in type.
 
typedef long long Long
 C++ type corresponding to the long XML Schema built-in type.
 
typedef unsigned long long UnsignedLong
 C++ type corresponding to the unsignedLong XML Schema built-in type.
 
typedef long long Integer
 C++ type corresponding to the integer XML Schema built-in type.
 
typedef long long NonPositiveInteger
 C++ type corresponding to the nonPositiveInteger XML Schema built-in type.
 
typedef unsigned long long NonNegativeInteger
 C++ type corresponding to the nonNegativeInteger XML Schema built-in type.
 
typedef unsigned long long PositiveInteger
 C++ type corresponding to the positiveInteger XML Schema built-in type.
 
typedef long long NegativeInteger
 C++ type corresponding to the negativeInteger XML Schema built-in type.
 
typedef bool Boolean
 C++ type corresponding to the boolean XML Schema built-in type.
 
typedef float Float
 C++ type corresponding to the float XML Schema built-in type.
 
typedef double Double
 C++ type corresponding to the double XML Schema built-in type.
 
typedef double Decimal
 C++ type corresponding to the decimal XML Schema built-in type.
 
typedef ::xsd::cxx::tree::string< char, SimpleTypeString
 C++ type corresponding to the string XML Schema built-in type.
 
typedef ::xsd::cxx::tree::normalized_string< char, StringNormalizedString
 C++ type corresponding to the normalizedString XML Schema built-in type.
 
typedef ::xsd::cxx::tree::token< char, NormalizedStringToken
 C++ type corresponding to the token XML Schema built-in type.
 
typedef ::xsd::cxx::tree::name< char, TokenName
 C++ type corresponding to the Name XML Schema built-in type.
 
typedef ::xsd::cxx::tree::nmtoken< char, TokenNmtoken
 C++ type corresponding to the NMTOKEN XML Schema built-in type.
 
typedef ::xsd::cxx::tree::nmtokens< char, SimpleType, NmtokenNmtokens
 C++ type corresponding to the NMTOKENS XML Schema built-in type.
 
typedef ::xsd::cxx::tree::ncname< char, NameNcname
 C++ type corresponding to the NCName XML Schema built-in type.
 
typedef ::xsd::cxx::tree::language< char, TokenLanguage
 C++ type corresponding to the language XML Schema built-in type.
 
typedef ::xsd::cxx::tree::id< char, NcnameId
 C++ type corresponding to the ID XML Schema built-in type.
 
typedef ::xsd::cxx::tree::idref< char, Ncname, TypeIdref
 C++ type corresponding to the IDREF XML Schema built-in type.
 
typedef ::xsd::cxx::tree::idrefs< char, SimpleType, IdrefIdrefs
 C++ type corresponding to the IDREFS XML Schema built-in type.
 
typedef ::xsd::cxx::tree::uri< char, SimpleTypeUri
 C++ type corresponding to the anyURI XML Schema built-in type.
 
typedef ::xsd::cxx::tree::qname< char, SimpleType, Uri, NcnameQname
 C++ type corresponding to the QName XML Schema built-in type.
 
typedef ::xsd::cxx::tree::buffer< charBuffer
 Binary buffer type.
 
typedef ::xsd::cxx::tree::base64_binary< char, SimpleTypeBase64Binary
 C++ type corresponding to the base64Binary XML Schema built-in type.
 
typedef ::xsd::cxx::tree::hex_binary< char, SimpleTypeHexBinary
 C++ type corresponding to the hexBinary XML Schema built-in type.
 
typedef ::xsd::cxx::tree::time_zone TimeZone
 Time zone type.
 
typedef ::xsd::cxx::tree::date< char, SimpleTypeDate
 C++ type corresponding to the date XML Schema built-in type.
 
typedef ::xsd::cxx::tree::date_time< char, SimpleTypeDateTime
 C++ type corresponding to the dateTime XML Schema built-in type.
 
typedef ::xsd::cxx::tree::duration< char, SimpleTypeDuration
 C++ type corresponding to the duration XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gday< char, SimpleTypeGday
 C++ type corresponding to the gDay XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gmonth< char, SimpleTypeGmonth
 C++ type corresponding to the gMonth XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gmonth_day< char, SimpleTypeGmonthDay
 C++ type corresponding to the gMonthDay XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gyear< char, SimpleTypeGyear
 C++ type corresponding to the gYear XML Schema built-in type.
 
typedef ::xsd::cxx::tree::gyear_month< char, SimpleTypeGyearMonth
 C++ type corresponding to the gYearMonth XML Schema built-in type.
 
typedef ::xsd::cxx::tree::time< char, SimpleTypeTime
 C++ type corresponding to the time XML Schema built-in type.
 
typedef ::xsd::cxx::tree::entity< char, NcnameEntity
 C++ type corresponding to the ENTITY XML Schema built-in type.
 
typedef ::xsd::cxx::tree::entities< char, SimpleType, EntityEntities
 C++ type corresponding to the ENTITIES XML Schema built-in type.
 
typedef ::xsd::cxx::tree::content_order ContentOrder
 Content order sequence entry.
 
typedef ::xsd::cxx::xml::dom::namespace_info< charNamespaceInfo
 Namespace serialization information.
 
typedef ::xsd::cxx::xml::dom::namespace_infomap< charNamespaceInfomap
 Namespace serialization information map.
 
typedef ::xsd::cxx::tree::list_stream< charListStream
 List serialization stream.
 
typedef ::xsd::cxx::tree::as_double< DoubleAsDouble
 Serialization wrapper for the double type.
 
typedef ::xsd::cxx::tree::as_decimal< DecimalAsDecimal
 Serialization wrapper for the decimal type.
 
typedef ::xsd::cxx::tree::facet Facet
 Simple type facet.
 
typedef ::xsd::cxx::tree::flags Flags
 Parsing and serialization flags.
 
typedef ::xsd::cxx::tree::properties< charProperties
 Parsing properties.
 
typedef ::xsd::cxx::tree::severity Severity
 Error severity.
 
typedef ::xsd::cxx::tree::error< charError
 Error condition.
 
typedef ::xsd::cxx::tree::diagnostics< charDiagnostics
 List of error conditions.
 
typedef ::xsd::cxx::tree::exception< charException
 Root of the C++/Tree exception hierarchy.
 
typedef ::xsd::cxx::tree::bounds< charBounds
 Exception indicating that the size argument exceeds the capacity argument.
 
typedef ::xsd::cxx::tree::duplicate_id< charDuplicateId
 Exception indicating that a duplicate ID value was encountered in the object model.
 
typedef ::xsd::cxx::tree::parsing< charParsing
 Exception indicating a parsing failure.
 
typedef ::xsd::cxx::tree::expected_element< charExpectedElement
 Exception indicating that an expected element was not encountered.
 
typedef ::xsd::cxx::tree::unexpected_element< charUnexpectedElement
 Exception indicating that an unexpected element was encountered.
 
typedef ::xsd::cxx::tree::expected_attribute< charExpectedAttribute
 Exception indicating that an expected attribute was not encountered.
 
typedef ::xsd::cxx::tree::unexpected_enumerator< charUnexpectedEnumerator
 Exception indicating that an unexpected enumerator was encountered.
 
typedef ::xsd::cxx::tree::expected_text_content< charExpectedTextContent
 Exception indicating that the text content was expected for an element.
 
typedef ::xsd::cxx::tree::no_prefix_mapping< charNoPrefixMapping
 Exception indicating that a prefix-namespace mapping was not provided.
 
typedef ::xsd::cxx::tree::serialization< charSerialization
 Exception indicating a serialization failure.
 
typedef ::xsd::cxx::xml::error_handler< charErrorHandler
 Error handler callback interface.
 

Detailed Description

C++ namespace for the http://www.w3.org/2001/XMLSchema schema namespace.

Typedef Documentation

◆ as_decimal

typedef ::xsd::cxx::tree::as_decimal<decimal> xml_schema::as_decimal

Serialization wrapper for the decimal type.

◆ as_double

typedef ::xsd::cxx::tree::as_double<double_> xml_schema::as_double

Serialization wrapper for the double type.

◆ AsDecimal

typedef ::xsd::cxx::tree::as_decimal<Decimal> xml_schema::AsDecimal

Serialization wrapper for the decimal type.

◆ AsDouble

typedef ::xsd::cxx::tree::as_double<Double> xml_schema::AsDouble

Serialization wrapper for the double type.

◆ base64_binary

typedef ::xsd::cxx::tree::base64_binary<char, simple_type> xml_schema::base64_binary

C++ type corresponding to the base64Binary XML Schema built-in type.

◆ Base64Binary

typedef ::xsd::cxx::tree::base64_binary<char, SimpleType> xml_schema::Base64Binary

C++ type corresponding to the base64Binary XML Schema built-in type.

◆ boolean

C++ type corresponding to the boolean XML Schema built-in type.

◆ Boolean

C++ type corresponding to the boolean XML Schema built-in type.

◆ bounds

typedef ::xsd::cxx::tree::bounds<char> xml_schema::bounds

Exception indicating that the size argument exceeds the capacity argument.

◆ Bounds

typedef ::xsd::cxx::tree::bounds<char> xml_schema::Bounds

Exception indicating that the size argument exceeds the capacity argument.

◆ buffer

typedef ::xsd::cxx::tree::buffer<char> xml_schema::buffer

Binary buffer type.

◆ Buffer

typedef ::xsd::cxx::tree::buffer<char> xml_schema::Buffer

Binary buffer type.

◆ byte

C++ type corresponding to the byte XML Schema built-in type.

◆ Byte

C++ type corresponding to the byte XML Schema built-in type.

◆ container

typedef ::xsd::cxx::tree::type xml_schema::container

Alias for the anyType type.

◆ Container

typedef ::xsd::cxx::tree::type xml_schema::Container

Alias for the anyType type.

◆ content_order

typedef ::xsd::cxx::tree::content_order xml_schema::content_order

Content order sequence entry.

◆ ContentOrder

typedef ::xsd::cxx::tree::content_order xml_schema::ContentOrder

Content order sequence entry.

◆ date

typedef ::xsd::cxx::tree::date<char, simple_type> xml_schema::date

C++ type corresponding to the date XML Schema built-in type.

◆ Date

typedef ::xsd::cxx::tree::date<char, SimpleType> xml_schema::Date

C++ type corresponding to the date XML Schema built-in type.

◆ date_time

typedef ::xsd::cxx::tree::date_time<char, simple_type> xml_schema::date_time

C++ type corresponding to the dateTime XML Schema built-in type.

◆ DateTime

typedef ::xsd::cxx::tree::date_time<char, SimpleType> xml_schema::DateTime

C++ type corresponding to the dateTime XML Schema built-in type.

◆ decimal

C++ type corresponding to the decimal XML Schema built-in type.

◆ Decimal

C++ type corresponding to the decimal XML Schema built-in type.

◆ diagnostics

typedef ::xsd::cxx::tree::diagnostics<char> xml_schema::diagnostics

List of error conditions.

◆ Diagnostics

typedef ::xsd::cxx::tree::diagnostics<char> xml_schema::Diagnostics

List of error conditions.

◆ Double

C++ type corresponding to the double XML Schema built-in type.

◆ double_

C++ type corresponding to the double XML Schema built-in type.

◆ duplicate_id

typedef ::xsd::cxx::tree::duplicate_id<char> xml_schema::duplicate_id

Exception indicating that a duplicate ID value was encountered in the object model.

◆ DuplicateId

typedef ::xsd::cxx::tree::duplicate_id<char> xml_schema::DuplicateId

Exception indicating that a duplicate ID value was encountered in the object model.

◆ duration

typedef ::xsd::cxx::tree::duration<char, simple_type> xml_schema::duration

C++ type corresponding to the duration XML Schema built-in type.

◆ Duration

typedef ::xsd::cxx::tree::duration<char, SimpleType> xml_schema::Duration

C++ type corresponding to the duration XML Schema built-in type.

◆ entities

typedef ::xsd::cxx::tree::entities<char, simple_type, entity> xml_schema::entities

C++ type corresponding to the ENTITIES XML Schema built-in type.

◆ Entities

typedef ::xsd::cxx::tree::entities<char, SimpleType, Entity> xml_schema::Entities

C++ type corresponding to the ENTITIES XML Schema built-in type.

◆ entity

typedef ::xsd::cxx::tree::entity<char, ncname> xml_schema::entity

C++ type corresponding to the ENTITY XML Schema built-in type.

◆ Entity

typedef ::xsd::cxx::tree::entity<char, Ncname> xml_schema::Entity

C++ type corresponding to the ENTITY XML Schema built-in type.

◆ error

typedef ::xsd::cxx::tree::error<char> xml_schema::error

Error condition.

◆ Error

typedef ::xsd::cxx::tree::error<char> xml_schema::Error

Error condition.

◆ error_handler

typedef ::xsd::cxx::xml::error_handler<char> xml_schema::error_handler

Error handler callback interface.

◆ ErrorHandler

typedef ::xsd::cxx::xml::error_handler<char> xml_schema::ErrorHandler

Error handler callback interface.

◆ exception

typedef ::xsd::cxx::tree::exception<char> xml_schema::exception

Root of the C++/Tree exception hierarchy.

◆ Exception

typedef ::xsd::cxx::tree::exception<char> xml_schema::Exception

Root of the C++/Tree exception hierarchy.

◆ expected_attribute

typedef ::xsd::cxx::tree::expected_attribute<char> xml_schema::expected_attribute

Exception indicating that an expected attribute was not encountered.

◆ expected_element

typedef ::xsd::cxx::tree::expected_element<char> xml_schema::expected_element

Exception indicating that an expected element was not encountered.

◆ expected_text_content

typedef ::xsd::cxx::tree::expected_text_content<char> xml_schema::expected_text_content

Exception indicating that the text content was expected for an element.

◆ ExpectedAttribute

typedef ::xsd::cxx::tree::expected_attribute<char> xml_schema::ExpectedAttribute

Exception indicating that an expected attribute was not encountered.

◆ ExpectedElement

typedef ::xsd::cxx::tree::expected_element<char> xml_schema::ExpectedElement

Exception indicating that an expected element was not encountered.

◆ ExpectedTextContent

typedef ::xsd::cxx::tree::expected_text_content<char> xml_schema::ExpectedTextContent

Exception indicating that the text content was expected for an element.

◆ facet

typedef ::xsd::cxx::tree::facet xml_schema::facet

Simple type facet.

◆ Facet

typedef ::xsd::cxx::tree::facet xml_schema::Facet

Simple type facet.

◆ flags

typedef ::xsd::cxx::tree::flags xml_schema::flags

Parsing and serialization flags.

◆ Flags

typedef ::xsd::cxx::tree::flags xml_schema::Flags

Parsing and serialization flags.

◆ Float

C++ type corresponding to the float XML Schema built-in type.

◆ float_

C++ type corresponding to the float XML Schema built-in type.

◆ gday

typedef ::xsd::cxx::tree::gday<char, simple_type> xml_schema::gday

C++ type corresponding to the gDay XML Schema built-in type.

◆ Gday

typedef ::xsd::cxx::tree::gday<char, SimpleType> xml_schema::Gday

C++ type corresponding to the gDay XML Schema built-in type.

◆ gmonth

typedef ::xsd::cxx::tree::gmonth<char, simple_type> xml_schema::gmonth

C++ type corresponding to the gMonth XML Schema built-in type.

◆ Gmonth

typedef ::xsd::cxx::tree::gmonth<char, SimpleType> xml_schema::Gmonth

C++ type corresponding to the gMonth XML Schema built-in type.

◆ gmonth_day

typedef ::xsd::cxx::tree::gmonth_day<char, simple_type> xml_schema::gmonth_day

C++ type corresponding to the gMonthDay XML Schema built-in type.

◆ GmonthDay

typedef ::xsd::cxx::tree::gmonth_day<char, SimpleType> xml_schema::GmonthDay

C++ type corresponding to the gMonthDay XML Schema built-in type.

◆ gyear

typedef ::xsd::cxx::tree::gyear<char, simple_type> xml_schema::gyear

C++ type corresponding to the gYear XML Schema built-in type.

◆ Gyear

typedef ::xsd::cxx::tree::gyear<char, SimpleType> xml_schema::Gyear

C++ type corresponding to the gYear XML Schema built-in type.

◆ gyear_month

typedef ::xsd::cxx::tree::gyear_month<char, simple_type> xml_schema::gyear_month

C++ type corresponding to the gYearMonth XML Schema built-in type.

◆ GyearMonth

typedef ::xsd::cxx::tree::gyear_month<char, SimpleType> xml_schema::GyearMonth

C++ type corresponding to the gYearMonth XML Schema built-in type.

◆ hex_binary

typedef ::xsd::cxx::tree::hex_binary<char, simple_type> xml_schema::hex_binary

C++ type corresponding to the hexBinary XML Schema built-in type.

◆ HexBinary

typedef ::xsd::cxx::tree::hex_binary<char, SimpleType> xml_schema::HexBinary

C++ type corresponding to the hexBinary XML Schema built-in type.

◆ id

typedef ::xsd::cxx::tree::id<char, ncname> xml_schema::id

C++ type corresponding to the ID XML Schema built-in type.

◆ Id

typedef ::xsd::cxx::tree::id<char, Ncname> xml_schema::Id

C++ type corresponding to the ID XML Schema built-in type.

◆ idref

typedef ::xsd::cxx::tree::idref<char, ncname, type> xml_schema::idref

C++ type corresponding to the IDREF XML Schema built-in type.

◆ Idref

typedef ::xsd::cxx::tree::idref<char, Ncname, Type> xml_schema::Idref

C++ type corresponding to the IDREF XML Schema built-in type.

◆ idrefs

typedef ::xsd::cxx::tree::idrefs<char, simple_type, idref> xml_schema::idrefs

C++ type corresponding to the IDREFS XML Schema built-in type.

◆ Idrefs

typedef ::xsd::cxx::tree::idrefs<char, SimpleType, Idref> xml_schema::Idrefs

C++ type corresponding to the IDREFS XML Schema built-in type.

◆ Int

C++ type corresponding to the int XML Schema built-in type.

◆ int_

C++ type corresponding to the int XML Schema built-in type.

◆ integer

C++ type corresponding to the integer XML Schema built-in type.

◆ Integer

C++ type corresponding to the integer XML Schema built-in type.

◆ language

typedef ::xsd::cxx::tree::language<char, token> xml_schema::language

C++ type corresponding to the language XML Schema built-in type.

◆ Language

typedef ::xsd::cxx::tree::language<char, Token> xml_schema::Language

C++ type corresponding to the language XML Schema built-in type.

◆ list_stream

typedef ::xsd::cxx::tree::list_stream<char> xml_schema::list_stream

List serialization stream.

◆ ListStream

typedef ::xsd::cxx::tree::list_stream<char> xml_schema::ListStream

List serialization stream.

◆ Long

C++ type corresponding to the long XML Schema built-in type.

◆ long_

C++ type corresponding to the long XML Schema built-in type.

◆ name

typedef ::xsd::cxx::tree::name<char, token> xml_schema::name

C++ type corresponding to the Name XML Schema built-in type.

◆ Name

typedef ::xsd::cxx::tree::name<char, Token> xml_schema::Name

C++ type corresponding to the Name XML Schema built-in type.

◆ namespace_info

typedef ::xsd::cxx::xml::dom::namespace_info<char> xml_schema::namespace_info

Namespace serialization information.

◆ namespace_infomap

typedef ::xsd::cxx::xml::dom::namespace_infomap<char> xml_schema::namespace_infomap

Namespace serialization information map.

◆ NamespaceInfo

typedef ::xsd::cxx::xml::dom::namespace_info<char> xml_schema::NamespaceInfo

Namespace serialization information.

◆ NamespaceInfomap

typedef ::xsd::cxx::xml::dom::namespace_infomap<char> xml_schema::NamespaceInfomap

Namespace serialization information map.

◆ ncname

typedef ::xsd::cxx::tree::ncname<char, name> xml_schema::ncname

C++ type corresponding to the NCName XML Schema built-in type.

◆ Ncname

typedef ::xsd::cxx::tree::ncname<char, Name> xml_schema::Ncname

C++ type corresponding to the NCName XML Schema built-in type.

◆ negative_integer

C++ type corresponding to the negativeInteger XML Schema built-in type.

◆ NegativeInteger

C++ type corresponding to the negativeInteger XML Schema built-in type.

◆ nmtoken

typedef ::xsd::cxx::tree::nmtoken<char, token> xml_schema::nmtoken

C++ type corresponding to the NMTOKEN XML Schema built-in type.

◆ Nmtoken

typedef ::xsd::cxx::tree::nmtoken<char, Token> xml_schema::Nmtoken

C++ type corresponding to the NMTOKEN XML Schema built-in type.

◆ nmtokens

typedef ::xsd::cxx::tree::nmtokens<char, simple_type, nmtoken> xml_schema::nmtokens

C++ type corresponding to the NMTOKENS XML Schema built-in type.

◆ Nmtokens

typedef ::xsd::cxx::tree::nmtokens<char, SimpleType, Nmtoken> xml_schema::Nmtokens

C++ type corresponding to the NMTOKENS XML Schema built-in type.

◆ no_prefix_mapping

typedef ::xsd::cxx::tree::no_prefix_mapping<char> xml_schema::no_prefix_mapping

Exception indicating that a prefix-namespace mapping was not provided.

◆ non_negative_integer

C++ type corresponding to the nonNegativeInteger XML Schema built-in type.

◆ non_positive_integer

C++ type corresponding to the nonPositiveInteger XML Schema built-in type.

◆ NonNegativeInteger

C++ type corresponding to the nonNegativeInteger XML Schema built-in type.

◆ NonPositiveInteger

C++ type corresponding to the nonPositiveInteger XML Schema built-in type.

◆ NoPrefixMapping

typedef ::xsd::cxx::tree::no_prefix_mapping<char> xml_schema::NoPrefixMapping

Exception indicating that a prefix-namespace mapping was not provided.

◆ normalized_string

typedef ::xsd::cxx::tree::normalized_string<char, string> xml_schema::normalized_string

C++ type corresponding to the normalizedString XML Schema built-in type.

◆ NormalizedString

typedef ::xsd::cxx::tree::normalized_string<char, String> xml_schema::NormalizedString

C++ type corresponding to the normalizedString XML Schema built-in type.

◆ parsing

typedef ::xsd::cxx::tree::parsing<char> xml_schema::parsing

Exception indicating a parsing failure.

◆ Parsing

typedef ::xsd::cxx::tree::parsing<char> xml_schema::Parsing

Exception indicating a parsing failure.

◆ positive_integer

C++ type corresponding to the positiveInteger XML Schema built-in type.

◆ PositiveInteger

C++ type corresponding to the positiveInteger XML Schema built-in type.

◆ properties

typedef ::xsd::cxx::tree::properties<char> xml_schema::properties

Parsing properties.

◆ Properties

typedef ::xsd::cxx::tree::properties<char> xml_schema::Properties

Parsing properties.

◆ qname

typedef ::xsd::cxx::tree::qname<char, simple_type, uri, ncname> xml_schema::qname

C++ type corresponding to the QName XML Schema built-in type.

◆ Qname

typedef ::xsd::cxx::tree::qname<char, SimpleType, Uri, Ncname> xml_schema::Qname

C++ type corresponding to the QName XML Schema built-in type.

◆ serialization

typedef ::xsd::cxx::tree::serialization<char> xml_schema::serialization

Exception indicating a serialization failure.

◆ Serialization

typedef ::xsd::cxx::tree::serialization<char> xml_schema::Serialization

Exception indicating a serialization failure.

◆ severity

typedef ::xsd::cxx::tree::severity xml_schema::severity

Error severity.

◆ Severity

typedef ::xsd::cxx::tree::severity xml_schema::Severity

Error severity.

◆ Short

C++ type corresponding to the short XML Schema built-in type.

◆ short_

C++ type corresponding to the short XML Schema built-in type.

◆ simple_type

typedef ::xsd::cxx::tree::simple_type<char, type> xml_schema::simple_type

C++ type corresponding to the anySimpleType XML Schema built-in type.

◆ SimpleType

typedef ::xsd::cxx::tree::simple_type<char, Type> xml_schema::SimpleType

C++ type corresponding to the anySimpleType XML Schema built-in type.

◆ string

typedef ::xsd::cxx::tree::string<char, simple_type> xml_schema::string

C++ type corresponding to the string XML Schema built-in type.

◆ String

typedef ::xsd::cxx::tree::string<char, SimpleType> xml_schema::String

C++ type corresponding to the string XML Schema built-in type.

◆ time

typedef ::xsd::cxx::tree::time<char, simple_type> xml_schema::time

C++ type corresponding to the time XML Schema built-in type.

◆ Time

typedef ::xsd::cxx::tree::time<char, SimpleType> xml_schema::Time

C++ type corresponding to the time XML Schema built-in type.

◆ time_zone

typedef ::xsd::cxx::tree::time_zone xml_schema::time_zone

Time zone type.

◆ TimeZone

typedef ::xsd::cxx::tree::time_zone xml_schema::TimeZone

Time zone type.

◆ token

typedef ::xsd::cxx::tree::token<char, normalized_string> xml_schema::token

C++ type corresponding to the token XML Schema built-in type.

◆ Token

typedef ::xsd::cxx::tree::token<char, NormalizedString> xml_schema::Token

C++ type corresponding to the token XML Schema built-in type.

◆ type

typedef ::xsd::cxx::tree::type xml_schema::type

C++ type corresponding to the anyType XML Schema built-in type.

◆ Type

typedef ::xsd::cxx::tree::type xml_schema::Type

C++ type corresponding to the anyType XML Schema built-in type.

◆ unexpected_element

typedef ::xsd::cxx::tree::unexpected_element<char> xml_schema::unexpected_element

Exception indicating that an unexpected element was encountered.

◆ unexpected_enumerator

typedef ::xsd::cxx::tree::unexpected_enumerator<char> xml_schema::unexpected_enumerator

Exception indicating that an unexpected enumerator was encountered.

◆ UnexpectedElement

typedef ::xsd::cxx::tree::unexpected_element<char> xml_schema::UnexpectedElement

Exception indicating that an unexpected element was encountered.

◆ UnexpectedEnumerator

typedef ::xsd::cxx::tree::unexpected_enumerator<char> xml_schema::UnexpectedEnumerator

Exception indicating that an unexpected enumerator was encountered.

◆ unsigned_byte

C++ type corresponding to the unsignedByte XML Schema built-in type.

◆ unsigned_int

C++ type corresponding to the unsignedInt XML Schema built-in type.

◆ unsigned_long

C++ type corresponding to the unsignedLong XML Schema built-in type.

◆ unsigned_short

C++ type corresponding to the unsignedShort XML Schema built-in type.

◆ UnsignedByte

C++ type corresponding to the unsignedByte XML Schema built-in type.

◆ UnsignedInt

C++ type corresponding to the unsignedInt XML Schema built-in type.

◆ UnsignedLong

C++ type corresponding to the unsignedLong XML Schema built-in type.

◆ UnsignedShort

C++ type corresponding to the unsignedShort XML Schema built-in type.

◆ uri

typedef ::xsd::cxx::tree::uri<char, simple_type> xml_schema::uri

C++ type corresponding to the anyURI XML Schema built-in type.

◆ Uri

typedef ::xsd::cxx::tree::uri<char, SimpleType> xml_schema::Uri

C++ type corresponding to the anyURI XML Schema built-in type.