Seznam zkratek

Výsledky pro oblast 2.3 Veličiny, data a protokoly

termín
agregace
term
aggregation
definice

asociace, kde cílová třída je souhrn, tudíž zdrojová třída je část

POZNÁMKA 1 k heslu V UML je tato charakteristika vyjádřena atributem aggregation na cílové straně konce asociace nastavené na aggregate.

definition

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”

standard (extrakt)
termín
atribut
term
attribute
definice

vlastnost prvku, která je doplňující informací o části dat (prvku)

POZNÁMKA 1 k heslu Atributy se často využívají k předávání informací o prvku, a proto lze říci, že poskytují metadata o prvku.

POZNÁMKA 2 k heslu Atribut je indikátorem hodnoty (=) a hodnota atributu je stanovena v tagu (tj. <H3 align=""centre"">). V XML je atribut jméno=pár „hodnot“, který může být umístěn v počátečním tagu prvku. V XML musí být všechny hodnoty uváděny v jednoduchých nebo dvojitých uvozovkách.

definition

<XML> 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. <H3 align=""centre"">). 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.

standard (extrakt)
termín
balíček
term
package
definice

<UML> seskupení prvků modelu

POZNÁMKA 1 k heslu Balíčky mohou být vloženy v jiných balíčcích.

definition

<UML> general purpose mechanism for organizing elements into groups

NOTE 1 to entry Packages may be nested within other packages.

standard (extrakt)
termín
binární asociace
term
binary association
definice

asociace, která spojuje přesně dvě třídy

definition

association that connects exactly two classes

standard (extrakt)
termín
camelCase s malým počátečním písmenem prvního slova
term
lower camel case term
definice

řetězec tvořený jedním nebo více slovy, kde každé slovo v řetězci, s výjimkou prvního, začíná velkým písmenem a všechna ostatní písmena jsou malá; slova následují za sebou bez mezer

POZNÁMKA 1 k heslu U zápisu camelCase s malým počátečním písmenem prvního slova mohou být užity pomlčky a čísla, ale první znak řetězce musí být malé písmeno abecedy. Pomlčka nemůže být poslední znak nebo se vyskytovat několikrát za sebou.

definition

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

standard (extrakt)
termín
camelCase s velkým počátečním písmenem prvního slova
term
upper camel case term
definice

řetězec tvořený jedním nebo více slovy, kde každé slovo v řetězci začíná velkým písmenem a všechna ostatní písmena jsou malá; slova následují za sebou bez mezer

POZNÁMKA 1 k heslu U zápisu camelCase s velkým počátečním písmenem prvního slova mohou být užity pomlčky a čísla, ale první znak řetězce musí mít velké písmeno abecedy. Pomlčka nemůže být poslední znak nebo se vyskytovat několikrát za sebou.

definition

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

standard (extrakt)
termín
datový koncept
term
data concept
definice

datový prvek, třída, obor hodnot, datový rámec, zpráva nebo dialog rozhraní s jednoznačným identifikátorem a definicí

POZNÁMKA 1 k heslu Pro výměnu hodnoty odpovídající datovému konceptu může být zapotřebí více informací než jen identifikátor, název a definice. Pro hodnotu vlastnosti je potřeba datový typ. V závislosti na druhu vlastnosti mohou být potřebné i další datové prvky, jako je měrná jednotka a jazyk. Doplňkové informace mohou být uvedeny v datovém slovníku, ve specifikaci dat, která odkazuje na datový koncept, nebo mohou být spojeny s daty samotnými.

definition

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.

standard (extrakt)
termín
datový slovník
term
data dictionary (DD)
definice

sbírka datových konceptů, která umožňuje vyhledávání podle identifikátoru entity

definition

collection of data concepts that allows lookup by entity identifier

standard (extrakt)
termín
definice typu dokumentu
term
document type definition (DTD)
definice

<XML> pravidla, která definují tagy použitelné v souboru XML a jejich platné hodnoty

definition

<XML> rules that define the tags that can be used in an XML file and their valid values

standard (extrakt)
termín
deklarace
term
declaration
definice

<XML> vytvoření nových datových typů (jednoduchých a komplexních)

definition

<XML> create new types (both simple and complex)

standard (extrakt)
termín
diagram tříd
term
class diagram
definice

<UML> diagram, který ukazuje soubor deklarativních (statických) modelových prvků, jako jsou třídy, typy a jejich obsah a vztahy

definition

<UML> diagram that shows a collection of declarative (static) model elements, such as classes, types, and their contents and relationships

standard (extrakt)
termín
dokument instance
term
instance document
definice

dokument XML, který odpovídá určitému schématu

PŘÍKLAD Je-li schéma WSDL, pak je XML dokument dokumentem instance WSDL.

definition

XML document that conforms to a schema

EXAMPLE If the schema is WSDL, the XML document is an WSDL instance document.

standard (extrakt)
termín
EBNF
term
EBNF
definice

formální sada pravidel, která vytváří jazyk definující gramatiku; metasyntaktická notace využívaná pro zápis bezkontextových gramatik

PŘÍKLAD XML.

definition

formal set of production rules that comprise a grammar defining language, such as XML

standard (extrakt)
termín
formát XML pro výměnu metadat
term
XML metadata interchange (XMI)
definice

specifikace založená na XML pro interoperabilní výměnu metadat

POZNÁMKA 1 k heslu V dnešní době se nejvíce používá pro výměnu UML modelů mezi UML nástroji. XMI je stanoven normou ISO/IEC 19503.

definition

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.

standard (extrakt)
termín
globálně jedinečný identifikátor
term
globally unique identifier (GUID)
definice

identifikátor, který je jedinečný v prostoru a čase, tzn. žádný objekt nebude mít stejný identifikátor v žádném jiném prostoru nebo čase

definition

Identifier that is unique in   and time, i.e. no other object will ever have the same identifier at any other place and at any time

standard (extrakt)
termín
identifikátor dokumentu
term
document identifier
definice

identifikátor, který jedinečně identifikuje dokument

definition

identifier that uniquely identifies the document

standard (extrakt)
termín
identifikátor modulu
term
module identifier
definice

konkrétní identifikátor objektu, který souvisí s přidruženým modulem

definition

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.

standard (extrakt)
termín
identifikátor objektu
term
object identifier (OID)
definice

globálně jedinečná hodnota spojená s objektem pro jeho jednoznačnou identifikaci

definition

globally unique value associated with an object to unambiguously identify it

standard (extrakt)
termín
identifikátor objektu v XML
term
XML OID
definice

reprezentace ASN.1 OID v XML

definition

XML representation of an ASN.1 OID

EXAMPLE In the following example, the ASN.1 OID delimiter (white  ) 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

standard (extrakt)
termín
identifikátor submodulu; identifikátor dílčího modulu
term
sub module identifier
definice

referenční identifikátor, který se vztahuje k předepsaným submodulům stanoveným v podřízených normách

definition

reference identifiers which relate to prescribed Sub Modules determined in subordinate Standards

standard (extrakt)
termín
inline schéma ve WDL
term
inline schema in WDL
definice

schéma přímo definované v prvku wsdl: typy

definition

schema directly defined in wsdl:types element

standard (extrakt)
termín
jazyk pro definici rozhraní
term
Interface definition language (IDL)
definice

jazyk pro definování rozhraní s objekty CORBA, který je nezávislý na platformě, operačním systému a programovacím jazyce

definition

language for defining interfaces to CORBA objects which is independent of platform, operating system and programming language

standard (extrakt)
termín
jednotný identifikátor internetového zdroje
term
internet (uniform) resource identifier (IRI)
definice

kompaktní řetězec znaků identifikující abstraktní nebo fyzický zdroj

definition

IRI compact string of characters for identifying an abstract or physical resource

standard (extrakt)
termín
klasifikační schéma
term
classification scheme
definice

schéma uspořádání nebo rozdělení objektů do skupin podle funkčních oblastí

definition

scheme for the arrangement or division of objects into groups by functional area

standard (extrakt)
14817
termín
kompozice
term
composition
definice

asociace, kde cílová třída je složeninou, tudíž zdrojová třída je část

POZNÁMKA 1 k heslu Tato charakteristika je vyjádřena v UML atributem isComposite na cílové straně konce asociace nastavené na true.

definition

association where the target class is a composite; therefore the source class is a part that is strongly owned by the composite and may not be part of any other composite

NOTE This characteristic is expressed in UML with an attribute named “aggregation” on the target side Association End being set to “composite”.

standard (extrakt)
termín
koncový tag
term
end tag
definice

<XML> ukončovací označení prvku

POZNÁMKA 1 k heslu Ve <foo>toto je prvek</foo>, struktura </foo> je koncový tag. Koncové tagy nemohou obsahovat nic než název prvku a koncový oddělovač.

definition

<XML> element delimiter

NOTE 1 to entry In: <foo>this is a bar</foo> the construct </foo> is the end-tag. End tags cannot include anything other than the element name and trailing  .

standard (extrakt)
termín
konec asociace
term
association end
definice

koncový bod asociace, který spojuje určitou asociaci s danou třídou

definition

<UML> endpoint of an association, which connects the association to a classifier

standard (extrakt)
termín
konkrétní datový koncept
term
data concept instance
definice

jednotlivý případ datového konceptu

definition

individual occurrence of a data concept

standard (extrakt)
termín
lexikální prostor
term
lexical space
definice

<XML> soubor platných literálů pro datové typy

definition

<XML> set of valid literals for a data type

standard (extrakt)
termín
metaatribut
term
meta-attribute
definice

dokumentační charakteristika datového konceptu, která je uložena v datovém slovníku

definition

documenting characteristic of a data concept that is stored in a data dictionary

standard (extrakt)
termín
jmenný prostor
term
namespace
definice

sada jednoznačných identifikátorů

POZNÁMKA 1 k heslu Jmenný prostor je mechanismem pro řešení konfliktů v názvech prvků v dokumentu XML, kdy každý pochází z jiného slovníku. Umožňuje dát dohromady názvy tagů z různých jmenných prostorů. Jmenný prostor identifikuje slovník XML definovaný v rámci URN. Atribut určitého prvku, atributu nebo odkazu na entitu přiřazuje krátký název k URN, který definuje daný jmenný prostor. Tento krátký název je poté použit jako předpona názvu prvku, atributu nebo odkazu na entitu jednoznačně identifikující jmenný prostor.

POZNÁMKA 2 k heslu Odkazy na jmenný prostor mají působnost. Všichni potomci uzlu pod určitým uzlovým bodem, který stanoví jmenný prostor, dědí stejný jmenný prostor. To umožňuje nezařazeným názvům použít přednastavené jmenné prostory.

definition

<XML> set of unique identifiers

NOTE 1 to entry Namespace is a mechanism to resolve naming conflicts between elements in an XML document when each comes from a different vocabulary. It allows the commingling of like tag names from different namespaces. A namespace identifies an XML vocabulary defined within a URN. An attribute on an element, attribute, or entity reference associates a short name with the URN that defines the namespace; that short name is then used as a prefix to the element, attribute, or entity reference name to uniquely identify the namespace.

Namespace references have scope. All child nodes beneath the node that specifies the namespace inherit that namespace. This allows nonqualified names to use the default namespace.

standard (extrakt)
termín
model obsahu
term
content model
definice

<XML> výraz určující, jaké prvky a data jsou povoleny uvnitř konkrétního prvku

definition

<XML> expression specifying what elements and data are allowed within an element

standard (extrakt)
termín
modul
term
module
definice

datový koncept, který obsahuje formální syntaktickou definici a popřípadě sémantickou definici definované sady datových konceptů, které jsou všechny řízeny podle verze jako jeden celek

POZNÁMKA 1 k heslu Modul může být reprezentován v různých jazycích (např. ASN.1 nebo XML) a sestavený počítačovým systémem.

definition

data concept that contains the formal syntactic definition, and optionally the semantic definition, of a defined set of other data concepts that are all version-controlled as a single unit; a module can be represented in multiple languages (e.g., ASN.1 or XML Schema) and compiled by computer systems

standard (extrakt)
termín
nadřazená třída objektů
term
parent object class
definice

třída objektů, kterou datový koncept popisuje

definition

object class that the data concept describes

standard (extrakt)
termín
název
term
name
definice

rejstříkové jméno používané člověkem jako prostředek k označení datových prvků a jiných datových konceptů

definition

indexical term used by humans as a means of identifying data elements and other data concepts

standard (extrakt)
14817
termín
název ASN.1
term
ASN.1 name
definice

název datového konceptu vyjádřený jako platný typereference podle ISO/IEC 8824-1

definition

name of a data concept expressed as a valid “typereference” as defined by ISO/IEC 8824-1

standard (extrakt)
termín
nominální verze
term
nominal version
definice

identifikátor, který představuje číslo verze, pod kterou je datový koncept obecněji znám

definition

identifier that represents a version number that the data concept is more generally known by

standard (extrakt)
termín
obecný protokol mezi ORB
term
general inter ORB protocol (GIOP)
definice

protokol mezi ORB, který definuje formáty zpráv mezi ORB v distribuovaných prostředích

definition

inter ORB protocol that defines the message formats between ORBs in a distributed environment

standard (extrakt)
termín
obsah
term
content
definice

<XML> všechna data mezi počátečním a koncovým tagem prvku

POZNÁMKA 1 k heslu Obsah může být vytvořen z vyznačených znaků a textových dat.

definition

<XML> all data between the start tag and end tag of an element

NOTE 1 to entry Content may be made up of mark-up characters and character data.

standard (extrakt)
termín
omezení
term
constraint
definice

<UML> sémantická podmínka nebo omezení

POZNÁMKA 1 k heslu Určitá omezení jsou předdefinována v UML, ostatní mohou být definována uživatelem. Omezení jsou v UML jeden ze tří mechanismů rozšiřitelnosti.

definition

<UML> semantic condition or restriction

NOTE 1 to entry Certain constraints are predefined in the UML, others may be user defined. Constraints are one of three extensibility mechanisms in UML.

standard (extrakt)
termín
omezení
term
constraint
definice

notace, kterou lze použít ve spojení s typem k definování jeho podtypu

definition

notation which can be used in association with a type, to define a subtype of that type

standard (extrakt)
termín
podřízený prvek
term
child element
definice

<XML> prvek obsažený uvnitř dalšího prvku

POZNÁMKA 1 k heslu Prvek obsahující jiné prvky je tzv. rodič.

definition

<XML> element contained within another element

NOTE 1 to entry The element containing other elements is a parent element.

standard (extrakt)
termín
pole pro atributy
term
attribute compartment
definice

část grafické reprezentace třídy UML umístěná přímo pod polem pro název třídy

definition

graphical section of a UML class box positioned directly under the class name compartment

standard (extrakt)
termín
pole pro název třídy
term
class name compartment
definice

nejvyšší část grafické reprezentace třídy definující jméno třídy a popřípadě volitelně stereotyp, zděděnou třídu a rozsah balíčku

definition

top most graphical section of a class box defining the name of the class and optionally a stereotype, inherited class and package scope

standard (extrakt)
termín
profil UML
term
UML profile
definice

mechanismus umožňující rozšíření metatříd z existujících metamodelů tak, aby vyhovovaly různým účelům

definition

mechanism that allows metaclasses from existing metamodels to be extended to adapt them for different purposes

standard (extrakt)
termín
očekávání
term
aspiration
definice

vyjádření toho, co zainteresovaná strana chce, aby implementace ITS přinesla

POZNÁMKA 2 k heslu Očekávání je obvykle formulováno v jazyce zainteresované strany, a tudíž může mít jen malou nebo žádnou formální strukturu.

POZNÁMKA 2 k heslu Pro každou implementaci ITS může existovat mnoho očekávání, v závislosti na jejím rozsahu a počtu účastníků.

definition

expression of what a stakeholder wants the ITS implementation to provide, usually written in the language of the stakeholder and thus possibly having little or no formal structure

NOTE There could be many aspirations for each ITS implementation, depending on its scope and the number of stakeholders that are involved.

standard (extrakt)
termín
prvek
term
element
definice

<XML> základní prvek logické datové struktury UML modelu v rámci XML dokumentu; část dat uvnitř souboru

POZNÁMKA 1 k heslu Prvek XML je složen z počátečního a koncového tagu a informace mezi tagy je často označována jako obsah. Počáteční a koncové tagy ukazují začátek a konec prvku. Schéma, které může poskytovat popis struktury dat, popisuje prvky použité v souboru XML.

definition

atomic constituent of the UML model logical data structure within an XML document, a piece of data within a file [XML]

NOTE An XML element consists of a start tag, and end tag, and the information between the tags, which is often referred to as the contents. Start tags and end tags show the beginning and end of an element. A schema that can provide a description of the structure of the data describes elements used in an XML file.

standard (extrakt)
termín
předpona jmenného prostoru
term
prefix; namespace prefix
definice

<XML> krátký název pro jednoznačnou identifikaci jmenného prostoru; <UML> stereotypní balíček obsahující prvky modelu uzpůsobené pro konkrétní doménu nebo účel pomocí rozšíření, jako jsou stereotypy, tagované definice a omezení

definition

namespace prefix

<XML> short name to uniquely identify the namespace profile

<UML> stereotyped package that contains model elements, which have been customized for a specific domain or purpose using extension mechanisms, such as stereotypes, tagged definitions and constraints

NOTE 1 to entry A profile may also specify model libraries on which it depends and the metamodel subset that it extends.

standard (extrakt)
termín
předpona jmenného prostoru aplikace
term
application namespace prefix
definice

řetězec tvořený zkratkami s malým počátečním písmenem pro aplikace nebo sady nástrojů, jak je definováno v tagované hodnotě UML modelu ApplicationAbbreviation

definition

string of the lower case application/toolkit abbreviation as defined in the UML tagged value “ApplicationAbbreviation”

standard (extrakt)
termín
přenos informací; trojnásobný informační tok
term
information transfer; information flow triple
definice

informační tok z fyzického objektu působícího jako poskytovatel informací a zasílaný jinému fyzickému objektu, který působí jako příjemce informací

POZNÁMKA 1 k heslu Termín trojnásobný informační tok je hojně používán v Referenční architektuře pro kooperativní a inteligentní dopravu (ARC-IT).

definition

information flow from a physical object acting as an information provider and sent to another physical object acting as an information consumer

NOTE 1 to entry The term “information flow triple” is used extensively in the Architecture Reference for Cooperative and Intelligent Transportation (ARC-IT; see Reference [25]).

standard (extrakt)
termín
přidružený typ ASN.1
term
associated ASN.1 type
definice

typ ASN.1 používaný k reprezentaci typu, který není typem ASN.1 v modulu ASN.1

POZNÁMKA 1 k heslu Přidružené typy jsou definovány tehdy, když je nutné uvést, že může existovat významný rozdíl mezi tím, jak je typ definovaný v ASN.1, a tím, jak je zakódován. Přidružené typy se v uživatelských specifikacích nevyskytují.

definition

type which is used only for defining the value and subtype notation for a type

NOTE Associated types are defined when it is necessary to make it clear that there may be a significant difference between how the type is defined in ASN.1 and how it is encoded. Associated types do not appear in user specifications.

standard (extrakt)
termín
referenční bod
term
reference point
definice

identifikátor komponenty architektury indikující, že daná komponenta musí být zapracována do následné architektury

definition

an identifier for a component of an architecture which indicates the component shall be elaborated in a subsequent architecture

standard (extrakt)
termín
revize datového konceptu
term
data concept revision
definice

celé číslo, které vyjadřuje počet úprav, které byly provedeny v datovém konceptu od poslední úpravy čísla hlavní verze

definition

integer that represents the number of edits that have been made to the data concept since the last update to the major version number

standard (extrakt)
termín
schéma
term
schema
definice

<XML, UML> systém znázornění informačního modelu, který definuje prvky a atributy dat

definition

<XML, UML> system of representing an information model that defines the data’s elements and attributes

standard (extrakt)
termín
schéma ASN.1
term
ASN.1 schema
definice

definice obsahu a struktury dat pomocí definice typu ASN.1

definition

definition of the content and structure of data using an ASN.1 type definition

standard (extrakt)
termín
schéma XML
term
XML schema definition (XSD)
definice

formální popis povoleného obsahu dokumentu XML, který deklaruje shodu se schématem XML

POZNÁMKA 1 k heslu Schéma XML umožňuje formální validaci syntaktické shody konkrétních dokumentů.

definition

a formal description of the allowed content of an XML document that claims compliance to the schema

NOTE 1 to entry XML Schema Definitions allow for formal validation of syntactical compliance of instance documents.

standard (extrakt)
termín
registr datových konceptů
term
data concept registry (DCR)
definice

elektronický datový slovník, který se řídí přesně stanovenými pravidly pro evidenci a správu uložených datových konceptů

POZNÁMKA 1 k heslu Registr datových konceptů obsahuje metaatributy datových konceptů, které se týkají jejich názvů a reprezentačních forem, a také sémantiku spojenou s datovými koncepty. Registr datových konceptů může obsahovat metadata, která napomáhají výměně informací a opětovnému použití, a to jak z pohledu lidských uživatelů, tak pro strojovou interpretaci datových konceptů.

POZNÁMKA 2 k heslu Registr datových konceptů obvykle obsahuje pokročilé funkce pro přidávání a vyhledávání a práci s jeho obsahem.

definition

electronic data dictionary that follows precise documented rules for the registration and management of stored data concepts

NOTE 1 to entry The data concept registry contains meta-attributes about data concepts in terms of their names and representational forms as well as the semantics associated with the data concepts. A data concept registry may contain metadata that assists information interchange and re-use, both from the perspective of human users and for machine-interpretation of data concepts.

NOTE 2 to entry A data concept registry typically includes advanced features for adding retrieving, and working with its contents.

standard (extrakt)
termín
stereotyp
term
stereotype
definice

<UML> nový typ modelovacího prvku, který rozšiřuje sémantiku metamodelu

POZNÁMKA 1 k heslu Stereotypy musejí být založeny na v metamodelu již existujících typech nebo třídách. Stereotypy mohou rozšířit sémantiku, ale ne strukturu již existujících typů a tříd. Některé stereotypy jsou již v UML předdefinovány, jiné mohou být definovány uživatelem. Stereotypy jsou jedním ze tří rozšiřovacích mechanismů v UML.

POZNÁMKA 2 k heslu Koncept stereotypu nabízí možnost značkování (třídění) prvků modelu tak, že se v nějakém ohledu chovají tak, jako by byly výskyty nových konstruktů virtuálního metamodelu. Tyto prvky modelu mají stejnou strukturu (atributy, asociace, operace) jako podobné nestereotypní prvky modelu stejného druhu. Stereotyp může stanovit dodatečná omezení a definice tagů, která platí pro prvky modelu; navíc stereotyp může být použit k označení rozdílu ve významu nebo použití mezi dvěma prvky modelu s identickou strukturou.

definition

<UML> new type of modelling element that extends the semantics of the metamodel

NOTE 1 to entry Stereotypes have to be based on certain existing types or classes in the metamodel. Stereotypes may extend the semantics, but not the structure of pre-existing types and classes. Certain stereotypes are predefined in the UML, others may be user defined. Stereotypes are one of three extensibility mechanisms in UML.

NOTE 2 to entry The stereotype may specify additional constraints and tag definitions that apply to model elements. In addition, a stereotype may be used to indicate a difference in meaning or usage between two model elements with identical structure.

standard (extrakt)
termín
strom mezinárodních identifikátorů objektů
term
international object identifier tree
definice

strom, jehož kořen odpovídá ISO/IEC 9834-1 a jeho uzly odpovídají registračním orgánům odpovědným za přidělování oblouků z nadřazeného uzlu

definition

tree whose root corresponds to ISO/IEC 9834-1 and whose nodes correspond to Registration Authorities

responsible for allocating arcs from a parent node

standard (extrakt)
termín
tagovaná hodnota; příznak
term
tagged value
definice

<UML> explicitní definice vlastnosti jako název hodnoty páru, příznaku

POZNÁMKA 1 k heslu Některé tagy jsou v UML předem definované, jiné mohou být definovány uživatelem. Hodnoty příznaku jsou jedním ze tří rozšiřovacích mechanismů v UML.

definition

<UML> explicit definition of a property as a name-value pair

NOTE 1 to entry Certain tags are predefined in the UML; others MAY be user defined. Tagged values are one of three extensibility mechanisms in UML.

NOTE 2 to entry In a tagged value, the name is referred as the tag.

standard (extrakt)
termín
třída
term
class
definice

<UML> popis množiny objektů, které sdílejí stejné atributy, vztahy a sémantiku

definition

<UML> description of a set of objects that share the same attributes, operations, methods, relationships, and semantics

standard (extrakt)
termín
typ ASN.1
term
ASN.1 type
definice

datový typ, který formalizovaným způsobem reprezentuje třídu informací

POZNÁMKA 1 k heslu Třídy informací mohou být číselné, textové, statické obrazy nebo videoinformace.

POZNÁMKA 2 k heslu Reprezentace třídy informací je v souladu s definicemi v ISO/IEC 8824-1.

definition

data type (or type for short) that represents in a formalised way a class of information (for example, numerical, textual, still image or video information); the representation is conformant to definitions given in ISO/IEC 8824-1

standard (extrakt)
termín
typ identifikátoru objektu
term
object identifier type
definice

jednoduchý typ, jehož významnou hodnotou je soubor všech identifikátorů objektu rozdělených podle pravidel Doporučení ITU-T X.660 a souboru norem ISO/lEC 9834

definition

simple type whose values are the set of all object identifiers allocated in accordance with the rules of the ISO/IEC 9834 series

standard (extrakt)
termín
typ non-ASN.1
term
non-ASN.1 type
definice

definice typu ASN.1, která není v souladu s ISO/IEC 8824

definition

type definition that does not conform to ISO/IEC 8824

standard (extrakt)
termín
uzel
term
node
definice

<XML> prvky, komentáře, zpracovávané instrukce a text v XML dokumentu

POZNÁMKA 1 k heslu XML dokument má hierarchickou strukturu popsanou jako strom. Větve tohoto stromu se spojují v uzlech.

definition

<XML> elements, comments, processing instructions, and text in an XML document

NOTE 1 to entry An XML document has a hierarchical structure, described as a tree. The tree has branches connecting at the nodes.

standard (extrakt)
termín
verze datového konceptu
term
data concept version
definice

celé číslo, které vyjadřuje počet normativních změn, které byly provedeny ve schválených verzích příslušného datového konceptu

definition

integer that represents the number of normative changes that have been made to approved versions of

the associated data concept

standard (extrakt)
termín
výčtové datové typy
term
simple (data) types
definice

typy definované přímou specifikací množiny jejich hodnot

definition

types defined by directly specifying the set of its values

standard (extrakt)
termín
základní datový prvek
term
data primitive
definice

datový prvek, který nelze v kontextu ASN.1 dále smysluplně členit

definition

data element that cannot be further subdivided meaningfully within the context of ASN.1

standard (extrakt)
termín
značkování
term
mark-up
definice

<XML> identifikace typů prvků a struktury uvnitř dokumentu

definition

<XML> identification of element types and structure within a document

NOTE 1 to entry The mark-up is not actually part of the content, but identifies the components and their roles.

standard (extrakt)
termín
protokol internetu mezi ORB
term
Internet inter ORB protocol (IIOP)
definice

protokol mezi ORB, který umožňuje ORB používat internet jako přenosové sběrnice mapováním zpráv mezi ORB na TCP/IP

definition

inter ORB protocol that allows ORBs to use the Internet as a communications bus by mapping inter ORB messages onto TCP/IP

standard (extrakt)