Method: RDF::XSD#ENTITIES
- Defined in:
- lib/rdf/vocab/xsd.rb
#ENTITIES ⇒ RDF::Vocabulary::Term (readonly)
‘ENTITIES` represents the `ENTITIES` attribute type from [XML]. The _value space_ of `ENTITIES` is the set of finite, non-zero-length sequences of `ENTITY` values that have been declared as unparsed entities in a document type definition. The _lexical space_ of `ENTITIES` is the set of space-separated lists of tokens, of which each token is in the _lexical space_ of `ENTITY`. The _item type_ of `ENTITIES` is `ENTITY`. `ENTITIES` is derived from `anySimpleType` in two steps: an anonymous list type is defined, whose _item type_ is `ENTITY`; this is the _base type_ of `ENTITIES`, which restricts its value space to lists with at least one item.
6 7 8 |
# File 'lib/rdf/vocab/xsd.rb', line 6 def ENTITIES @ENTITIES end |