XSD vocabulary
-
struct CowlXSDVocab
The XSD vocabulary.
Public Members
-
CowlString *ns
XSD namespace.
-
CowlString *prefix
XSD prefix.
-
CowlXSDIRIVocab iri
IRIs sub-vocabulary.
-
CowlXSDDatatypeVocab dt
Datatypes sub-vocabulary.
-
CowlString *ns
-
struct CowlXSDIRIVocab
Vocabulary of XSD IRIs.
Datatypes
Facets
-
struct CowlXSDDatatypeVocab
Vocabulary of XSD datatypes.
Public Members
-
CowlDatatype *any_atomic_type
xsd:anyAtomicType
-
CowlDatatype *any_simple_type
xsd:anySimpleType
-
CowlDatatype *any_type
xsd:anyType
-
CowlDatatype *any_uri
xsd:anyURI
-
CowlDatatype *base64_binary
xsd:base64Binary
-
CowlDatatype *boolean
xsd:boolean
-
CowlDatatype *byte
xsd:byte
-
CowlDatatype *date
xsd:date
-
CowlDatatype *date_time
xsd:dateTime
-
CowlDatatype *date_timestamp
xsd:dateTimeStamp
-
CowlDatatype *day_time_duration
xsd:dayTimeDuration
-
CowlDatatype *decimal
xsd:decimal
-
CowlDatatype *xsd_double
xsd:double
-
CowlDatatype *duration
xsd:duration
-
CowlDatatype *entities
xsd:ENTITIES
-
CowlDatatype *entity
xsd:ENTITY
-
CowlDatatype *xsd_float
xsd:float
-
CowlDatatype *g_day
xsd:gDay
-
CowlDatatype *g_month
xsd:gMonth
-
CowlDatatype *g_month_day
xsd:gMonthDay
-
CowlDatatype *g_year
xsd:gYear
-
CowlDatatype *g_year_month
xsd:gYearMonth
-
CowlDatatype *hex_binary
xsd:hexBinary
-
CowlDatatype *id
xsd:ID
-
CowlDatatype *id_ref
xsd:IDREF
-
CowlDatatype *id_refs
xsd:IDREFS
-
CowlDatatype *xsd_int
xsd:int
-
CowlDatatype *integer
xsd:integer
-
CowlDatatype *language
xsd:language
-
CowlDatatype *xsd_long
xsd:long
-
CowlDatatype *name
xsd:Name
-
CowlDatatype *ncname
xsd:NCName
-
CowlDatatype *negative_int
xsd:negativeInteger
-
CowlDatatype *nmtoken
xsd:NMTOKEN
-
CowlDatatype *nmtokens
xsd:NMTOKENS
-
CowlDatatype *non_negative_int
xsd:nonNegativeInteger
-
CowlDatatype *non_positive_int
xsd:nonPositiveInteger
-
CowlDatatype *norm_string
xsd:normalizedString
-
CowlDatatype *notation
xsd:NOTATION
-
CowlDatatype *positive_int
xsd:positiveInteger
-
CowlDatatype *q_name
xsd:QName
-
CowlDatatype *xsd_short
xsd:short
-
CowlDatatype *string
xsd:string
-
CowlDatatype *time
xsd:time
-
CowlDatatype *token
xsd:token
-
CowlDatatype *unsigned_byte
xsd:unsignedByte
-
CowlDatatype *unsigned_int
xsd:unsignedInt
-
CowlDatatype *unsigned_long
xsd:unsignedLong
-
CowlDatatype *unsigned_short
xsd:unsignedShort
-
CowlDatatype *year_month_duration
xsd:yearMonthDuration
-
CowlDatatype *any_atomic_type
-
CowlXSDVocab const *cowl_xsd_vocab(void)
Returns the XSD vocabulary.
- Returns:
The XSD vocabulary.