See Table 6. YEAR ::= TIME((SETTINGS "Basic=Date Date=Y Year=Basic")| (SETTINGS "Basic=Date Date=Y Year=Proleptic")) ANY-YEAR ::= TIME((SETTINGS "Basic=Date Date=Y Year=Negative")| (SETTINGS "Basic=Date Date=Y Year=L5")) -- This allows only a 5-digit year if positive. -- A type with a greater number of digits can be -- defined as an additional time type. (...) YEAR-WEEK-DAY ::= TIME((SETTINGS "Basic=Date Date=YWD Year=Basic")| (SETTINGS "Basic=Date Date=YWD Year=Proleptic")) ANY-YEAR-WEEK-DAY ::= TIME((SETTINGS "Basic=Date Date=YWD Year=Negative")| (SETTINGS "Basic=Date Date=YWD Year=L5")) -- This allows only a 5-digit year if positive. -- A type with a greater number of digits can be -- defined as an additional time type. -- Types related to time-of-day HOURS ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=L") HOURS-UTC ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=Z") HOURS-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=LD") MINUTES ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=L") MINUTES-UTC ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=Z") MINUTES-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=LD") SECONDS ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=L") SECONDS-UTC ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=Z") SECONDS-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=LD") HOURS-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=L") -- 3 digit fraction HOURS-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=Z") -- 3-digit fraction HOURS-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=LD") -- 3-digit fraction MINUTES-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=L") -- 3-digit fraction MINUTES-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=Z") -- 3-digit fraction MINUTES-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=LD") -- 3-digit fraction SECONDS-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=L") -- 3-digit fraction SECONDS-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=Z") -- 3-digit fraction SECONDS-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=LD") -- 3-digit fraction -- Interval types (DURATION is not included as this is a useful type). (...) REC-DURATION-END-DATE-TIME-INTERVAL ::= TIME(SETTINGS "Basic=Rec-Interval Interval-type=DE SE-point=Date-Time") -- This is only useful if subtyped with a DATE subset and a -- TIME-OF-DAY subset (see below). -- Date subsets CENTURY-SUBSET ::= TIME((SETTINGS "Date=C Year=Basic")| (SETTINGS "Date=C Year=Proleptic")) ANY-CENTURY-SUBSET ::= TIME((SETTINGS "Date=C Year=Negative")| (SETTINGS "Date=C Year=L5")) YEAR-SUBSET ::= TIME((SETTINGS "Date=Y Year=Basic")| (SETTINGS "Date=Y Year=Proleptic")) ANY-YEAR-SUBSET ::= TIME((SETTINGS "Date=Y Year=Negative")| (SETTINGS "Date=Y Year=L5")) YEAR-MONTH-SUBSET ::= TIME((SETTINGS "Date=YM Year=Basic")| (SETTINGS "Date=YM Year=Proleptic")) ANY-YEAR-MONTH-SUBSET ::= TIME((SETTINGS "Date=YM Year=Negative")| (SETTINGS "Date=YM Year=L5")) YEAR-MONTH-DAY-SUBSET ::= TIME((SETTINGS "Date=YMD Year=Basic")| (SETTINGS "Date=YMD Year=Proleptic")) ANY-YEAR-MONTH-DAY-SUBSET ::= TIME((SETTINGS "Date=YMD Year=Negative")| (SETTINGS "Date=YMD Year=L5")) YEAR-WEEK-SUBSET ::= TIME((SETTINGS "Date=YW Year=Basic")| (SETTINGS "Date=YW Year=Proleptic")) ANY-YEAR-WEEK-SUBSET ::= TIME((SETTINGS "Date=YW Year=Negative")| (SETTINGS "Date=YW Year=L5")) YEAR-WEEK-DAY-SUBSET ::= TIME((SETTINGS "Date=YWD Year=Basic")| (SETTINGS "Date=YWD Year=Proleptic")) ANY-YEAR-WEEK-DAY-SUBSET ::= TIME((SETTINGS "Date=YWD Year=Negative")| (SETTINGS "Date=YWD Year=L5")) -- Time subsets HOURS-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=L") HOURS-UTC-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=Z") HOURS-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=LD") MINUTES-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=L") MINUTES-UTC-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=Z") MINUTES-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=LD") SECONDS-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=L") SECONDS-UTC-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=Z") SECONDS-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=LD") HOURS-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=L") HOURS-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=Z") HOURS-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=LD") MINUTES-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=L") MINUTES-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=Z") MINUTES-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=LD") SECONDS-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=L") SECONDS-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=Z") SECONDS-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=LD") END
Language:English
Score: 423815.2
-
https://www.itu.int/wftp3/Publ...x680/2008/DefinedTimeTypes.asn
Data Source: un
See Table 6. YEAR ::= TIME((SETTINGS "Basic=Date Date=Y Year=Basic")| (SETTINGS "Basic=Date Date=Y Year=Proleptic")) ANY-YEAR ::= TIME((SETTINGS "Basic=Date Date=Y Year=Negative")| (SETTINGS "Basic=Date Date=Y Year=L5")) -- This allows only a 5-digit year if positive. -- A type with a greater number of digits can be -- defined as an additional time type. (...) YEAR-WEEK-DAY ::= TIME((SETTINGS "Basic=Date Date=YWD Year=Basic")| (SETTINGS "Basic=Date Date=YWD Year=Proleptic")) ANY-YEAR-WEEK-DAY ::= TIME((SETTINGS "Basic=Date Date=YWD Year=Negative")| (SETTINGS "Basic=Date Date=YWD Year=L5")) -- This allows only a 5-digit year if positive. -- A type with a greater number of digits can be -- defined as an additional time type. -- Types related to time-of-day HOURS ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=L") HOURS-UTC ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=Z") HOURS-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=H Local-or-UTC=LD") MINUTES ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=L") MINUTES-UTC ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=Z") MINUTES-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=HM Local-or-UTC=LD") SECONDS ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=L") SECONDS-UTC ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=Z") SECONDS-AND-DIFF ::= TIME(SETTINGS "Basic=Time Time=HMS Local-or-UTC=LD") HOURS-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=L") -- 3 digit fraction HOURS-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=Z") -- 3-digit fraction HOURS-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HF3 Local-or-UTC=LD") -- 3-digit fraction MINUTES-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=L") -- 3-digit fraction MINUTES-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=Z") -- 3-digit fraction MINUTES-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMF3 Local-or-UTC=LD") -- 3-digit fraction SECONDS-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=L") -- 3-digit fraction SECONDS-UTC-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=Z") -- 3-digit fraction SECONDS-AND-DIFF-AND-FRACTION ::= TIME(SETTINGS "Basic=Time Time=HMSF3 Local-or-UTC=LD") -- 3-digit fraction -- Interval types (DURATION is not included as this is a useful type). (...) REC-DURATION-END-DATE-TIME-INTERVAL ::= TIME(SETTINGS "Basic=Rec-Interval Interval-type=DE SE-point=Date-Time") -- This is only useful if subtyped with a DATE subset and a -- TIME-OF-DAY subset (see below). -- Date subsets CENTURY-SUBSET ::= TIME((SETTINGS "Date=C Year=Basic")| (SETTINGS "Date=C Year=Proleptic")) ANY-CENTURY-SUBSET ::= TIME((SETTINGS "Date=C Year=Negative")| (SETTINGS "Date=C Year=L5")) YEAR-SUBSET ::= TIME((SETTINGS "Date=Y Year=Basic")| (SETTINGS "Date=Y Year=Proleptic")) ANY-YEAR-SUBSET ::= TIME((SETTINGS "Date=Y Year=Negative")| (SETTINGS "Date=Y Year=L5")) YEAR-MONTH-SUBSET ::= TIME((SETTINGS "Date=YM Year=Basic")| (SETTINGS "Date=YM Year=Proleptic")) ANY-YEAR-MONTH-SUBSET ::= TIME((SETTINGS "Date=YM Year=Negative")| (SETTINGS "Date=YM Year=L5")) YEAR-MONTH-DAY-SUBSET ::= TIME((SETTINGS "Date=YMD Year=Basic")| (SETTINGS "Date=YMD Year=Proleptic")) ANY-YEAR-MONTH-DAY-SUBSET ::= TIME((SETTINGS "Date=YMD Year=Negative")| (SETTINGS "Date=YMD Year=L5")) YEAR-WEEK-SUBSET ::= TIME((SETTINGS "Date=YW Year=Basic")| (SETTINGS "Date=YW Year=Proleptic")) ANY-YEAR-WEEK-SUBSET ::= TIME((SETTINGS "Date=YW Year=Negative")| (SETTINGS "Date=YW Year=L5")) YEAR-WEEK-DAY-SUBSET ::= TIME((SETTINGS "Date=YWD Year=Basic")| (SETTINGS "Date=YWD Year=Proleptic")) ANY-YEAR-WEEK-DAY-SUBSET ::= TIME((SETTINGS "Date=YWD Year=Negative")| (SETTINGS "Date=YWD Year=L5")) -- Time subsets HOURS-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=L") HOURS-UTC-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=Z") HOURS-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=H Local-or-UTC=LD") MINUTES-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=L") MINUTES-UTC-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=Z") MINUTES-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=HM Local-or-UTC=LD") SECONDS-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=L") SECONDS-UTC-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=Z") SECONDS-AND-DIFF-SUBSET ::= TIME(SETTINGS "Time=HMS Local-or-UTC=LD") HOURS-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=L") HOURS-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=Z") HOURS-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HF3 Local-or-UTC=LD") MINUTES-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=L") MINUTES-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=Z") MINUTES-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMF3 Local-or-UTC=LD") SECONDS-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=L") SECONDS-UTC-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=Z") SECONDS-AND-DIFF-AND-FRACTION-SUBSET ::= TIME(SETTINGS "Time=HMSF3 Local-or-UTC=LD") END
Language:English
Score: 423815.2
-
https://www.itu.int/wftp3/Publ...680/2008/DefinedTimeTypes.html
Data Source: un
Number of downstream symbol Always set to ZERO. positions in TDD frame RFIBANDS Always set to ZERO. (...) IARBANDS Always set to ZERO. Scrambler seed Always set to ZERO. Special probe sequence Always set to ZERO. IDS Always set to ZERO. Number of SOC symbol repetitions (RS) Always set to ZERO.
Language:English
Score: 422056.2
-
https://www.itu.int/en/publica.../files/basic-html/page909.html
Data Source: un
.) -- A -- Adjust (type) in ISO-STANDARD-9541-FONT-RESOURCE Adjust (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Adjust-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Adjust-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Adjusts (type) in ISO-STANDARD-9541-FONT-RESOURCE Adjusts (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Align-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Align-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Alignment (type) in ISO-STANDARD-9541-FONT-RESOURCE Alignment (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Alignment-Modes (type) in ISO-STANDARD-9541-FONT-RESOURCE Alignment-Modes (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Alignment-Spacing (type) in ISO-STANDARD-9541-FONT-RESOURCE Alignment-Spacing (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Angle (type) in ISO-STANDARD-9541-FONT-RESOURCE Angle (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- C -- C-Indicator (type) in ISO-STANDARD-9541-FONT-RESOURCE C-Indicator (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Cardinal (type) in ISO-STANDARD-9541-FONT-RESOURCE Cardinal (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Copyfit (type) in ISO-STANDARD-9541-FONT-RESOURCE Copyfit (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Copyfit-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Copyfit-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Copyfits (type) in ISO-STANDARD-9541-FONT-RESOURCE Copyfits (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET CPEA-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE CPEA-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- D -- Data-Version (type) in ISO-STANDARD-9541-FONT-RESOURCE Data-Version (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Design-Group (type) in ISO-STANDARD-9541-FONT-RESOURCE Design-Group (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- E -- E-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE E-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Esc-Class-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Esc-Class-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Extents (type) in ISO-STANDARD-9541-FONT-RESOURCE Extents (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- F -- Font-Attribute-Set (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Font-Description (type) in ISO-STANDARD-9541-FONT-RESOURCE Font-Description (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Font-Resource (type) in ISO-STANDARD-9541-FONT-RESOURCE -- G -- Global-Name (type) in ISO-STANDARD-9541-FONT-RESOURCE Global-Name (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Glyph-Complement (type) in ISO-STANDARD-9541-FONT-RESOURCE Glyph-Complement (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Glyph-Metrics (type) in ISO-STANDARD-9541-FONT-RESOURCE Glyph-Metrics (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Glyph-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Glyph-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Glyph-Property-List (type) in ISO-STANDARD-9541-FONT-RESOURCE Glyph-Property-List (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Glyph-Shape (type) in ISO-STANDARD-9541-FONT-RESOURCE Glyph-Shapes (type) in ISO-STANDARD-9541-FONT-RESOURCE -- I -- Integer (type) in ISO-STANDARD-9541-FONT-RESOURCE Integer (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- L -- Ligature (type) in ISO-STANDARD-9541-FONT-RESOURCE Ligature (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Ligatures (type) in ISO-STANDARD-9541-FONT-RESOURCE Ligatures (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- M -- Match-String (type) in ISO-STANDARD-9541-FONT-RESOURCE Match-String (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Max-Extents (type) in ISO-STANDARD-9541-FONT-RESOURCE Max-Extents (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Message (type) in ISO-STANDARD-9541-FONT-RESOURCE Message (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Message (type) in ISO9541-SN Modal-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Modal-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- N -- Name-Prefix (type) in ISO-STANDARD-9541-FONT-RESOURCE Name-Prefix (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- O -- Object-Name-Component (type) in ISO9541-SN Ordered-Property-List (type) in ISO-STANDARD-9541-FONT-RESOURCE Ordered-Property-List (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Ordered-Value-List (type) in ISO-STANDARD-9541-FONT-RESOURCE Ordered-Value-List (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Owner-Name (type) in ISO9541-SN Owner-Name-Component (type) in ISO9541-SN -- P -- P-Adjust (type) in ISO-STANDARD-9541-FONT-RESOURCE P-Adjust (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET P-Adjust-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE P-Adjust-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET P-Adjusts (type) in ISO-STANDARD-9541-FONT-RESOURCE P-Adjusts (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Posture-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Posture-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Property (type) in ISO-STANDARD-9541-FONT-RESOURCE Property (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Property-List (type) in ISO-STANDARD-9541-FONT-RESOURCE Property-List (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Property-Value (type) in ISO-STANDARD-9541-FONT-RESOURCE Property-Value (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Proprietary-Data (type) in ISO-STANDARD-9541-FONT-RESOURCE Proprietary-Data (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- R -- Rational (type) in ISO-STANDARD-9541-FONT-RESOURCE Rational (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Rel-Rational (type) in ISO-STANDARD-9541-FONT-RESOURCE Rel-Rational (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- S -- Score (type) in ISO-STANDARD-9541-FONT-RESOURCE Score (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Score-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Score-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Scores (type) in ISO-STANDARD-9541-FONT-RESOURCE Scores (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET SEC-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE SEC-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Sector (type) in ISO-STANDARD-9541-FONT-RESOURCE Sector (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Sectors (type) in ISO-STANDARD-9541-FONT-RESOURCE Sectors (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Structure-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Structure-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Structured-Name (type) in ISO9541-SN -- V -- Value (type) in ISO-STANDARD-9541-FONT-RESOURCE Value (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Value-List (type) in ISO-STANDARD-9541-FONT-RESOURCE Value-List (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Variant-Scripts (type) in ISO-STANDARD-9541-FONT-RESOURCE Variant-Scripts (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Vscript (type) in ISO-STANDARD-9541-FONT-RESOURCE Vscript (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Vscript-Properties (type) in ISO-STANDARD-9541-FONT-RESOURCE Vscript-Properties (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET -- W -- Weight-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Weight-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Width-Code (type) in ISO-STANDARD-9541-FONT-RESOURCE Width-Code (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Writing-Mode (type) in ISO-STANDARD-9541-FONT-RESOURCE Writing-Mode (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET Writing-Modes (type) in ISO-STANDARD-9541-FONT-RESOURCE Writing-Modes (type) in ISO-STANDARD-9541-FONT-ATTRIBUTE-SET
Language:English
Score: 421688.13
-
https://www.itu.int/wftp3/Publ...t/fl/iso/9541-2/1991/list.html
Data Source: un
T.418 | ISO/IEC 8613-8 Font-Attribute-Set FROM ISO-STANDARD-9541-FONT-ATTRIBUTE-SET {1 0 9541 2 2 } -- see ISO/IEC 9541-2 Document-Presentation-Time, Time-Scaling FROM Temporal-Relationships {2 8 1 14 0}; -- See ITU-T Rec. T.424 | ISO/IEC 8613-14 Document-Profile-Descriptor ::= SET { generic-layout-structure [0] IMPLICIT
NumericString
OPTIONAL , specific-layout-structure [1] IMPLICIT
NumericString
OPTIONAL , generic-logical-structure [4] IMPLICIT
NumericString
OPTIONAL , specific-logical-structure [5] IMPLICIT
NumericString
OPTIONAL , presentation-styles [6] IMPLICIT
NumericString
OPTIONAL , layout-styles [7] IMPLICIT
NumericString
OPTIONAL , sealed-profiles [12] IMPLICIT
NumericString
OPTIONAL , enciphered-profiles [13] IMPLICIT
NumericString
OPTIONAL , preenciphered-bodyparts [14] IMPLICIT
NumericString
OPTIONAL , postenciphered-bodyparts [15] IMPLICIT
NumericString
OPTIONAL , -- for the generic structures, -- 'partial-generator-set' is represented by "0", 'complete-generator-set' -- is represented by "1", 'factor-set' is represented by "2"; -- for the other cases, the numeric string has the value 'present' -- represented by "1" external-document-class [9]
Document-Reference
OPTIONAL , resource-document [10]
Document-Reference
OPTIONAL , resources [11] IMPLICIT
SET
OF
SET {resource-identifier Resource-Name , object-class-identifier Object-or-Class-Identifier } OPTIONAL , document-characteristics [2] IMPLICIT
Document-Characteristics , document-management-attributes [3] IMPLICIT
Document-Management-Attributes
OPTIONAL , document-security-attributes [16] IMPLICIT
Document-Security-Attributes
OPTIONAL , links [17] IMPLICIT
NumericString
OPTIONAL , link-classes [18] IMPLICIT
NumericString
OPTIONAL , enciphered-links [19] IMPLICIT
NumericString
OPTIONAL , temporal-relations [20] IMPLICIT
NumericString
OPTIONAL } Document-Characteristics ::= SET { document-application-profile CHOICE {a [0] IMPLICIT
INTEGER {group-4-facsimile(2)}, b [4] IMPLICIT
OBJECT IDENTIFIER } OPTIONAL , doc-appl-profile-defaults [10] IMPLICIT
Doc-Appl-Profile-Defaults
OPTIONAL , document-architecture-class [1] IMPLICIT
INTEGER {formatted(0), processable(1), formatted-processable(2)}, content-architecture-classes [5] IMPLICIT
SET
OF
OBJECT IDENTIFIER , interchange-format-class [6] IMPLICIT
INTEGER {if-a(0), if-b(1)}, oda-version [8] IMPLICIT
ODA-Version , alternative-feature-sets [11] IMPLICIT
SET
OF
SET
OF
OBJECT IDENTIFIER
OPTIONAL , non-basic-doc-characteristics [2] IMPLICIT
Non-Basic-Doc-Characteristics
OPTIONAL , non-basic-struc-characteristics [3] IMPLICIT
Non-Basic-Struc-Characteristics
OPTIONAL , additional-doc-characteristics [9] IMPLICIT
Additional-Doc-Characteristics
OPTIONAL } ODA-Version ::= SEQUENCE { standard-or-recommendation Character-Data , publication-date Date-and-Time } Doc-Appl-Profile-Defaults ::= SET { document-architecture-defaults [0] IMPLICIT
Document-Architecture-Defaults
OPTIONAL , character-content-defaults [1] IMPLICIT
Character-Content-Defaults
OPTIONAL , raster-gr-content-defaults [2] IMPLICIT
Raster-Gr-Content-Defaults
OPTIONAL , geo-gr-content-defaults [3] IMPLICIT
Geo-Gr-Content-Defaults
OPTIONAL , -- the following tags are reserved for additional types -- of content defaults: -- [4] videotex, for use in conjunction with CCITT Recommendations -- [5] audio -- [6] dynamic-graphics external-content-architecture-defaults [7] IMPLICIT
SEQUENCE
OF
EXTERNAL
OPTIONAL } Document-Architecture-Defaults ::= SET { content-architecture-class CHOICE {a [0] IMPLICIT
Content-Architecture-Class , b [1] IMPLICIT
Content-Type } OPTIONAL , page-dimensions [2] IMPLICIT
Measure-Pair
OPTIONAL , transparency [3] IMPLICIT
Transparency
OPTIONAL , colour [4] IMPLICIT
Colour
OPTIONAL , colour-of-layout-object [11]
Colour-Expression
OPTIONAL , object-colour-table [12] IMPLICIT
Colour-Table
OPTIONAL , content-background-colour [13]
Content-Background-Colour
OPTIONAL , content-foreground-colour [14]
Content-Foreground-Colour
OPTIONAL , content-colour-table [15] IMPLICIT
Colour-Table
OPTIONAL , layout-path [5] IMPLICIT
One-Of-Four-Angles
OPTIONAL , medium-type [6] IMPLICIT
Medium-Type
OPTIONAL , block-alignment [7] IMPLICIT
Block-Alignment
OPTIONAL , border [8] IMPLICIT
Border
OPTIONAL , page-position [9] IMPLICIT
Measure-Pair
OPTIONAL , type-of-coding [10]
Type-Of-Coding
OPTIONAL } Non-Basic-Doc-Characteristics ::= SET { profile-character-sets [5] IMPLICIT
OCTET STRING
OPTIONAL , comments-character-sets [1] IMPLICIT
OCTET STRING
OPTIONAL , alternative-repr-char-sets [6] IMPLICIT
OCTET STRING
OPTIONAL , -- each of these octet strings represents a string of escape sequences page-dimensions [2] IMPLICIT
SET
OF
Dimension-Pair
OPTIONAL , medium-types [8] IMPLICIT
SET
OF
Medium-Type
OPTIONAL , layout-paths [21] IMPLICIT
SET
OF
One-Of-Four-Angles
OPTIONAL , transparencies [22] IMPLICIT
SET
OF
Transparency
OPTIONAL , protections [23] IMPLICIT
SET
OF
Protection
OPTIONAL , block-alignments [24] IMPLICIT
SET
OF
Block-Alignment
OPTIONAL , fill-orders [25] IMPLICIT
SET
OF
Fill-Order
OPTIONAL , colours [26] IMPLICIT
SET
OF
Colour
OPTIONAL , colours-of-layout-object [30] IMPLICIT
SET
OF
Colour-Expression
OPTIONAL , object-colour-tables [31] IMPLICIT
SET
OF
Colour-Table
OPTIONAL , content-background-colours [32] IMPLICIT
SET
OF
Content-Background-Colour
OPTIONAL , content-foreground-colours [33] IMPLICIT
SET
OF
Content-Foreground-Colour
OPTIONAL , content-colour-tables [34] IMPLICIT
SET
OF
Colour-Table
OPTIONAL , borders [27] IMPLICIT
SET
OF
Border
OPTIONAL , page-positions [28] IMPLICIT
SET
OF
Measure-Pair
OPTIONAL , types-of-coding [29] IMPLICIT
SET
OF
Type-Of-Coding
OPTIONAL , character-presentation-features [9] IMPLICIT
SET
OF
Character-Presentation-Feature
OPTIONAL , ra-gr-presentation-features [4] IMPLICIT
SET
OF
Ra-Gr-Presentation-Feature
OPTIONAL , geo-gr-presentation-features [12] IMPLICIT
SET
OF
Geo-Gr-Presentation-Feature
OPTIONAL , character-coding-attributes [16] IMPLICIT
SET
OF
Character-Coding-Attribute
OPTIONAL , ra-gr-coding-attributes [3] IMPLICIT
SET
OF
Ra-Gr-Coding-Attribute
OPTIONAL , geo-gr-coding-attributes [17] IMPLICIT
SET
OF
Geo-Gr-Coding-Attribute
OPTIONAL , ext-non-basic-pres-features [10] IMPLICIT
SEQUENCE
OF
EXTERNAL
OPTIONAL , ext-non-basic-coding-attributes [11] IMPLICIT
SEQUENCE
OF
EXTERNAL
OPTIONAL } Non-Basic-Struc-Characteristics ::= SET { number-of-objects-per-page [0] IMPLICIT
INTEGER
OPTIONAL } Additional-Doc-Characteristics ::= SET { unit-scaling [3] IMPLICIT
SEQUENCE {a INTEGER , b INTEGER } OPTIONAL , fonts-list [2] IMPLICIT
Fonts-List
OPTIONAL , colour-characteristics [0] IMPLICIT
Colour-Characteristics
OPTIONAL , colour-spaces-list [1] IMPLICIT
Colour-Spaces-List
OPTIONAL , assured-reproduction-areas [5] IMPLICIT
Assured-Reproduction-Areas
OPTIONAL , time-scaling [6] IMPLICIT
Time-Scaling
OPTIONAL , document-presentation-time [7] IMPLICIT
Document-Presentation-Time
OPTIONAL } Fonts-List ::= SET
OF
SET {font-identifier INTEGER , font-reference Font-Reference } Font-Reference ::= SET { user-visible-name [0] IMPLICIT
Comment-String
OPTIONAL , user-readable-comment [1] IMPLICIT
Comment-String
OPTIONAL , reference-properties [2] IMPLICIT
SET
OF
SET {precedence-number [0] IMPLICIT
INTEGER
OPTIONAL , properties [1] IMPLICIT
Font-Attribute-Set , user-readable-comment [2] IMPLICIT
Comment-String
OPTIONAL } } Assured-Reproduction-Areas ::= SET
OF
SET {nominal-page-size [0] IMPLICIT
Measure-Pair , assured-reproduction-area [1]
SET {position [0] IMPLICIT
Measure-Pair , dimensions [1] IMPLICIT
Measure-Pair }} Document-Management-Attributes ::= SET { document-description [7] IMPLICIT
Document-Description
OPTIONAL , dates-and-times [0] IMPLICIT
Dates-and-Times
OPTIONAL , originators [1] IMPLICIT
Originators
OPTIONAL , other-user-information [2] IMPLICIT
Other-User-Information
OPTIONAL , external-references [3] IMPLICIT
External-References
OPTIONAL , local-file-references [4] IMPLICIT
Local-File-References
OPTIONAL , content-attributes [5] IMPLICIT
Content-Attributes
OPTIONAL , security-information [6] IMPLICIT
Security-Information
OPTIONAL } Document-Description ::= SET { title [0] IMPLICIT
Character-Data
OPTIONAL , subject [1] IMPLICIT
Character-Data
OPTIONAL , document-type [2] IMPLICIT
Character-Data
OPTIONAL , abstract [3] IMPLICIT
Character-Data
OPTIONAL , keywords [4] IMPLICIT
SET
OF
Character-Data
OPTIONAL , document-reference [5]
Document-Reference
OPTIONAL } Character-Data ::= [ APPLICATION 3] IMPLICIT
OCTET STRING
-- string of characters from the sets designated by the attribute -- "profile character sets", plus space, carriage return and line feed Document-Reference ::= CHOICE { unique-reference OBJECT IDENTIFIER , descriptive-reference Character-Data } Dates-and-Times ::= SET { document-date-and-time [0] IMPLICIT
Date-and-Time
OPTIONAL , creation-date-and-time [1] IMPLICIT
Date-and-Time
OPTIONAL , local-filing-date-and-time [2] IMPLICIT
SEQUENCE
OF
Date-and-Time
OPTIONAL , expiry-date-and-time [3] IMPLICIT
Date-and-Time
OPTIONAL , start-date-and-time [4] IMPLICIT
Date-and-Time
OPTIONAL , purge-date-and-time [5] IMPLICIT
Date-and-Time
OPTIONAL , release-date-and-time [6] IMPLICIT
Date-and-Time
OPTIONAL , revision-history [7] IMPLICIT
SEQUENCE
OF
SET {revision-date-and-time [0] IMPLICIT
Date-and-Time
OPTIONAL , version-identifier [1] IMPLICIT
Character-Data
OPTIONAL , revisers [2] IMPLICIT
SET
OF
SET {names [0] IMPLICIT
SET
OF
Personal-Name
OPTIONAL , position [1] IMPLICIT
Character-Data
OPTIONAL , organization [2] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL , version-reference [3]
Document-Reference
OPTIONAL , user-comments [4] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL } Date-and-Time ::= [ APPLICATION 4] IMPLICIT
PrintableString
Originators ::= SET { organizations [0] IMPLICIT
SET
OF
Character-Data
OPTIONAL , preparers [1] IMPLICIT
SEQUENCE
OF
SET {personal-name [0] IMPLICIT
Personal-Name
OPTIONAL , organization [1] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL , owners [2] IMPLICIT
SEQUENCE
OF
SET {personal-name [0] IMPLICIT
Personal-Name
OPTIONAL , organization [1] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL , authors [3] IMPLICIT
SEQUENCE
OF
SET {personal-name [0] IMPLICIT
Personal-Name
OPTIONAL , organization [1] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL } Personal-Name ::= [ APPLICATION 6] IMPLICIT
SET { surname [0] IMPLICIT
Character-Data , givenname [1] IMPLICIT
Character-Data
OPTIONAL , initials [2] IMPLICIT
Character-Data
OPTIONAL , generation-qualifier [3] IMPLICIT
Character-Data
OPTIONAL } Other-User-Information ::= SET { copyright [0] IMPLICIT
SET
OF
SET {copyright-information [0] IMPLICIT
SET
OF
Character-Data
OPTIONAL , copyright-dates [1] IMPLICIT
SET
OF
Date-and-Time
OPTIONAL } OPTIONAL , status [1] IMPLICIT
Character-Data
OPTIONAL , user-specific-codes [2] IMPLICIT
SET
OF
Character-Data
OPTIONAL , distribution-list [3] IMPLICIT
SEQUENCE
OF
SET {personal-name [0] IMPLICIT
Personal-Name
OPTIONAL , organization [1] IMPLICIT
Character-Data
OPTIONAL } OPTIONAL , additional-information [5]
TYPE-IDENTIFIER .&Type OPTIONAL } External-References ::= SET { references-to-other-documents [0] IMPLICIT
SET
OF
Document-Reference
OPTIONAL , superseded-documents [1] IMPLICIT
SET
OF
Document-Reference
OPTIONAL } Local-File-References ::= SET
OF
SET {file-name [0] IMPLICIT
Character-Data
OPTIONAL , location [1] IMPLICIT
Character-Data
OPTIONAL , user-comments [2] IMPLICIT
Character-Data
OPTIONAL } Content-Attributes ::= SET { document-size [1] IMPLICIT
INTEGER
OPTIONAL , number-of-pages [2] IMPLICIT
INTEGER
OPTIONAL , languages [4] IMPLICIT
SET
OF
Character-Data
OPTIONAL } Security-Information ::= SET { authorization CHOICE {person [0] IMPLICIT
Personal-Name , organization [4] IMPLICIT
Character-Data } OPTIONAL , security-classification [1] IMPLICIT
Character-Data
OPTIONAL , access-rights [2] IMPLICIT
SET
OF
Character-Data
OPTIONAL } Document-Security-Attributes ::= SET { sealed-info-encoding [7] IMPLICIT
OBJECT IDENTIFIER
OPTIONAL , oda-security-label [0] IMPLICIT
Oda-Security-Label
OPTIONAL , sealed-doc-profiles [1] IMPLICIT
Sealed-Doc-Profiles
OPTIONAL , presealed-doc-bodyparts [2] IMPLICIT
Sealed-Doc-Bodyparts
OPTIONAL , postsealed-doc-bodyparts [3] IMPLICIT
Sealed-Doc-Bodyparts
OPTIONAL , enciphered-doc-profiles [4] IMPLICIT
Protected-Doc-Parts
OPTIONAL , preenciphered-doc-bodyparts [5] IMPLICIT
Protected-Doc-Parts
OPTIONAL , postenciphered-doc-bodyparts [6] IMPLICIT
Protected-Doc-Parts
OPTIONAL , sealed-links [8] IMPLICIT
Sealed-Doc-Bodyparts
OPTIONAL } Oda-Security-Label ::= SEQUENCE { oda-label-text [0] IMPLICIT
Character-Data
OPTIONAL , oda-label-data [1] IMPLICIT
OCTET STRING
OPTIONAL } Seal-Data ::= SEQUENCE { seal-method [0] IMPLICIT
Seal-Method
OPTIONAL , sealed-information [1] IMPLICIT
Sealed-Information
OPTIONAL , seal [2] IMPLICIT
OCTET STRING } Seal-Method ::= SEQUENCE { fingerprint-method [0] IMPLICIT
Method-Information
OPTIONAL , fingerprint-key-information [1] IMPLICIT
Key-Information
OPTIONAL , sealing-method [2] IMPLICIT
Method-Information
OPTIONAL , sealing-key-information [3] IMPLICIT
Key-Information
OPTIONAL } Sealed-Information ::= SEQUENCE { fingerprint [0] IMPLICIT
OCTET STRING
OPTIONAL , time [1] IMPLICIT
Date-and-Time
OPTIONAL , sealing-orig-id [2] IMPLICIT
Personal-Name
OPTIONAL , location [3] IMPLICIT
Location
OPTIONAL } Method-Information ::= SEQUENCE { unique-method-info [0] IMPLICIT
OBJECT IDENTIFIER
OPTIONAL , descriptive-method-info [1] IMPLICIT
Character-Data
OPTIONAL } Key-Information ::= SEQUENCE { method-information [0] IMPLICIT
Method-Information
OPTIONAL , additional-information [1] IMPLICIT
Additional-Information
OPTIONAL } Additional-Information ::= SEQUENCE { descriptive-information [0] IMPLICIT
Character-Data
OPTIONAL , octet-string [1] IMPLICIT
OCTET STRING
OPTIONAL } Location ::= SEQUENCE { unique-location [0] IMPLICIT
OBJECT IDENTIFIER
OPTIONAL , descriptive-location [1] IMPLICIT
Character-Data
OPTIONAL } Sealed-Doc-Profiles ::= SET
OF
SEQUENCE {sealed-doc-prof-descriptor-id [0] IMPLICIT
Protected-Part-Identifier , privileged-recipients [1] IMPLICIT
SET
OF
Personal-Name
OPTIONAL , doc-prof-seal [2] IMPLICIT
Seal-Data } Sealed-Doc-Bodyparts ::= SET
OF
SEQUENCE {seal-id [0] IMPLICIT
INTEGER , sealed-constituents [1] IMPLICIT
Sealed-Constituents , privileged-recipients [2] IMPLICIT
SET
OF
Personal-Name
OPTIONAL , doc-bodypart-seal [3] IMPLICIT
Seal-Data } Sealed-Constituents ::= SEQUENCE { object-class-identifiers [0] IMPLICIT
SEQUENCE
OF
Object-or-Class-Identifier
OPTIONAL , presentation-style-identifiers [1] IMPLICIT
SEQUENCE
OF
Style-Identifier
OPTIONAL , layout-style-identifiers [2] IMPLICIT
SEQUENCE
OF
Style-Identifier
OPTIONAL , object-identifiers [3] IMPLICIT
SEQUENCE
OF
Object-or-Class-Identifier
OPTIONAL } Protected-Doc-Parts ::= SET
OF
SEQUENCE {protected-doc-part-id [0] IMPLICIT
Protected-Part-Identifier , priv-recipients-info [1] IMPLICIT
SET
OF
Priv-Recipients-Info } Priv-Recipients-Info ::= SEQUENCE { privileged-recipients [0] IMPLICIT
SET
OF
Personal-Name
OPTIONAL , encipherment-method-info [1] IMPLICIT
Method-Information
OPTIONAL , encipherment-key-info [2] IMPLICIT
Key-Information
OPTIONAL } END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 419998
-
https://www.itu.int/wftp3/Publ...cument-Profile-Descriptor.html
Data Source: un
T.418 | ISO/IEC 8613-8 Font-Attribute-Set FROM ISO-STANDARD-9541-FONT-ATTRIBUTE-SET {1 0 9541 2 2 } -- see ISO/IEC 9541-2 Document-Presentation-Time, Time-Scaling FROM Temporal-Relationships {2 8 1 14 0}; -- See ITU-T Rec. T.424 | ISO/IEC 8613-14 Document-Profile-Descriptor ::= SET { generic-layout-structure [0] IMPLICIT NumericString OPTIONAL, specific-layout-structure [1] IMPLICIT NumericString OPTIONAL, generic-logical-structure [4] IMPLICIT NumericString OPTIONAL, specific-logical-structure [5] IMPLICIT NumericString OPTIONAL, presentation-styles [6] IMPLICIT NumericString OPTIONAL, layout-styles [7] IMPLICIT NumericString OPTIONAL, sealed-profiles [12] IMPLICIT NumericString OPTIONAL, enciphered-profiles [13] IMPLICIT NumericString OPTIONAL, preenciphered-bodyparts [14] IMPLICIT NumericString OPTIONAL, postenciphered-bodyparts [15] IMPLICIT NumericString OPTIONAL, -- for the generic structures, -- 'partial-generator-set' is represented by "0", 'complete-generator-set' -- is represented by "1", 'factor-set' is represented by "2"; -- for the other cases, the numeric string has the value 'present' -- represented by "1" external-document-class [9] Document-Reference OPTIONAL, resource-document [10] Document-Reference OPTIONAL, resources [11] IMPLICIT SET OF SET {resource-identifier Resource-Name, object-class-identifier Object-or-Class-Identifier } OPTIONAL, document-characteristics [2] IMPLICIT Document-Characteristics, document-management-attributes [3] IMPLICIT Document-Management-Attributes OPTIONAL, document-security-attributes [16] IMPLICIT Document-Security-Attributes OPTIONAL, links [17] IMPLICIT NumericString OPTIONAL, link-classes [18] IMPLICIT NumericString OPTIONAL, enciphered-links [19] IMPLICIT NumericString OPTIONAL, temporal-relations [20] IMPLICIT NumericString OPTIONAL } Document-Characteristics ::= SET { document-application-profile CHOICE {a [0] IMPLICIT INTEGER {group-4-facsimile(2)}, b [4] IMPLICIT OBJECT IDENTIFIER} OPTIONAL, doc-appl-profile-defaults [10] IMPLICIT Doc-Appl-Profile-Defaults OPTIONAL, document-architecture-class [1] IMPLICIT INTEGER {formatted(0), processable(1), formatted-processable(2)}, content-architecture-classes [5] IMPLICIT SET OF OBJECT IDENTIFIER, interchange-format-class [6] IMPLICIT INTEGER {if-a(0), if-b(1)}, oda-version [8] IMPLICIT ODA-Version, alternative-feature-sets [11] IMPLICIT SET OF SET OF OBJECT IDENTIFIER OPTIONAL, non-basic-doc-characteristics [2] IMPLICIT Non-Basic-Doc-Characteristics OPTIONAL, non-basic-struc-characteristics [3] IMPLICIT Non-Basic-Struc-Characteristics OPTIONAL, additional-doc-characteristics [9] IMPLICIT Additional-Doc-Characteristics OPTIONAL } ODA-Version ::= SEQUENCE { standard-or-recommendation Character-Data, publication-date Date-and-Time } Doc-Appl-Profile-Defaults ::= SET { document-architecture-defaults [0] IMPLICIT Document-Architecture-Defaults OPTIONAL, character-content-defaults [1] IMPLICIT Character-Content-Defaults OPTIONAL, raster-gr-content-defaults [2] IMPLICIT Raster-Gr-Content-Defaults OPTIONAL, geo-gr-content-defaults [3] IMPLICIT Geo-Gr-Content-Defaults OPTIONAL, -- the following tags are reserved for additional types -- of content defaults: -- [4] videotex, for use in conjunction with CCITT Recommendations -- [5] audio -- [6] dynamic-graphics external-content-architecture-defaults [7] IMPLICIT SEQUENCE OF EXTERNAL OPTIONAL } Document-Architecture-Defaults ::= SET { content-architecture-class CHOICE {a [0] IMPLICIT Content-Architecture-Class, b [1] IMPLICIT Content-Type} OPTIONAL, page-dimensions [2] IMPLICIT Measure-Pair OPTIONAL, transparency [3] IMPLICIT Transparency OPTIONAL, colour [4] IMPLICIT Colour OPTIONAL, colour-of-layout-object [11] Colour-Expression OPTIONAL, object-colour-table [12] IMPLICIT Colour-Table OPTIONAL, content-background-colour [13] Content-Background-Colour OPTIONAL, content-foreground-colour [14] Content-Foreground-Colour OPTIONAL, content-colour-table [15] IMPLICIT Colour-Table OPTIONAL, layout-path [5] IMPLICIT One-Of-Four-Angles OPTIONAL, medium-type [6] IMPLICIT Medium-Type OPTIONAL, block-alignment [7] IMPLICIT Block-Alignment OPTIONAL, border [8] IMPLICIT Border OPTIONAL, page-position [9] IMPLICIT Measure-Pair OPTIONAL, type-of-coding [10] Type-Of-Coding OPTIONAL } Non-Basic-Doc-Characteristics ::= SET { profile-character-sets [5] IMPLICIT OCTET STRING OPTIONAL, comments-character-sets [1] IMPLICIT OCTET STRING OPTIONAL, alternative-repr-char-sets [6] IMPLICIT OCTET STRING OPTIONAL, -- each of these octet strings represents a string of escape sequences page-dimensions [2] IMPLICIT SET OF Dimension-Pair OPTIONAL, medium-types [8] IMPLICIT SET OF Medium-Type OPTIONAL, layout-paths [21] IMPLICIT SET OF One-Of-Four-Angles OPTIONAL, transparencies [22] IMPLICIT SET OF Transparency OPTIONAL, protections [23] IMPLICIT SET OF Protection OPTIONAL, block-alignments [24] IMPLICIT SET OF Block-Alignment OPTIONAL, fill-orders [25] IMPLICIT SET OF Fill-Order OPTIONAL, colours [26] IMPLICIT SET OF Colour OPTIONAL, colours-of-layout-object [30] IMPLICIT SET OF Colour-Expression OPTIONAL, object-colour-tables [31] IMPLICIT SET OF Colour-Table OPTIONAL, content-background-colours [32] IMPLICIT SET OF Content-Background-Colour OPTIONAL, content-foreground-colours [33] IMPLICIT SET OF Content-Foreground-Colour OPTIONAL, content-colour-tables [34] IMPLICIT SET OF Colour-Table OPTIONAL, borders [27] IMPLICIT SET OF Border OPTIONAL, page-positions [28] IMPLICIT SET OF Measure-Pair OPTIONAL, types-of-coding [29] IMPLICIT SET OF Type-Of-Coding OPTIONAL, character-presentation-features [9] IMPLICIT SET OF Character-Presentation-Feature OPTIONAL, ra-gr-presentation-features [4] IMPLICIT SET OF Ra-Gr-Presentation-Feature OPTIONAL, geo-gr-presentation-features [12] IMPLICIT SET OF Geo-Gr-Presentation-Feature OPTIONAL, character-coding-attributes [16] IMPLICIT SET OF Character-Coding-Attribute OPTIONAL, ra-gr-coding-attributes [3] IMPLICIT SET OF Ra-Gr-Coding-Attribute OPTIONAL, geo-gr-coding-attributes [17] IMPLICIT SET OF Geo-Gr-Coding-Attribute OPTIONAL, ext-non-basic-pres-features [10] IMPLICIT SEQUENCE OF EXTERNAL OPTIONAL, ext-non-basic-coding-attributes [11] IMPLICIT SEQUENCE OF EXTERNAL OPTIONAL } Non-Basic-Struc-Characteristics ::= SET { number-of-objects-per-page [0] IMPLICIT INTEGER OPTIONAL } Additional-Doc-Characteristics ::= SET { unit-scaling [3] IMPLICIT SEQUENCE {a INTEGER, b INTEGER} OPTIONAL, fonts-list [2] IMPLICIT Fonts-List OPTIONAL, colour-characteristics [0] IMPLICIT Colour-Characteristics OPTIONAL, colour-spaces-list [1] IMPLICIT Colour-Spaces-List OPTIONAL, assured-reproduction-areas [5] IMPLICIT Assured-Reproduction-Areas OPTIONAL, time-scaling [6] IMPLICIT Time-Scaling OPTIONAL, document-presentation-time [7] IMPLICIT Document-Presentation-Time OPTIONAL } Fonts-List ::= SET OF SET {font-identifier INTEGER, font-reference Font-Reference} Font-Reference ::= SET { user-visible-name [0] IMPLICIT Comment-String OPTIONAL, user-readable-comment [1] IMPLICIT Comment-String OPTIONAL, reference-properties [2] IMPLICIT SET OF SET {precedence-number [0] IMPLICIT INTEGER OPTIONAL, properties [1] IMPLICIT Font-Attribute-Set, user-readable-comment [2] IMPLICIT Comment-String OPTIONAL} } Assured-Reproduction-Areas ::= SET OF SET {nominal-page-size [0] IMPLICIT Measure-Pair, assured-reproduction-area [1] SET {position [0] IMPLICIT Measure-Pair, dimensions [1] IMPLICIT Measure-Pair}} Document-Management-Attributes ::= SET { document-description [7] IMPLICIT Document-Description OPTIONAL, dates-and-times [0] IMPLICIT Dates-and-Times OPTIONAL, originators [1] IMPLICIT Originators OPTIONAL, other-user-information [2] IMPLICIT Other-User-Information OPTIONAL, external-references [3] IMPLICIT External-References OPTIONAL, local-file-references [4] IMPLICIT Local-File-References OPTIONAL, content-attributes [5] IMPLICIT Content-Attributes OPTIONAL, security-information [6] IMPLICIT Security-Information OPTIONAL } Document-Description ::= SET { title [0] IMPLICIT Character-Data OPTIONAL, subject [1] IMPLICIT Character-Data OPTIONAL, document-type [2] IMPLICIT Character-Data OPTIONAL, abstract [3] IMPLICIT Character-Data OPTIONAL, keywords [4] IMPLICIT SET OF Character-Data OPTIONAL, document-reference [5] Document-Reference OPTIONAL } Character-Data ::= [APPLICATION 3] IMPLICIT OCTET STRING -- string of characters from the sets designated by the attribute -- "profile character sets", plus space, carriage return and line feed Document-Reference ::= CHOICE { unique-reference OBJECT IDENTIFIER, descriptive-reference Character-Data } Dates-and-Times ::= SET { document-date-and-time [0] IMPLICIT Date-and-Time OPTIONAL, creation-date-and-time [1] IMPLICIT Date-and-Time OPTIONAL, local-filing-date-and-time [2] IMPLICIT SEQUENCE OF Date-and-Time OPTIONAL, expiry-date-and-time [3] IMPLICIT Date-and-Time OPTIONAL, start-date-and-time [4] IMPLICIT Date-and-Time OPTIONAL, purge-date-and-time [5] IMPLICIT Date-and-Time OPTIONAL, release-date-and-time [6] IMPLICIT Date-and-Time OPTIONAL, revision-history [7] IMPLICIT SEQUENCE OF SET {revision-date-and-time [0] IMPLICIT Date-and-Time OPTIONAL, version-identifier [1] IMPLICIT Character-Data OPTIONAL, revisers [2] IMPLICIT SET OF SET {names [0] IMPLICIT SET OF Personal-Name OPTIONAL, position [1] IMPLICIT Character-Data OPTIONAL, organization [2] IMPLICIT Character-Data OPTIONAL} OPTIONAL, version-reference [3] Document-Reference OPTIONAL, user-comments [4] IMPLICIT Character-Data OPTIONAL} OPTIONAL } Date-and-Time ::= [APPLICATION 4] IMPLICIT PrintableString Originators ::= SET { organizations [0] IMPLICIT SET OF Character-Data OPTIONAL, preparers [1] IMPLICIT SEQUENCE OF SET {personal-name [0] IMPLICIT Personal-Name OPTIONAL, organization [1] IMPLICIT Character-Data OPTIONAL } OPTIONAL, owners [2] IMPLICIT SEQUENCE OF SET {personal-name [0] IMPLICIT Personal-Name OPTIONAL, organization [1] IMPLICIT Character-Data OPTIONAL } OPTIONAL, authors [3] IMPLICIT SEQUENCE OF SET {personal-name [0] IMPLICIT Personal-Name OPTIONAL, organization [1] IMPLICIT Character-Data OPTIONAL } OPTIONAL } Personal-Name ::= [APPLICATION 6] IMPLICIT SET { surname [0] IMPLICIT Character-Data, givenname [1] IMPLICIT Character-Data OPTIONAL, initials [2] IMPLICIT Character-Data OPTIONAL, generation-qualifier [3] IMPLICIT Character-Data OPTIONAL } Other-User-Information ::= SET { copyright [0] IMPLICIT SET OF SET {copyright-information [0] IMPLICIT SET OF Character-Data OPTIONAL, copyright-dates [1] IMPLICIT SET OF Date-and-Time OPTIONAL} OPTIONAL, status [1] IMPLICIT Character-Data OPTIONAL, user-specific-codes [2] IMPLICIT SET OF Character-Data OPTIONAL, distribution-list [3] IMPLICIT SEQUENCE OF SET {personal-name [0] IMPLICIT Personal-Name OPTIONAL, organization [1] IMPLICIT Character-Data OPTIONAL } OPTIONAL, additional-information [5] TYPE-IDENTIFIER.&Type OPTIONAL } External-References ::= SET { references-to-other-documents [0] IMPLICIT SET OF Document-Reference OPTIONAL, superseded-documents [1] IMPLICIT SET OF Document-Reference OPTIONAL } Local-File-References ::= SET OF SET {file-name [0] IMPLICIT Character-Data OPTIONAL, location [1] IMPLICIT Character-Data OPTIONAL, user-comments [2] IMPLICIT Character-Data OPTIONAL} Content-Attributes ::= SET { document-size [1] IMPLICIT INTEGER OPTIONAL, number-of-pages [2] IMPLICIT INTEGER OPTIONAL, languages [4] IMPLICIT SET OF Character-Data OPTIONAL } Security-Information ::= SET { authorization CHOICE {person [0] IMPLICIT Personal-Name, organization [4] IMPLICIT Character-Data} OPTIONAL, security-classification [1] IMPLICIT Character-Data OPTIONAL, access-rights [2] IMPLICIT SET OF Character-Data OPTIONAL } Document-Security-Attributes ::= SET { sealed-info-encoding [7] IMPLICIT OBJECT IDENTIFIER OPTIONAL, oda-security-label [0] IMPLICIT Oda-Security-Label OPTIONAL, sealed-doc-profiles [1] IMPLICIT Sealed-Doc-Profiles OPTIONAL, presealed-doc-bodyparts [2] IMPLICIT Sealed-Doc-Bodyparts OPTIONAL, postsealed-doc-bodyparts [3] IMPLICIT Sealed-Doc-Bodyparts OPTIONAL, enciphered-doc-profiles [4] IMPLICIT Protected-Doc-Parts OPTIONAL, preenciphered-doc-bodyparts [5] IMPLICIT Protected-Doc-Parts OPTIONAL, postenciphered-doc-bodyparts [6] IMPLICIT Protected-Doc-Parts OPTIONAL, sealed-links [8] IMPLICIT Sealed-Doc-Bodyparts OPTIONAL } Oda-Security-Label ::= SEQUENCE { oda-label-text [0] IMPLICIT Character-Data OPTIONAL, oda-label-data [1] IMPLICIT OCTET STRING OPTIONAL } Seal-Data ::= SEQUENCE { seal-method [0] IMPLICIT Seal-Method OPTIONAL, sealed-information [1] IMPLICIT Sealed-Information OPTIONAL, seal [2] IMPLICIT OCTET STRING } Seal-Method ::= SEQUENCE { fingerprint-method [0] IMPLICIT Method-Information OPTIONAL, fingerprint-key-information [1] IMPLICIT Key-Information OPTIONAL, sealing-method [2] IMPLICIT Method-Information OPTIONAL, sealing-key-information [3] IMPLICIT Key-Information OPTIONAL } Sealed-Information ::= SEQUENCE { fingerprint [0] IMPLICIT OCTET STRING OPTIONAL, time [1] IMPLICIT Date-and-Time OPTIONAL, sealing-orig-id [2] IMPLICIT Personal-Name OPTIONAL, location [3] IMPLICIT Location OPTIONAL } Method-Information ::= SEQUENCE { unique-method-info [0] IMPLICIT OBJECT IDENTIFIER OPTIONAL, descriptive-method-info [1] IMPLICIT Character-Data OPTIONAL } Key-Information ::= SEQUENCE { method-information [0] IMPLICIT Method-Information OPTIONAL, additional-information [1] IMPLICIT Additional-Information OPTIONAL } Additional-Information ::= SEQUENCE { descriptive-information [0] IMPLICIT Character-Data OPTIONAL, octet-string [1] IMPLICIT OCTET STRING OPTIONAL } Location ::= SEQUENCE { unique-location [0] IMPLICIT OBJECT IDENTIFIER OPTIONAL, descriptive-location [1] IMPLICIT Character-Data OPTIONAL } Sealed-Doc-Profiles ::= SET OF SEQUENCE {sealed-doc-prof-descriptor-id [0] IMPLICIT Protected-Part-Identifier, privileged-recipients [1] IMPLICIT SET OF Personal-Name OPTIONAL, doc-prof-seal [2] IMPLICIT Seal-Data} Sealed-Doc-Bodyparts ::= SET OF SEQUENCE {seal-id [0] IMPLICIT INTEGER, sealed-constituents [1] IMPLICIT Sealed-Constituents, privileged-recipients [2] IMPLICIT SET OF Personal-Name OPTIONAL, doc-bodypart-seal [3] IMPLICIT Seal-Data} Sealed-Constituents ::= SEQUENCE { object-class-identifiers [0] IMPLICIT SEQUENCE OF Object-or-Class-Identifier OPTIONAL, presentation-style-identifiers [1] IMPLICIT SEQUENCE OF Style-Identifier OPTIONAL, layout-style-identifiers [2] IMPLICIT SEQUENCE OF Style-Identifier OPTIONAL, object-identifiers [3] IMPLICIT SEQUENCE OF Object-or-Class-Identifier OPTIONAL } Protected-Doc-Parts ::= SET OF SEQUENCE {protected-doc-part-id [0] IMPLICIT Protected-Part-Identifier, priv-recipients-info [1] IMPLICIT SET OF Priv-Recipients-Info } Priv-Recipients-Info ::= SEQUENCE { privileged-recipients [0] IMPLICIT SET OF Personal-Name OPTIONAL, encipherment-method-info [1] IMPLICIT Method-Information OPTIONAL, encipherment-key-info [2] IMPLICIT Key-Information OPTIONAL } END -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 419998
-
https://www.itu.int/wftp3/Publ...ocument-Profile-Descriptor.asn
Data Source: un
Number of downstream Always set to ZERO. symbol positions in TDD frame RFIBANDS Always set to ZERO. Duration of Channel Always set to ZERO. Discovery 1-1 CE length Shall be set to ONE if and only if this bit is set to ONE in both the last previous CLR message and the last previous CL message. (...) IARBANDS Always set to ZERO. Scrambler seed Always set to ZERO.
Language:English
Score: 419738.4
-
https://www.itu.int/en/publica.../files/basic-html/page913.html
Data Source: un
Header Set: The set of Headers that delineate the beginning of a Data Set. (...) A Data Set may be of arbitrary length — a Data Set continues indefinitely until another Data Set begins in its place. The beginning of a Data Set is marked by transmission of a Header Set. A Header Set consists of a Header transmitted on each Channel to be used for this Data Set (the set of all Channels to be used by a Data Set is referred to as its Channel Set).
Language:English
Score: 419602.93
-
https://www.itu.int/wftp3/av-a...deo-site/9702_Nic/lbc97041.doc
Data Source: un
Scrambler seed Always set to ONE. Special probe sequence Shall be set to ONE if NPar(2) is set to ONE and set to ZERO otherwise. IDS Always set to ONE. Number of SOC symbol repetitions Always set to ONE. (RS) Number of DS initialization data Always set to ONE. symbols (sds) Downstream RMC offset Always set to ONE.
Language:English
Score: 419512.5
-
https://www.itu.int/en/publica.../files/basic-html/page906.html
Data Source: un
Once an incorrect parameter set, be it a sequence or picture parameter set, is used in decoding, the decoder would either crash or produce corrupted video quality. The problem may happen when in-band parameter set transmission (e.g. for adding new parameter sets or updating existing ones) is used. (...) A CRC code is calculated for the picture parameter set NAL unit in question.
pic_parameter_set_id [ i ] indicates the pic_parameter_set_id of the picture parameter set whose CRC code is signaled by pic_parameter_set_crc[ i ].
pic_parameter_set_crc [ i ] indicates the ith CRC code in the current message for picture parameter sets.
crc_all_parameter_sets indicates the CRC code of all the 32 sequence parameter sets and 256 picture parameter sets.
Language:English
Score: 419452.9
-
https://www.itu.int/wftp3/av-a...eo-site/0601_Ban/VCEG-AB10.doc
Data Source: un