曝光台 注意防骗
网曝天猫店富美金盛家居专营店坑蒙拐骗欺诈消费者
| REAL simple_range UNITS unit_designator
| INTEGER
| INTEGER simple_range
| INTEGER UNITS unit_designator
| INTEGER simple_range UNITS unit_designator;
/* unit_designator ::=
units_unique_property_type_identifier
| units_list
*/
unit_designator:
units_unique_property_type_identifier
| units_list;
/* simple_range ::= lower_bound .. upper_bound
*/
simple_range:
lower_bound DOT_DOT upper_bound;
/* lower_bound ::= numeric_literal | -infinity
*/
lower_bound:
numeric_literal
| '-' INFINITY %prec NEG;
/* upper_bound ::= numeric_literal | +infinity | infinity
*/
upper_bound:
numeric_literal
| '+' INFINITY %prec POS
| INFINITY;
/* range_type ::=
range of number_type
| range of number_unique_property_type_identifier
*/
range_type:
RANGE OF number_type
| RANGE OF number_unique_property_type_identifier;
/* classifier_type ::=
classifier [ ( component_category { , component_category }* ) ]
*/
classifier_type:
CLASSIFIER
| CLASSIFIER '(' component_categories ')';
component_categories:
component_categories ',' component_category
| component_category;
/* component_property_type ::=
component [ ( component_category { , component_category }* ) ]
ã AIRBUS France / IRIT / LAAS / ONERA/CT-DTIM / GET-Ecole Nationale Supérieure des Télécommunications de Bretagne / TNI-Valiosys - 2004
F241-2 Page 34/45
*/
component_property_type:
COMPONENT
| COMPONENT '(' component_categories ')';
/* unique_property_type_identifier ::=
[ property_set_identifier :: ] property_type_identifier
*/
unique_property_type_identifier:
/*property_set_identifier*/ IDENTIFIER DOUBLE_COLON property_type_identifier
| property_type_identifier;
/* property_name_declaration ::=
defining_property_name_identifier_list : [ access ] [ inherit ]
[ list of ] property_type_designator
[ => default_property_expression ]
applies to ( property_category { , property_category }* ) ;
*/
property_name_declaration:
/*defining_property_name_*/identifier_list ':' pnd_modifier property_type_designator
pnd_default_property_expression APPLIES TO '(' property_categories ')' ';';
pnd_modifier:
/* void */
| ACCESS
| ACCESS INHERIT
| ACCESS LIST OF
| ACCESS INHERIT LIST OF
| INHERIT
| INHERIT LIST OF
| LIST OF;
pnd_default_property_expression:
/* void */
| SET_TO default_property_expression;
/* property_type_designator ::=
property_type | unique_property_type_identifier
*/
property_type_designator:
property_type
| unique_property_type_identifier;
property_categories:
property_category
| property_categories ',' property_category;
/* property_category ::=
component_category
| [ event ] [ data ] port
| [ server | client ] subprogram
| [ connection_type ] connections
*/
property_category:
component_category
| PORT
| EVENT PORT
| DATA PORT
| EVENT DATA PORT
| SUBPROGRAM
| SERVER SUBPROGRAM
| CLIENT SUBPROGRAM
| CONNECTIONS
| connection_type CONNECTIONS;
/* connection_type ::=
subprogram
| [ event ] [ data ] port
*/
connection_type:
SUBPROGRAM
| PORT
ã AIRBUS France / IRIT / LAAS / ONERA/CT-DTIM / GET-Ecole Nationale Supérieure des Télécommunications de Bretagne / TNI-Valiosys - 2004
F241-2 Page 35/45
| EVENT PORT
| DATA PORT
| EVENT DATA PORT;
property_associations:
property_associations property_association
| property_association;
/* property_association ::=
[ property_set_identifier :: ] property_name_identifier ( => | +=> )
[ constant ] property_expression { , property_expression }*
[ applies_to_modes ] ;
*/
property_association:
/* property_name_identifier */ IDENTIFIER pa_set_to_or_list_set_to pa_constant
property_expressions pa_applies_to_modes ';'
| IDENTIFIER /* property_set_identifier */ DOUBLE_COLON /* property_name_identifier */ IDENTIFIER
pa_set_to_or_list_set_to pa_constant
property_expressions pa_applies_to_modes ';';
/* access_property_association ::=
[ property_set_identifier :: ] property_name_identifier ( => | +=> )
[ constant ] access property_expression { , property_expression }*
[ applies_to_modes ] ;
*/
access_property_association:
IDENTIFIER DOUBLE_COLON /* property_name_identifier */ IDENTIFIER pa_set_to_or_list_set_to
pa_constant
ACCESS property_expressions pa_applies_to_modes ';'
中国航空网 www.aero.cn
航空翻译 www.aviation.cn
本文链接地址:
航空资料4(128)