agregace
aggregation
association where the target class is an aggregate; therefore the source class is a part
NOTE 1 to entry: This characteristic is expressed in UML with an attribute named “aggregation” on the target side Association End being set to “aggregate”
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
agregační doména
aggregate domain
data concept that defines a grouping of data elements and/or data frames
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
atribut
attribute
property of an element
NOTE 1 to entry: It is additional information about a piece of data (element). Often attributes are used to pass information about the element and hence can be said to provide metadata for the element. An attribute is a value indicator (=) and the attribute value is specified within the tag (i.e. ). Attribute in XML is a name="value" pair that can be placed in the start tag of an element. For XML, all values have to be quoted with single or double quotes.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
balíček
package
general purpose mechanism for organizing elements into groups
NOTE 1 to entry: Packages may be nested within other packages.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
binární asociace
binary association
association that connects exactly two classes
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
aggregation
association where the target class is an aggregate; therefore the source class is a part
NOTE 1 to entry: This characteristic is expressed in UML with an attribute named “aggregation” on the target side Association End being set to “aggregate”
agregační doména
aggregate domain
data concept that defines a grouping of data elements and/or data frames
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
atribut
attribute
property of an element
NOTE 1 to entry: It is additional information about a piece of data (element). Often attributes are used to pass information about the element and hence can be said to provide metadata for the element. An attribute is a value indicator (=) and the attribute value is specified within the tag (i.e. ). Attribute in XML is a name="value" pair that can be placed in the start tag of an element. For XML, all values have to be quoted with single or double quotes.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
balíček
package
general purpose mechanism for organizing elements into groups
NOTE 1 to entry: Packages may be nested within other packages.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
binární asociace
binary association
association that connects exactly two classes
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
aggregate domain
data concept that defines a grouping of data elements and/or data frames
atribut
attribute
property of an element
NOTE 1 to entry: It is additional information about a piece of data (element). Often attributes are used to pass information about the element and hence can be said to provide metadata for the element. An attribute is a value indicator (=) and the attribute value is specified within the tag (i.e. ). Attribute in XML is a name="value" pair that can be placed in the start tag of an element. For XML, all values have to be quoted with single or double quotes.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
balíček
package
general purpose mechanism for organizing elements into groups
NOTE 1 to entry: Packages may be nested within other packages.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
binární asociace
binary association
association that connects exactly two classes
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
attribute
property of an element
NOTE 1 to entry: It is additional information about a piece of data (element). Often attributes are used to pass information about the element and hence can be said to provide metadata for the element. An attribute is a value indicator (=) and the attribute value is specified within the tag (i.e. ). Attribute in XML is a name="value" pair that can be placed in the start tag of an element. For XML, all values have to be quoted with single or double quotes.
balíček
package
general purpose mechanism for organizing elements into groups
NOTE 1 to entry: Packages may be nested within other packages.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
binární asociace
binary association
association that connects exactly two classes
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
package
general purpose mechanism for organizing elements into groups
NOTE 1 to entry: Packages may be nested within other packages.
binární asociace
binary association
association that connects exactly two classes
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
binary association
association that connects exactly two classes
camelCase s malým počátečním písmenem prvního slova
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
lower camel case term
string consisting of one or more words, where each word within the string, except for the first, starts with an upper-case letter and all other letters are lowercase; the words follow each other without any
space; hyphens and numbers may be used, but the first character of the string must be a lower case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
camelCase s velkým počátečním písmenem prvního slova
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
upper camel case term
string of one or more words where each word within the string starts with an upper-case letter and the remainder of each word is in lowercase; the words follow each other without any space; hyphens and numbers may be used, but the first character of the string must be an upper case alphabetic character; a hyphen may not be the last character or occur multiple times in sequence
CIDCR
central ITS data concept registry
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
central ITS data concept registry
číselník
enumeration
data type whose range is a list of predefined values, called enumeration literals
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
enumeration
data type whose range is a list of predefined values, called enumeration literals
datový koncept
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data concept
data element, class, value domain, data frame, message or interface dialogue defined, at a minimum, with an unambiguous identifier and a definition
NOTE 1 to entry: In order to exchange a value corresponding to a data concept, more information than an identifier, a name and a definition can be needed. For a property, a data type is needed. Depending on the kind of property, other data elements such as unit of measure, and language, can be needed as well. The additional information can be given in the data dictionary, in a data specification that references the data concept or associated with the data themselves.
datový model
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
Aplikační oblast:
Veřejná doprava osob,
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data model
description of the organization of data in a manner that reflects an information structure
NOTE: See also information model.
datový prvek
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6,
ISO 24533-2
Terminologie
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data element
unit of data that is considered in a given context to be indivisible and which includes an unambiguous representational form
NOTE 1 to entry: This definition states that a data element is “indivisible” in a given context. This means it is possible for a data element considered indivisible in one context [e.g. location] to be divisible in another context (e.g. latitude, longitude, and elevation).
datový rámec; tabulka
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data frame
specific grouping of data elements that describes information of interest through a useful grouping of more atomic properties about one or more classes
NOTE 1 to entry: The grouping can be a set, sequence or a choice.
NOTE 2 to entry: A data frame can contain other data frames.
datový slovník (DD)
data dictionary
collection of data concepts that allows lookup by entity identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data dictionary
collection of data concepts that allows lookup by entity identifier
datový typ
data type
set of distinct values, characterized by properties of those values and by operations on those values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data type
set of distinct values, characterized by properties of those values and by operations on those values
definice typu dokumentu (DTD)
document type definition
rules that define the tags that can be used in an XML file and their valid values
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
document type definition
rules that define the tags that can be used in an XML file and their valid values
deklarace
declaration
create new types (both simple and complex)
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
declaration
create new types (both simple and complex)
diagram tříd
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
class diagram
diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships
dokument
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
document
uniquely identified unit of information for human use
EXAMPLE: A report, specification, manual or book, in printed or electronic form.
NOTE 1 to entry: A document can be a single information item, or part of a larger information item.
[SOURCE: ISO/IEC/IEEE 15289:2019, 3.1.10]
dokument instance
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
instance document
XML document that conforms to a schema
EXAMPLE: If the schema is WSDL, the XML document is an WSDL instance document.
EBNF
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
EBNF
formal set of production rules that comprise a grammar defining language, such as XML
formát XML pro výměnu metadat (XMI)
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
XML metadata interchange
XML based specification for the interoperable exchange of metadata
NOTE: It is today most commonly used to exchange UML models between UML tools. XMI is specified in ISO/IEC 19503:2005.
globálně jedinečný identifikátor (GUID)
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO TS 24534-3
Terminologie
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
globally unique identifier
Identifier that is unique in space and time, i.e. no other object will ever have the same identifier at any other place and at any time
DCI
data concept identifier
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
data concept identifier
identifikátor dokumentu
document identifier
identifier that uniquely identifies the document
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
document identifier
identifier that uniquely identifies the document
identifikátor modulu
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
ISO 14813-6
Terminologie
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
module identifier
instance of an object identifier type which relates to an associated module
NOTE: In ISO/IEC 8824 a module identifier is defined as: ModuleIdentifier::= modulereference DefinitiveIdentifier If the “DefinitiveIdentifier” is not empty, the denoted object identifier value unambiguously and uniquely identifies the module being defined. No defined value may be used in defining the object identifier value.
identifikátor objektu (OID)
object identifier
globally unique value associated with an object to unambiguously identify it
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Souvisící normy:
EN ISO 14816,
ISO 14813-6
Terminologie
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
object identifier
globally unique value associated with an object to unambiguously identify it
identifikátor objektu v XML (XML OID)
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
XML OID
XML representation of an ASN.1 OID
EXAMPLE: In the following example, the ASN.1 OID delimiter (white space) changed by a designated delimiter.
ASN.1 OID: iso standard 24531 schema 1; XML OID (delimiter “_”): iso_standard_24531_schema_1; XML OID (delimiter “/”): iso/standard/24531/schema/1
identifikátor submodulu; identifikátor dílčího modulu
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
Terminologie
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
sub module identifier
reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards
informační model; informační model objektu
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
Aplikační oblast:
Architektura ITS systémů
Strukturální kategorie:
Data a procesy >
Datové modely, formáty a koncepty
information model
abstract, formal representation of many kinds of real-world objects, e.g. business documents, orders, transportation mechanisms, e.g. trucks, containers, ship bays, and/or abstract objects, e.g. for the entities used in a billing system
NOTE 1 to entry: The objects have a name, properties and relationships to other objects. An information model provides a means to describe the information in a domain of interest without constraining how that description is mapped to an actual implementation in software.
