Home

Results 1 - 10 of 398,465 for common component. Search took 4.906 seconds.  
Sort by date/Sort by relevance
T.80 : Common components for image compression and communication - Basic principles   Français   Español     Home : ITU-T : Publications : Recommendations : T Series : T.80 Recently posted  -  Search Recommendations     T.80 : Common components for image compression and communication - Basic principles Recommendation T.80 In force components Number Title Status T.80 (09/92)   Common components for image compression and communication - Basic principles   In force   Top  -  Feedback  -  Contact us  -  Copyright © ITU  2008 All Rights Reserved Contact for this page :  ITU-T Publications Updated : 2003.02.10  
Language:English
Score: 1136916.3 - https://www.itu.int/rec/T-REC-T.80/_page.print
Data Source: un
-- Module IN-SCF-CUSF-Operations (Q.1248.7:07/2001) IN-SCF-CUSF-Operations {itu-t recommendation q 1248 modules(1) in-scf-cusf-ops-args(26) version1(0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS ros-InformationObjects, common-classes, common-datatypes, scf-cusf-classes, scf-cusf-datatypes, ssf-scf-datatypes, ssf-scf-classes, errortypes, operationcodes FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1) in-object-identifiers(0) version1(0)} OPERATION FROM Remote-Operations-Information-Objects ros-InformationObjects COMMON-BOUNDS FROM IN-common-classes common-classes Extensions{} FROM IN-common-datatypes common-datatypes SCF-SSF-BOUNDS FROM IN-SSF-SCF-Classes ssf-scf-classes SCF-CUSF-BOUNDS FROM IN-SCF-CUSF-Classes scf-cusf-classes BCUSMEvent, CallUnrelatedDpSpecificCommonParameters{}, CUApplicationInd, EventSpecificInformationBCUSM{}, EventTypeBCUSM, Message FROM IN-SCF-CUSF-Datatypes scf-cusf-datatypes BearerCapability{}, CalledPartyNumber{}, CallingPartyNumber{}, CallingPartySubaddress{}, Cause{}, Component, ComponentType, ComponentCorrelationID, Duration, GenericNumbers{}, HighLayerCompatibility{}, LegID, LocationNumber{}, MiscCallInfo, MonitorMode, ServiceAddressInformation, ServiceKey, TerminalType, USIInformation{}, USIServiceIndicator{} FROM IN-SSF-SCF-datatypes ssf-scf-datatypes missingCustomerRecord, missingParameter, parameterOutOfRange, systemFailure, taskRefused, unexpectedComponentSequence, unexpectedDataValue, unexpectedParameter, unknownLegID FROM IN-errortypes errortypes opcode-activationReceivedAndAuthorized, opcode-initiateAssociation, opcode-associationReleaseRequested, opcode-componentReceived, opcode-releaseAssociation, opcode-requestReportBCUSMEvent, opcode-sendComponent, opcode-initialAssociationDP, opcode-connectAssociation, opcode-continueAssociation, opcode-eventReportBCUSM FROM IN-operationcodes operationcodes; -- The following three definitions are local short-hand notation for convenience. B1 ::= COMMON-BOUNDS --defined in Q.1248.1(Part 1 of Recommendation Q.1248) B2 ::= SCF-SSF-BOUNDS --defined in Q.1248.2(Part 2 of Recommendation Q.1248) B7 ::= SCF-CUSF-BOUNDS --defined in this Recommendation(Q.1248.7) -- activityTest OPERATION -- Direction: SCF -> CUSF, Timer: Tat -- This operation is described in Q.1248.2. activationReceivedAndAuthorized{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ActivationReceivedAndAuthorizedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-activationReceivedAndAuthorized } -- Direction: CUSF->SCF, Timer: Tara ActivationReceivedAndAuthorizedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, ... } associationReleaseRequested{B1:b1, B2:b2} OPERATION ::= { ARGUMENT AssociationReleaseRequestedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-associationReleaseRequested } -- Direction: CUSF -> SCF, Timer: Tarr AssociationReleaseRequestedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, legID [6] LegID OPTIONAL, ... } componentReceived{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ComponentReceivedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-componentReceived } -- Direction: CUSF -> SCF, Timer: Tcre ComponentReceivedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, legID [6] LegID OPTIONAL, ... } connectAssociation{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ConnectAssociationArg {b1, b2} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-connectAssociation } -- Direction: SCF->CUSF, Timer: Tcoa ConnectAssociationArg{B1:b1, B2:b2} ::= SEQUENCE { address [0] CalledPartyNumber{b2}, extensions [1] Extensions{b1} OPTIONAL, genericNumbers [2] GenericNumbers{b2} OPTIONAL, ... } continueAssociation{B1:b1} OPERATION ::= { ARGUMENT ContinueAssociationArg {b1} OPTIONAL TRUE RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-continueAssociation } -- Direction: SCF->CUSF, Timer: Tcona ContinueAssociationArg{B1:b1} ::= SEQUENCE { extensions [0] Extensions{b1} OPTIONAL, ... } eventReportBCUSM{B1:b1, B2:b2, B7:b7} OPERATION ::= { ARGUMENT EventReportBCUSMArg {b1, b2, b7} RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-eventReportBCUSM } -- Direction: CUSF -> SCF, Timer: Terbce EventReportBCUSMArg{B1:b1, B2:b2, B7:b7} ::= SEQUENCE { eventTypeBCUSM [0] EventTypeBCUSM OPTIONAL, eventSpecificInformationBCUSM [1] EventSpecificInformationBCUSM{b2, b7} OPTIONAL, miscCallInfo [2] MiscCallInfo DEFAULT {messageType request}, cUApplicationInd [3] CUApplicationInd OPTIONAL, legID [4] LegID OPTIONAL, extensions [5] Extensions{b1} OPTIONAL, componentType [6] ComponentType OPTIONAL, componentCorrelationID [7] ComponentCorrelationID OPTIONAL, component [8] Component OPTIONAL, ... } initialAssociationDP{B1:b1, B2:b2} OPERATION ::= { ARGUMENT InitialAssociationDPArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-initialAssociationDP } -- Direction: CUSF->SCF, Timer: Tiadp InitialAssociationDPArg{B1:b1, B2:b2} ::= SEQUENCE { serviceKey [0] ServiceKey, cUApplicationInd [1] CUApplicationInd OPTIONAL, miscCallInfo [2] MiscCallInfo OPTIONAL, eventTypeBCUSM [3] EventTypeBCUSM OPTIONAL, calledPartyNumber [4] CalledPartyNumber{b2} OPTIONAL, callingPartyNumber [5] CallingPartyNumber{b2} OPTIONAL, callingPartySubaddress [6] CallingPartySubaddress{b2} OPTIONAL, highLayerCompatibility [7] HighLayerCompatibility{b2} OPTIONAL, bearerCapability [8] BearerCapability{b2} OPTIONAL, uSIServiceIndicator [9] USIServiceIndicator{b2} OPTIONAL, uSIInformation [10] USIInformation{b2} OPTIONAL, extensions [11] Extensions{b1} OPTIONAL, genericNumbers [12] GenericNumbers{b2} OPTIONAL, componentType [13] ComponentType OPTIONAL, componentCorrelationID [14] ComponentCorrelationID OPTIONAL, component [15] Component OPTIONAL, ... } initiateAssociation{B1:b1, B2:b2} OPERATION ::= { ARGUMENT InitiateAssociationArg {b1, b2} RESULT InitiateAssociationResultArg ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS TRUE CODE opcode-initiateAssociation } -- Direction: SCF->CUSF, Timer: Tia InitiateAssociationArg{B1:b1, B2:b2} ::= SEQUENCE { calledPartyNumber [0] CalledPartyNumber{b2}, extensions [1] Extensions{b1} OPTIONAL, uSIServiceIndicator [2] USIServiceIndicator{b2} OPTIONAL, uSIInformation [3] USIInformation{b2} OPTIONAL, genericNumbers [4] GenericNumbers{b2} OPTIONAL, ... } InitiateAssociationResultArg ::= NULL releaseAssociation{B2:b2} OPERATION ::= { ARGUMENT ReleaseAssociationArg {b2} RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-releaseAssociation } -- Direction: SCF->CUSF, Timer: Trel ReleaseAssociationArg{B2:b2} ::= Cause{b2} -- reportUTSI OPERATION -- Direction: CUSF -> SCF, Timer: Tru -- This operation is described in Q.1248.2. requestReportBCUSMEvent{B1:b1, B7:b7} OPERATION ::= { ARGUMENT RequestReportBCUSMEventArg {b1, b7} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-requestReportBCUSMEvent } -- Direction: SCF -> CUSF, Timer: Trrbce RequestReportBCUSMEventArg{B1:b1, B7:b7} ::= SEQUENCE { bCUSMEvents [0] SEQUENCE SIZE (1..b7.&numOfBCUSMEvents) OF BCUSMEvent, componentTypes [1] SEQUENCE SIZE (1..3) OF ComponentType DEFAULT {any}, componentCorrelationID [2] ComponentCorrelationID OPTIONAL, monitorDuration [3] Duration OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, cUDPCriteria [5] CUApplicationInd OPTIONAL, legID [6] LegID OPTIONAL, ... } -- requestReportUTSI OPERAITON -- Direction: SCF -> CUSF, Timer: Trru -- This operation is described in Q.1248.2. sendComponent{B1:b1} OPERATION ::= { ARGUMENT SendComponentArg {b1} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-sendComponent } -- Direction: SCF -> CUSF, Timer: Tsdc SendComponentArg{B1:b1} ::= SEQUENCE { componentType [0] ComponentType, componentCorrelationID [2] ComponentCorrelationID OPTIONAL, message [3] Message DEFAULT rELeaseCOMPlete, monitorDuration [4] Duration OPTIONAL, extensions [5] Extensions{b1} OPTIONAL, component [6] Component OPTIONAL, ... } -- sendSTUI OPERATION -- Direction: SCF -> CUSF, Timer: Tss -- This operation is described in Q.1248.2.
Language:English
Score: 1111535.9 - https://www.itu.int/wftp3/Publ...001/IN-SCF-CUSF-Operations.asn
Data Source: un
Fig. 10 – Title page of ITU-T T.80 [11] ITU-T T.80 [11] describes the toolkit (common components) advantages/disadvantages as follows, “5.6.1 Toolkit (Common components) concept Requirements are to be applicable to practically any kind of continuous-tone multi-level, limited-level, bi-level digital source images (i.e. for most practical purposes not to be restricted to images of certain dimensions, colour spaces, pixel aspect ratios, etc.) and not to be limited to classes of imagery with restrictions on scene content (such as line drawing and/or text in case of Recommendations T.4 and T.6), including complexity, range of colours and statistical properties. To achieve the above goal, the concept of using for image compression “Common components” from a Toolkit shall be a basic requirement. Note – Advantages: – various requirements of different imaging applications can be satisfied in a flexible way; – use of common hardware/software components when implementing imaging application, make implementation easier and more economical; – easier harmonization of different imaging for CCITT and ISO/IEC applications; – easier implementation of interworking among imaging applications; © International Telecommunication Union, 2020 135     152     153     154     155     156     157     158     159     160     161     162          
Language:English
Score: 1108113.7 - https://www.itu.int/en/publica.../files/basic-html/page157.html
Data Source: un
IN-SCF-CUSF-Operations (Q.1248.7:07/2001) -- Module IN-SCF-CUSF-Operations (Q.1248.7:07/2001) -- See also ITU-T Q.1248.7 (07/2001) -- See also the index of all ASN.1 assignments needed in this document IN-SCF-CUSF-Operations {itu-t recommendation q 1248 modules(1) in-scf-cusf-ops-args(26) version1(0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS ros-InformationObjects, common-classes, common-datatypes, scf-cusf-classes, scf-cusf-datatypes, ssf-scf-datatypes, ssf-scf-classes, errortypes, operationcodes FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1) in-object-identifiers(0) version1(0)} OPERATION FROM Remote-Operations-Information-Objects ros-InformationObjects COMMON-BOUNDS FROM IN-common-classes common-classes Extensions{} FROM IN-common-datatypes common-datatypes SCF-SSF-BOUNDS FROM IN-SSF-SCF-Classes ssf-scf-classes SCF-CUSF-BOUNDS FROM IN-SCF-CUSF-Classes scf-cusf-classes BCUSMEvent, CallUnrelatedDpSpecificCommonParameters{}, CUApplicationInd, EventSpecificInformationBCUSM{}, EventTypeBCUSM, Message FROM IN-SCF-CUSF-Datatypes scf-cusf-datatypes BearerCapability{}, CalledPartyNumber{}, CallingPartyNumber{}, CallingPartySubaddress{}, Cause{}, Component, ComponentType, ComponentCorrelationID, Duration, GenericNumbers{}, HighLayerCompatibility{}, LegID, LocationNumber{}, MiscCallInfo, MonitorMode, ServiceAddressInformation, ServiceKey, TerminalType, USIInformation{}, USIServiceIndicator{} FROM IN-SSF-SCF-datatypes ssf-scf-datatypes missingCustomerRecord, missingParameter, parameterOutOfRange, systemFailure, taskRefused, unexpectedComponentSequence, unexpectedDataValue, unexpectedParameter, unknownLegID FROM IN-errortypes errortypes opcode-activationReceivedAndAuthorized, opcode-initiateAssociation, opcode-associationReleaseRequested, opcode-componentReceived, opcode-releaseAssociation, opcode-requestReportBCUSMEvent, opcode-sendComponent, opcode-initialAssociationDP, opcode-connectAssociation, opcode-continueAssociation, opcode-eventReportBCUSM FROM IN-operationcodes operationcodes; -- The following three definitions are local short-hand notation for convenience. B1 ::= COMMON-BOUNDS --defined in Q.1248.1(Part 1 of Recommendation Q.1248) B2 ::= SCF-SSF-BOUNDS --defined in Q.1248.2(Part 2 of Recommendation Q.1248) B7 ::= SCF-CUSF-BOUNDS --defined in this Recommendation(Q.1248.7) -- activityTest OPERATION -- Direction: SCF -> CUSF, Timer: Tat -- This operation is described in Q.1248.2. activationReceivedAndAuthorized{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ActivationReceivedAndAuthorizedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-activationReceivedAndAuthorized } -- Direction: CUSF->SCF, Timer: Tara ActivationReceivedAndAuthorizedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , ... } associationReleaseRequested{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT AssociationReleaseRequestedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-associationReleaseRequested } -- Direction: CUSF -> SCF, Timer: Tarr AssociationReleaseRequestedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , legID [6] LegID OPTIONAL , ... } componentReceived{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ComponentReceivedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-componentReceived } -- Direction: CUSF -> SCF, Timer: Tcre ComponentReceivedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , legID [6] LegID OPTIONAL , ... } connectAssociation{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ConnectAssociationArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-connectAssociation } -- Direction: SCF->CUSF, Timer: Tcoa ConnectAssociationArg{ B1 :b1, B2 :b2} ::= SEQUENCE { address [0] CalledPartyNumber { b2 }, extensions [1] Extensions { b1 } OPTIONAL , genericNumbers [2] GenericNumbers { b2 } OPTIONAL , ... } continueAssociation{ B1 :b1} OPERATION ::= { ARGUMENT ContinueAssociationArg { b1 } OPTIONAL TRUE RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-continueAssociation } -- Direction: SCF->CUSF, Timer: Tcona ContinueAssociationArg{ B1 :b1} ::= SEQUENCE { extensions [0] Extensions { b1 } OPTIONAL , ... } eventReportBCUSM{ B1 :b1, B2 :b2, B7 :b7} OPERATION ::= { ARGUMENT EventReportBCUSMArg { b1 , b2 , b7 } RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-eventReportBCUSM } -- Direction: CUSF -> SCF, Timer: Terbce EventReportBCUSMArg{ B1 :b1, B2 :b2, B7 :b7} ::= SEQUENCE { eventTypeBCUSM [0] EventTypeBCUSM OPTIONAL , eventSpecificInformationBCUSM [1] EventSpecificInformationBCUSM { b2 , b7 } OPTIONAL , miscCallInfo [2] MiscCallInfo DEFAULT {messageType request}, cUApplicationInd [3] CUApplicationInd OPTIONAL , legID [4] LegID OPTIONAL , extensions [5] Extensions { b1 } OPTIONAL , componentType [6] ComponentType OPTIONAL , componentCorrelationID [7] ComponentCorrelationID OPTIONAL , component [8] Component OPTIONAL , ... } initialAssociationDP{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT InitialAssociationDPArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-initialAssociationDP } -- Direction: CUSF->SCF, Timer: Tiadp InitialAssociationDPArg{ B1 :b1, B2 :b2} ::= SEQUENCE { serviceKey [0] ServiceKey , cUApplicationInd [1] CUApplicationInd OPTIONAL , miscCallInfo [2] MiscCallInfo OPTIONAL , eventTypeBCUSM [3] EventTypeBCUSM OPTIONAL , calledPartyNumber [4] CalledPartyNumber { b2 } OPTIONAL , callingPartyNumber [5] CallingPartyNumber { b2 } OPTIONAL , callingPartySubaddress [6] CallingPartySubaddress { b2 } OPTIONAL , highLayerCompatibility [7] HighLayerCompatibility { b2 } OPTIONAL , bearerCapability [8] BearerCapability { b2 } OPTIONAL , uSIServiceIndicator [9] USIServiceIndicator { b2 } OPTIONAL , uSIInformation [10] USIInformation { b2 } OPTIONAL , extensions [11] Extensions { b1 } OPTIONAL , genericNumbers [12] GenericNumbers { b2 } OPTIONAL , componentType [13] ComponentType OPTIONAL , componentCorrelationID [14] ComponentCorrelationID OPTIONAL , component [15] Component OPTIONAL , ... } initiateAssociation{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT InitiateAssociationArg { b1 , b2 } RESULT InitiateAssociationResultArg ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS TRUE CODE opcode-initiateAssociation } -- Direction: SCF->CUSF, Timer: Tia InitiateAssociationArg{ B1 :b1, B2 :b2} ::= SEQUENCE { calledPartyNumber [0] CalledPartyNumber { b2 }, extensions [1] Extensions { b1 } OPTIONAL , uSIServiceIndicator [2] USIServiceIndicator { b2 } OPTIONAL , uSIInformation [3] USIInformation { b2 } OPTIONAL , genericNumbers [4] GenericNumbers { b2 } OPTIONAL , ... } InitiateAssociationResultArg ::= NULL releaseAssociation{ B2 :b2} OPERATION ::= { ARGUMENT ReleaseAssociationArg { b2 } RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-releaseAssociation } -- Direction: SCF->CUSF, Timer: Trel ReleaseAssociationArg{ B2 :b2} ::= Cause { b2 } -- reportUTSI OPERATION -- Direction: CUSF -> SCF, Timer: Tru -- This operation is described in Q.1248.2. requestReportBCUSMEvent{ B1 :b1, B7 :b7} OPERATION ::= { ARGUMENT RequestReportBCUSMEventArg { b1 , b7 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-requestReportBCUSMEvent } -- Direction: SCF -> CUSF, Timer: Trrbce RequestReportBCUSMEventArg{ B1 :b1, B7 :b7} ::= SEQUENCE { bCUSMEvents [0] SEQUENCE SIZE (1.. b7 .&numOfBCUSMEvents) OF BCUSMEvent , componentTypes [1] SEQUENCE SIZE (1..3) OF ComponentType DEFAULT {any}, componentCorrelationID [2] ComponentCorrelationID OPTIONAL , monitorDuration [3] Duration OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , cUDPCriteria [5] CUApplicationInd OPTIONAL , legID [6] LegID OPTIONAL , ... } -- requestReportUTSI OPERAITON -- Direction: SCF -> CUSF, Timer: Trru -- This operation is described in Q.1248.2. sendComponent{ B1 :b1} OPERATION ::= { ARGUMENT SendComponentArg { b1 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-sendComponent } -- Direction: SCF -> CUSF, Timer: Tsdc SendComponentArg{ B1 :b1} ::= SEQUENCE { componentType [0] ComponentType , componentCorrelationID [2] ComponentCorrelationID OPTIONAL , message [3] Message DEFAULT rELeaseCOMPlete, monitorDuration [4] Duration OPTIONAL , extensions [5] Extensions { b1 } OPTIONAL , component [6] Component OPTIONAL , ... } -- sendSTUI OPERATION -- Direction: SCF -> CUSF, Timer: Tss -- This operation is described in Q.1248.2.
Language:English
Score: 1105918.5 - https://www.itu.int/wftp3/Publ...01/IN-SCF-CUSF-Operations.html
Data Source: un
UN/CEFACT CCTS V3.0 2009-09-29 Page 3 of 162 Table of Contents Abstract .................................................................................................... 2 Table of Contents ............................................................................................. 3 1 Status of This Document ........................................................................ 12 2 Core Components Technical Specification Project Team Participants ... 13 2.1 Disclaimer ....................................................................................13 2.2 Contact Information .....................................................................13 3 Introduction ............................................................................................ 14 3.1 Summary of Contents of Document ............................................14 3.1.1 Notation .......................................................................................15 3.2 Audience .....................................................................................15 3.3 Related Documents .....................................................................16 4 Objectives .............................................................................................. 17 4.1 Goals of the Technical Specification ...........................................17 4.2 Requirements ..............................................................................17 4.2.1 Conformance ...............................................................................17 4.3 Caveats and Assumptions ...........................................................17 5 Overview ................................................................................................ 18 5.1 Core Components .......................................................................18 5.1.1 Aggregate Core Component ........................................................19 5.1.2 Association Core Component ......................................................20 5.1.3 Basic Core Component ...............................................................21 5.2 Core Data Types .........................................................................22 5.3 Business Information Entities ......................................................23 5.3.1 Aggregate Business Information Entity........................................24 5.3.2 Association Business Information Entity ......................................25 5.3.3 Basic Business Information Entity ...............................................27 5.4 Business Data Types...................................................................27 5.5 Relationship between ISO 11179 Data Element Concepts and Core Components Constructs ..............................................28 5.6 Relationship between UN/CEFACT Modelling Methodology and Core Components Constructs ..............................................29 6 Core Component Model ......................................................................... 30 6.1 Overview .....................................................................................30 6.2 Core Component Naming and Definition Conventions ................31 UN/CEFACT CCTS V3.0 2009-09-29 Page 4 of 162 6.3 Core Component Registry Class .................................................32 6.4 Core Component Common Information .......................................32 6.4.1 Core Component Dictionary Entry Names...................................32 6.4.2 Core Component Definitions .......................................................34 6.4.3 Core Component Business Terms ..............................................34 6.5 Core Component Localized Information Class ............................34 6.6 Aggregate Core Components ......................................................35 6.6.1 Aggregate Core Component Object Class Term .........................35 6.6.2 Aggregate Core Component Usage Rule ....................................36 6.6.2.1 Aggregate Core Component Usage Rule Identification Metadata ................................................................37 6.6.2.2 Aggregate Core Component Usage Rule Localized Metadata .....................................................................37 6.6.3 Aggregate Core Component Identifiers .......................................38 6.6.4 Aggregate Core Component Common Information .....................38 6.6.4.1 Aggregate Core Component Dictionary Entry Names .................38 6.6.4.2 Aggregate Core Component Definitions ......................................38 6.6.4.3 Aggregate Core Component Business Terms .............................39 6.6.5 Aggregate Core Component Localized Information .....................39 6.7 Aggregate Core Component Properties ......................................39 6.8 Association Core Components ....................................................40 6.8.1 Association Core Component Association Type ..........................40 6.8.2 Association Core Component Usage Rule ..................................41 6.8.2.1 Association Core Component Usage Rule Identification Metadata ................................................................41 6.8.2.2 Association Core Component Usage Rule Localized Metadata .....................................................................42 6.8.3 Association Core Component Cardinality ....................................42 6.8.4 Association Core Component Sequencing Key ...........................42 6.8.5 Association Core Component Common Information....................43 6.8.5.1 Association Core Component Dictionary Entry Names ...............43 6.8.5.2 Association Core Component Definitions ....................................44 6.8.5.3 Association Core Component Business Terms ...........................44 6.8.6 Association Core Component Localized Information ...................44 6.9 Association Core Component Properties.....................................45 6.9.1 Association Core Component Property – Property Term.............45 6.9.2 Association Core Component Property Identifiers .......................46 UN/CEFACT CCTS V3.0 2009-09-29 Page 5 of 162 6.9.3 Association Core Component Property Common Information ...................................................................46 6.9.3.1 Association Core Component Property Dictionary Entry Names ...............................................................46 6.9.3.2 Association Core Component Property Definitions ......................46 6.9.3.3 Association Core Component Property Business Terms .............47 6.9.4 Association Core Component Property Localized Information ....47 6.10 Basic Core Components..............................................................48 6.10.1 Basic Core Component Usage Rules ..........................................48 6.10.1.1 Basic Core Component Usage Rule Identification Metadata .......49 6.10.1.2 Basic Core Component Usage Rule Localized Metadata ............49 6.10.2 Basic Core Component Cardinality .............................................49 6.10.3 Basic Core Component Sequencing Key ....................................50 6.10.4 Basic Core Component Common Information .............................50 6.10.4.1 Basic Core Component Dictionary Entry Names .........................50 6.10.4.2 Basic Core Component Definitions ..............................................51 6.10.4.3 Basic Core Component Business Terms .....................................51 6.10.5 Basic Core Component Localized Information ............................51 6.11 Basic Core Component Properties ..............................................52 6.11.1 Basic Core Component Property – Property Term ......................52 6.11.2 Basic Core Component Property Representation Term ..............53 6.11.3 Basic Core Component Property Identifiers ................................53 6.11.4 Basic Core Component Property Common Information ..............53 6.11.4.1 Basic Core Component Property Dictionary Entry Names ..........54 6.11.4.2 Basic Core Component Property Definitions ...............................54 6.11.4.3 Basic Core Component Property Business Terms ......................54 6.11.5 Basic Core Component Property Localized Information ..............54 7 Business Information Entity Model ......................................................... 56 7.1 Overview .....................................................................................56 7.2 Business Information Entity Naming and Definition Conventions ............................................58 7.3 Business Information Entity Registry Class .................................58 7.4 Business Information Entity Common Information .......................59 7.4.1 Business Information Entity Dictionary Entry Names...................59 7.4.2 Business Information Entity Definitions .......................................61 7.4.3 Business Information Entity Business Terms ..............................61 7.5 Business Information Entity Localized Information Class ............62 UN/CEFACT CCTS V3.0 2009-09-29 Page 6 of 162 7.6 Aggregate Business Information Entities .....................................62 7.6.1 Aggregate Business Information Entity Object Class Term .........62 7.6.2 Aggregate Business Information Entity Object Class Term Qualifier ........................................................63 7.6.3 Aggregate Business Information Entity Usage Rule ....................64 7.6.3.1 Aggregate Business Information Entity Usage Rule Identification Metadata .............................................65 7.6.3.2 Aggregate Business Information Entity Usage Rule Localized Metadata ..................................................65 7.6.4 Aggregate Business Information Entity Identifiers .......................65 7.6.5 Aggregate Business Information Entity Common Information .....66 7.6.5.1 Aggregate Business Information Entity Dictionary Entry Names ...............................................................66 7.6.5.2 Aggregate Business Information Entity Definitions ......................66 7.6.5.3 Aggregate Business Information Entity Business Terms .............66 7.6.6 Aggregate Business Information Entity Localized Information.....67 7.7 Aggregate Business Information Entity Properties ......................67 7.8 Association Business Information Entities ...................................68 7.8.1 Association Business Information Entity Association Type..........68 7.8.2 Association Business Information Entity Usage Rule ..................69 7.8.2.1 Association Business Information Entity Usage Rule Identification Metadata .............................................69 7.8.2.2 Association Business Information Entity Usage Rule Localized Metadata ..................................................70 7.8.3 Association Business Information Entity Cardinality ....................70 7.8.4 Association Business Information Entity Sequencing Key ...........71 7.8.5 Association Business Information Entity Common Information ...71 7.8.5.1 Association Business Information Entity Dictionary Entry Names ...............................................................71 7.8.5.2 Association Business Information Entity Definitions ....................72 7.8.5.3 Association Business Information Entity Business Terms ...........72 7.8.6 Association Business Information Entity Localized Information ...72 7.9 Association Business Information Entity Properties ....................73 7.9.1 Association Business Information Entity Property – Property Term .............................................................................73 7.9.2 Association Business Information Entity Property Qualifier Terms ............................................................................74 7.9.3 Association Business Information Entity Property Identifiers .......75 UN/CEFACT CCTS V3.0 2009-09-29 Page 7 of 162 7.9.4 Association Business Information Entity Property Common Information ...................................................................75 7.9.4.1 Association Business Information Entity Property Dictionary Entry Names ...............................................................75 7.9.4.2 Association Business Information Entity Property Definitions......75 7.9.4.3 Association Business Information Entity Property Business Terms ...........................................................................76 7.9.5 Association Business Information Entity Property Localized Information ..................................................................76 7.10 Basic Business Information Entities ............................................77 7.10.1 Basic Business Information Entity Usage Rules ..........................77 7.10.1.1 Basic Business Information Entity Usage Rule Identification Metadata ................................................................78 7.10.1.2 Basic Business Information Entity Usage Rule Localized Metadata .....................................................................78 7.10.2 Basic Business Information Entity Cardinality .............................79 7.10.3 Basic Business Information Entity Sequencing Key ....................79 7.10.4 Basic Business Information Entity Common Information .............79 7.10.4.1 Basic Business Information Entity Dictionary Entry Names .........80 7.10.4.2 Basic Business Information Entity Definitions ..............................80 7.10.4.3 Basic Business Information Entity Business Terms .....................80 7.10.5 Basic Business Information Entity Localized Information ............81 7.11 Basic Business Information Entity Properties ..............................81 7.11.1 Basic Business Information Entity Property – Property Term ......82 7.11.2 Basic Business Information Entity Property – Property Term Qualifiers .............................................................82 7.11.3 Basic Business Information Entity Property Representation Term ...................................................................83 7.11.4 Basic Business Information Entity Property Identifiers ................83 7.11.5 Basic Business Information Entity Property Common Information ...................................................................84 7.11.5.1 Basic Business Information Entity Property Dictionary Entry Names ...............................................................84 7.11.5.2 Basic Business Information Entity Property Definitions ...............84 7.11.5.3 Basic Business Information Entity Property Business Terms ......84 7.11.6 Basic Business Information Entity Property Localized Information ..................................................................85 8 Data Types ............................................................................................. 86 8.1 Overview .....................................................................................87 UN/CEFACT CCTS V3.0 2009-09-29 Page 8 of 162 8.2 Data Type Naming and Definition Conventions ...........................87 8.3 Data Type Registry Class ............................................................87 8.4 Data Type Common Information .................................................88 8.4.1 Data Type Dictionary Entry Names .............................................88 8.4.2 Data Type Definitions ..................................................................89 8.4.3 Business Terms ...........................................................................89 8.5 Data Type Localized Information Class .......................................89 8.6 Core Data Types .........................................................................90 8.6.1 Core Data Type – Data Type Terms ...........................................90 8.6.2 Core Data Type Usage Rules ......................................................92 8.6.2.1 Core Data Type Usage Rule Identification Metadata ..................92 8.6.2.2 Core Data Type Usage Rule Localized Metadata .......................93 8.6.3 Core Data Type Identifiers...........................................................93 8.6.4 Core Data Type Common Information .........................................93 8.6.4.1 Core Data Type Dictionary Entry Names.....................................94 8.6.4.2 Core Data Type Definitions .........................................................94 8.6.4.3 Core Data Type Business Terms ................................................94 8.6.5 Core Data Type Localized Information ........................................94 8.6.6 Core Data Type Content Component ..........................................95 8.6.6.1 Core Data Type Content Component Property Term ..................95 8.6.6.2 Core Data Type Content Component Usage Rules .....................95 8.6.6.2.1 Core Data Type Content Component Usage Rule Identification Metadata ............................................. 96 8.6.6.2.2 Core Data Type Content Component Usage Rule Identification Metadata Localized Metadata ............. 97 8.6.6.3 Core Data Type Content Component Common Information ........97 8.6.6.3.1 Core Data Type Content Component Dictionary Entry Names .... 97 8.6.6.3.2 Core Data Type Content Component Definition .......................... 98 8.6.6.3.3 Core Data Type Content Component Business Terms ............... 98 8.6.6.4 Core Data Type Content Component Localized Information .......98 8.6.6.5 Core Data Type Content Component Core Value Domain ..........99 8.6.6.5.1 Core Data Type Content Component Core Value Domain Primitive ...................................................... 99 8.6.6.5.2 Core Data Type Content Component Core Value Domain Scheme or List .......................................... 101 8.6.6.5.3 Core Data Type Content Component Core Value Domain Usage Rule ............................................... 102 UN/CEFACT CCTS V3.0 2009-09-29 Page 9 of 162 8.6.7 Core Data Type Supplementary Components ........................... 104 8.6.7.1 Core Data Type Supplementary Component Property Term ..... 104 8.6.7.2 Core Data Type Supplementary Component Representation Term ................................................................. 105 8.6.7.3 Core Data Type Supplementary Component Cardinality ........... 105 8.6.7.4 Core Data Type Supplementary Component Usage Rules ....... 105 8.6.7.4.1 Core Data Type Supplementary Component Usage Rule Identification Metadata .............................................................. 106 8.6.7.4.2 Core Data Type Supplementary Component Usage Rule Identification Metadata Localized Metadata .............................. 107 8.6.7.5 Core Data Type Supplementary Component Common Information ................................................................. 107 8.6.7.5.1 Core Data Type Supplementary Component Dictionary Entry Names ............................................................. 108 8.6.7.5.2 Core Data Type Supplementary Component Definition ............. 108 8.6.7.5.3 Core Data Type Supplementary Component Business Terms .. 108 8.6.7.6 Core Data Type Supplementary Component Localized Information ................................................................ 108 8.6.7.7 Core Data Type Supplementary Component Core Value Domain ................................................................... 109 8.6.7.7.1 Core Data Type Supplementary Component Core Value Domain Primitive .................................................... 110 8.6.7.7.2 Core Data Type Supplementary Component Core Value Domain Scheme or List .......................................... 111 8.6.7.7.3 Core Data Type Supplementary Component Core Value Domain Usage Rule ............................................... 113 8.7 Business Data Types................................................................. 115 8.7.1 Business Data Type – Data Type Term..................................... 115 8.7.2 Business Data Type Qualifier Term ........................................... 115 8.7.3 Business Data Type Usage Rule ............................................... 118 8.7.3.1 Business Data Type Usage Rule Identification Metadata .......... 119 8.7.3.2 Business Data Type Usage Rule Localized Metadata ............... 119 8.7.4 Business Data Type Identifiers .................................................. 119 8.7.5 Business Data Type Common Information ................................ 119 8.7.5.1 Business Data Type Dictionary Entry Names ............................ 120 8.7.5.2 Business Data Type Definitions ................................................. 120 8.7.5.3 Business Data Type Business Terms ........................................ 120 8.7.6 Business Data Type Localized Information ............................... 120 8.7.7 Business Data Type Content Component ................................. 121 UN/CEFACT CCTS V3.0 2009-09-29 Page 10 of 162 8.7.7.1 Business Data Type Content Component Property Term.......... 121 8.7.7.2 Business Data Type Content Component Usage Rules ............ 121 8.7.7.2.1 Business Data Type Content Component Usage Rule Identification Metadata .............................................................. 122 8.7.7.2.2 Business Data Type Content Component Usage Rule Identification Metadata Localized Metadata .............................. 123 8.7.7.3 Business Data Type Content Component Common Information ................................................................. 123 8.7.7.3.1 Business Data Type Content Component Dictionary Entry Names ............................................................. 124 8.7.7.3.2 Business Data Type Content Component Definition ................. 124 8.7.7.3.3 Business Data Type Content Component Business Terms ....... 124 8.7.7.4 Business Data Type Content Component Localized Information ................................................................ 124 8.7.7.5 Business Data Type Content Component Business Value Domain ............................................................ 125 8.7.7.5.1 Business Data Type Content Component Business Value Domain – Domain Restrictions ........................ 126 8.7.7.5.2 Business Data Type Content Component Business Value Domain Primitive .............................................. 127 8.7.7.5.3 Business Data Type Content Component Business Value Domain Scheme or List.................................... 128 8.7.7.5.4 Business Data Type Content Component Business Value Domain Usage Rule ......................................... 130 8.7.8 Business Data Type Supplementary Components .................... 132 8.7.8.1 Business Data Type Supplementary Component Property Term ........................................................................... 133 8.7.8.2 Business Data Type Supplementary Component Representation Term ................................................................. 133 8.7.8.3 Business Data Type Supplementary Component Cardinality ................................................................................. 133 8.7.8.4 Business Data Type Supplementary Component Usage Rules .............................................................................. 134 8.7.8.4.1 Business Data Type Supplementary Component Usage Rule Identification Metadata ........................................... 135 8.7.8.4.2 Business Data Type Supplementary Component Usage Rule Identification Metadata Localized Metadata ........... 135 8.7.8.5 Business Data Type Supplementary Component Common Information ................................................................. 136 8.7.8.5.1 Business Data Type Supplementary Component Dictionary Entry Names ............................................................. 136 UN/CEFACT CCTS V3.0 2009-09-29 Page 11 of 162 8.7.8.5.2 Business Data Type Supplementary Component Definitions .... 136 8.7.8.5.3 Business Data Type Supplementary Component Business Terms ......................................................................... 137 8.7.8.6 Business Data Type Supplementary Component Localized Information ................................................................ 137 8.7.8.7 Business Data Type Supplementary Component Business Value Domain ............................................................ 138 8.7.8.7.1 Business Data Type Supplementary Component Business Value Domain – Domain Restrictions ........................ 139 8.7.8.7.2 Business Data Type Supplementary Component Business Value Domain Primitive .............................................. 140 8.7.8.7.3 Business Data Type Supplementary Component Business Value Domain Business Scheme or List .................... 141 8.7.8.7.4 Business Data Type Supplementary Component Business Value Domain Usage Rule ......................................... 143 9 Context ................................................................................................ 146 9.1 Overview ................................................................................... 146 9.2 Business Context ...................................................................... 147 9.3 Context Values .......................................................................... 147 9.4 Context Classification Scheme .................................................. 147 9.5 Categories ................................................................................. 148 9.5.1 Business Process Context......................................................... 149 9.5.2 Product Classification Context ................................................... 149 9.5.3 Industry Classification Context .................................................. 150 9.5.4 Geopolitical Context .................................................................. 150 9.5.5 Official Constraints Context ....................................................... 151 9.5.6 Business Process Role Context ................................................ 152 9.5.7 Supporting Role Context ........................................................... 152 9.5.8 System Capabilities Context ...................................................... 152 9.6 Context Values .......................................................................... 152 10 Definition of Terms ............................................................................... 153 11 References ........................................................................................... 160 12 Disclaimer ............................................................................................ 161 Copyright Statement..................................................................................... 162 UN/CEFACT CCTS V3.0 2009-09-29 Page 12 of 162 1 Status of This Document This UN/CEFACT Technical Specification has been developed and approved in accordance with the UN/CEFACT/TRADE/R.650/Rev.4/Add.1/Rev.1 Open Development Process (ODP) for technical specifications. (...) This Core Component Technical Specification (CCTS) describes a revolutionary approach for developing a common set of semantic building blocks that represent the general types of business data in use today. (...) UN/CEFACT defines a formal set of CDTs as part of the overall CCTS common methodology standards stack. Other users are encouraged to adopt the UN/CEFACT Data Type Catalogue to ensure maximum interoperability across implementations.4 5.3 Business Information Entities Core components act as conceptual models that are used to define Business Information Entities (BIEs).
Language:English
Score: 1103480.6 - https://unece.org/fileadmin/DA...ortrade/CCTS/CCTS-Version3.pdf
Data Source: un
IN-CS3-SCF-CUSF-Operations {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-ops-args(26) version1(0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS ros-InformationObjects, common-classes, common-datatypes, scf-cusf-classes, scf-cusf-datatypes, ssf-scf-datatypes, ssf-scf-classes, errortypes, operationcodes FROM IN-CS3-object-identifiers {itu-t recommendation q 1238 modules(1) in-cs3-object-identifiers(0) version1(0)} OPERATION FROM Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)} COMMON-BOUNDS FROM IN-CS3-common-classes {itu-t recommendation q 1238 modules(1) in-cs3-common-classes(5) version1(0)} Extensions{} FROM IN-CS3-common-datatypes {itu-t recommendation q 1238 modules(1) in-cs3-common-datatypes(1) version1(0)} SCF-SSF-BOUNDS FROM IN-CS3-SSF-SCF-Classes {itu-t recommendation q 1238 modules(1) in-cs3-ssf-scf-classes(7) version1(0)} SCF-CUSF-BOUNDS FROM IN-CS3-SCF-CUSF-Classes {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-classes(25) version1(0)} BCUSMEvent, CallUnrelatedDpSpecificCommonParameters{}, CUApplicationInd, EventSpecificInformationBCUSM{}, EventTypeBCUSM, Message FROM IN-CS3-SCF-CUSF-Datatypes {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-datatypes(24) version1(0)} BearerCapability{}, CalledPartyNumber{}, CallingPartyNumber{}, CallingPartySubaddress{}, Cause{}, Component, ComponentType, ComponentCorrelationID, Duration, GenericNumbers{}, HighLayerCompatibility, LegID, LocationNumber{}, MiscCallInfo, MonitorMode, ServiceAddressInformation, ServiceKey, TerminalType, USIInformation{}, USIServiceIndicator{} FROM IN-CS3-SSF-SCF-datatypes {itu-t recommendation q 1238 modules(1) in-cs3-ssf-scf-datatypes(6) version1(0)} missingCustomerRecord, missingParameter, parameterOutOfRange, systemFailure, taskRefused, unexpectedComponentSequence, unexpectedDataValue, unexpectedParameter, unknownLegID FROM IN-CS3-errortypes {itu-t recommendation q 1238 modules(1) in-cs3-errortypes(2) version1(0)} opcode-activationReceivedAndAuthorized, opcode-initiateAssociation, opcode-associationReleaseRequested, opcode-componentReceived, opcode-releaseAssociation, opcode-requestReportBCUSMEvent, opcode-sendComponent, opcode-initialAssociationDP, opcode-connectAssociation, opcode-continueAssociation, opcode-eventReportBCUSM FROM IN-CS3-operationcodes {itu-t recommendation q 1238 modules(1) in-cs3-operationcodes(3) version1(0)}; -- The following three definitions are local short-hand notation for convenience. B1 ::= COMMON-BOUNDS -- defined in Recommendation Q.1238.1 B2 ::= SCF-SSF-BOUNDS -- defined in Recommendation Q.1238.2 B7 ::= SCF-CUSF-BOUNDS -- defined in Recommendation Q.1238.7 -- activityTest OPERATION -- Direction: SCF -> CUSF, Timer: Tat -- This operation is described in Q.1238.2. activationReceivedAndAuthorized{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ActivationReceivedAndAuthorizedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-activationReceivedAndAuthorized } -- Direction: CUSF->SCF, Timer: Tara ActivationReceivedAndAuthorizedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, ... } associationReleaseRequested{B1:b1, B2:b2} OPERATION ::= { ARGUMENT AssociationReleaseRequestedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-associationReleaseRequested } -- Direction: CUSF -> SCF, Timer: Tarr AssociationReleaseRequestedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, legID [6] LegID OPTIONAL, ... } componentReceived{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ComponentReceivedArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-componentReceived } -- Direction: CUSF -> SCF, Timer: Tcre ComponentReceivedArg{B1:b1, B2:b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters{b1, b2}, componentType [1] ComponentType OPTIONAL, componentCorrelationID [3] ComponentCorrelationID OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, component [5] Component OPTIONAL, legID [6] LegID OPTIONAL, ... } connectAssociation{B1:b1, B2:b2} OPERATION ::= { ARGUMENT ConnectAssociationArg {b1, b2} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-connectAssociation } -- Direction: SCF->CUSF, Timer: Tcoa ConnectAssociationArg{B1:b1, B2:b2} ::= SEQUENCE { address [0] CalledPartyNumber{b2}, extensions [1] Extensions{b1} OPTIONAL, genericNumbers [2] GenericNumbers{b2} OPTIONAL, ... } continueAssociation{B1:b1} OPERATION ::= { ARGUMENT ContinueAssociationArg {b1} OPTIONAL TRUE RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-continueAssociation } -- Direction: SCF->CUSF, Timer: Tcona ContinueAssociationArg{B1:b1} ::= SEQUENCE { extensions [0] Extensions{b1} OPTIONAL, ... } eventReportBCUSM{B1:b1, B2:b2, B7:b7} OPERATION ::= { ARGUMENT EventReportBCUSMArg {b1, b2, b7} RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-eventReportBCUSM } -- Direction: CUSF -> SCF, Timer: Terbce EventReportBCUSMArg{B1:b1, B2:b2, B7:b7} ::= SEQUENCE { eventTypeBCUSM [0] EventTypeBCUSM OPTIONAL, eventSpecificInformationBCUSM [1] EventSpecificInformationBCUSM{b2, b7} OPTIONAL, miscCallInfo [2] MiscCallInfo DEFAULT {messageType request}, cUApplicationInd [3] CUApplicationInd OPTIONAL, legID [4] LegID OPTIONAL, extensions [5] Extensions{b1} OPTIONAL, componentType [6] ComponentType OPTIONAL, componentCorrelationID [7] ComponentCorrelationID OPTIONAL, component [8] Component OPTIONAL, ... } initialAssociationDP{B1:b1, B2:b2} OPERATION ::= { ARGUMENT InitialAssociationDPArg {b1, b2} RETURN RESULT FALSE ERRORS {missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-initialAssociationDP } -- Direction: CUSF->SCF, Timer: Tiadp InitialAssociationDPArg{B1:b1, B2:b2} ::= SEQUENCE { serviceKey [0] ServiceKey, cUApplicationInd [1] CUApplicationInd OPTIONAL, miscCallInfo [2] MiscCallInfo OPTIONAL, eventTypeBCUSM [3] EventTypeBCUSM OPTIONAL, calledPartyNumber [4] CalledPartyNumber{b2} OPTIONAL, callingPartyNumber [5] CallingPartyNumber{b2} OPTIONAL, callingPartySubaddress [6] CallingPartySubaddress{b2} OPTIONAL, highLayerCompatibility [7] HighLayerCompatibility OPTIONAL, bearerCapability [8] BearerCapability{b2} OPTIONAL, uSIServiceIndicator [9] USIServiceIndicator{b2} OPTIONAL, uSIInformation [10] USIInformation{b2} OPTIONAL, extensions [11] Extensions{b1} OPTIONAL, genericNumbers [12] GenericNumbers{b2} OPTIONAL, componentType [13] ComponentType OPTIONAL, componentCorrelationID [14] ComponentCorrelationID OPTIONAL, component [15] Component OPTIONAL, ... } initiateAssociation{B1:b1, B2:b2} OPERATION ::= { ARGUMENT InitiateAssociationArg {b1, b2} RESULT InitiateAssociationResultArg ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS TRUE CODE opcode-initiateAssociation } -- Direction: SCF->CUSF, Timer: Tia InitiateAssociationArg{B1:b1, B2:b2} ::= SEQUENCE { calledPartyNumber [0] CalledPartyNumber{b2}, extensions [1] Extensions{b1} OPTIONAL, uSIServiceIndicator [2] USIServiceIndicator{b2} OPTIONAL, uSIInformation [3] USIInformation{b2} OPTIONAL, genericNumbers [4] GenericNumbers{b2} OPTIONAL, ... } InitiateAssociationResultArg ::= NULL releaseAssociation{B2:b2} OPERATION ::= { ARGUMENT ReleaseAssociationArg {b2} RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-releaseAssociation } -- Direction: SCF->CUSF, Timer: Trel ReleaseAssociationArg{B2:b2} ::= Cause{b2} -- reportUTSI OPERATION -- Direction: CUSF -> SCF, Timer: Tru -- This operation is described in Q.1238.2. requestReportBCUSMEvent{B1:b1, B7:b7} OPERATION ::= { ARGUMENT RequestReportBCUSMEventArg {b1, b7} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID} ALWAYS RESPONDS FALSE CODE opcode-requestReportBCUSMEvent } -- Direction: SCF -> CUSF, Timer: Trrbce RequestReportBCUSMEventArg{B1:b1, B7:b7} ::= SEQUENCE { bCUSMEvents [0] SEQUENCE SIZE (1..b7.&numOfBCUSMEvents) OF BCUSMEvent, componentTypes [1] SEQUENCE SIZE (1..3) OF ComponentType DEFAULT {any}, componentCorrelationID [2] ComponentCorrelationID OPTIONAL, monitorDuration [3] Duration OPTIONAL, extensions [4] Extensions{b1} OPTIONAL, cUDPCriteria [5] CUApplicationInd OPTIONAL, legID [6] LegID OPTIONAL, ... } -- requestReportUTSI OPERAITON -- Direction: SCF -> CUSF, Timer: Trru -- This operation is described in Q.1238.2. sendComponent{B1:b1} OPERATION ::= { ARGUMENT SendComponentArg {b1} RETURN RESULT FALSE ERRORS {missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter} ALWAYS RESPONDS FALSE CODE opcode-sendComponent } -- Direction: SCF -> CUSF, Timer: Tsdc SendComponentArg{B1:b1} ::= SEQUENCE { componentType [0] ComponentType, componentCorrelationID [2] ComponentCorrelationID OPTIONAL, message [3] Message DEFAULT rELeaseCOMPlete, monitorDuration [4] Duration OPTIONAL, extensions [5] Extensions{b1} OPTIONAL, component [6] Component OPTIONAL, ... } -- sendSTUI OPERATION -- Direction: SCF -> CUSF, Timer: Tss -- This operation is described in Q.1238.2.
Language:English
Score: 1100360.1 - https://www.itu.int/wftp3/Publ...IN-CS3-SCF-CUSF-Operations.asn
Data Source: un
IN-CS3-SCF-CUSF-Operations {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-ops-args(26) version1(0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS ros-InformationObjects, common-classes, common-datatypes, scf-cusf-classes, scf-cusf-datatypes, ssf-scf-datatypes, ssf-scf-classes, errortypes, operationcodes FROM IN-CS3-object-identifiers {itu-t recommendation q 1238 modules(1) in-cs3-object-identifiers(0) version1(0)} OPERATION FROM Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)} COMMON-BOUNDS FROM IN-CS3-common-classes {itu-t recommendation q 1238 modules(1) in-cs3-common-classes(5) version1(0)} Extensions{} FROM IN-CS3-common-datatypes {itu-t recommendation q 1238 modules(1) in-cs3-common-datatypes(1) version1(0)} SCF-SSF-BOUNDS FROM IN-CS3-SSF-SCF-Classes {itu-t recommendation q 1238 modules(1) in-cs3-ssf-scf-classes(7) version1(0)} SCF-CUSF-BOUNDS FROM IN-CS3-SCF-CUSF-Classes {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-classes(25) version1(0)} BCUSMEvent, CallUnrelatedDpSpecificCommonParameters{}, CUApplicationInd, EventSpecificInformationBCUSM{}, EventTypeBCUSM, Message FROM IN-CS3-SCF-CUSF-Datatypes {itu-t recommendation q 1238 modules(1) in-cs3-scf-cusf-datatypes(24) version1(0)} BearerCapability{}, CalledPartyNumber{}, CallingPartyNumber{}, CallingPartySubaddress{}, Cause{}, Component, ComponentType, ComponentCorrelationID, Duration, GenericNumbers{}, HighLayerCompatibility, LegID, LocationNumber{}, MiscCallInfo, MonitorMode, ServiceAddressInformation, ServiceKey, TerminalType, USIInformation{}, USIServiceIndicator{} FROM IN-CS3-SSF-SCF-datatypes {itu-t recommendation q 1238 modules(1) in-cs3-ssf-scf-datatypes(6) version1(0)} missingCustomerRecord, missingParameter, parameterOutOfRange, systemFailure, taskRefused, unexpectedComponentSequence, unexpectedDataValue, unexpectedParameter, unknownLegID FROM IN-CS3-errortypes {itu-t recommendation q 1238 modules(1) in-cs3-errortypes(2) version1(0)} opcode-activationReceivedAndAuthorized, opcode-initiateAssociation, opcode-associationReleaseRequested, opcode-componentReceived, opcode-releaseAssociation, opcode-requestReportBCUSMEvent, opcode-sendComponent, opcode-initialAssociationDP, opcode-connectAssociation, opcode-continueAssociation, opcode-eventReportBCUSM FROM IN-CS3-operationcodes {itu-t recommendation q 1238 modules(1) in-cs3-operationcodes(3) version1(0)}; -- The following three definitions are local short-hand notation for convenience. B1 ::= COMMON-BOUNDS -- defined in Recommendation Q.1238.1 B2 ::= SCF-SSF-BOUNDS -- defined in Recommendation Q.1238.2 B7 ::= SCF-CUSF-BOUNDS -- defined in Recommendation Q.1238.7 -- activityTest OPERATION -- Direction: SCF -> CUSF, Timer: Tat -- This operation is described in Q.1238.2. activationReceivedAndAuthorized{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ActivationReceivedAndAuthorizedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-activationReceivedAndAuthorized } -- Direction: CUSF->SCF, Timer: Tara ActivationReceivedAndAuthorizedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , ... } associationReleaseRequested{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT AssociationReleaseRequestedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-associationReleaseRequested } -- Direction: CUSF -> SCF, Timer: Tarr AssociationReleaseRequestedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , legID [6] LegID OPTIONAL , ... } componentReceived{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ComponentReceivedArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-componentReceived } -- Direction: CUSF -> SCF, Timer: Tcre ComponentReceivedArg{ B1 :b1, B2 :b2} ::= SEQUENCE { callUnrelatedDpSpecificCommonParameters [0] CallUnrelatedDpSpecificCommonParameters { b1 , b2 }, componentType [1] ComponentType OPTIONAL , componentCorrelationID [3] ComponentCorrelationID OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , component [5] Component OPTIONAL , legID [6] LegID OPTIONAL , ... } connectAssociation{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT ConnectAssociationArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-connectAssociation } -- Direction: SCF->CUSF, Timer: Tcoa ConnectAssociationArg{ B1 :b1, B2 :b2} ::= SEQUENCE { address [0] CalledPartyNumber { b2 }, extensions [1] Extensions { b1 } OPTIONAL , genericNumbers [2] GenericNumbers { b2 } OPTIONAL , ... } continueAssociation{ B1 :b1} OPERATION ::= { ARGUMENT ContinueAssociationArg { b1 } OPTIONAL TRUE RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-continueAssociation } -- Direction: SCF->CUSF, Timer: Tcona ContinueAssociationArg{ B1 :b1} ::= SEQUENCE { extensions [0] Extensions { b1 } OPTIONAL , ... } eventReportBCUSM{ B1 :b1, B2 :b2, B7 :b7} OPERATION ::= { ARGUMENT EventReportBCUSMArg { b1 , b2 , b7 } RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-eventReportBCUSM } -- Direction: CUSF -> SCF, Timer: Terbce EventReportBCUSMArg{ B1 :b1, B2 :b2, B7 :b7} ::= SEQUENCE { eventTypeBCUSM [0] EventTypeBCUSM OPTIONAL , eventSpecificInformationBCUSM [1] EventSpecificInformationBCUSM { b2 , b7 } OPTIONAL , miscCallInfo [2] MiscCallInfo DEFAULT {messageType request}, cUApplicationInd [3] CUApplicationInd OPTIONAL , legID [4] LegID OPTIONAL , extensions [5] Extensions { b1 } OPTIONAL , componentType [6] ComponentType OPTIONAL , componentCorrelationID [7] ComponentCorrelationID OPTIONAL , component [8] Component OPTIONAL , ... } initialAssociationDP{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT InitialAssociationDPArg { b1 , b2 } RETURN RESULT FALSE ERRORS { missingCustomerRecord | missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-initialAssociationDP } -- Direction: CUSF->SCF, Timer: Tiadp InitialAssociationDPArg{ B1 :b1, B2 :b2} ::= SEQUENCE { serviceKey [0] ServiceKey , cUApplicationInd [1] CUApplicationInd OPTIONAL , miscCallInfo [2] MiscCallInfo OPTIONAL , eventTypeBCUSM [3] EventTypeBCUSM OPTIONAL , calledPartyNumber [4] CalledPartyNumber { b2 } OPTIONAL , callingPartyNumber [5] CallingPartyNumber { b2 } OPTIONAL , callingPartySubaddress [6] CallingPartySubaddress { b2 } OPTIONAL , highLayerCompatibility [7] HighLayerCompatibility OPTIONAL , bearerCapability [8] BearerCapability { b2 } OPTIONAL , uSIServiceIndicator [9] USIServiceIndicator { b2 } OPTIONAL , uSIInformation [10] USIInformation { b2 } OPTIONAL , extensions [11] Extensions { b1 } OPTIONAL , genericNumbers [12] GenericNumbers { b2 } OPTIONAL , componentType [13] ComponentType OPTIONAL , componentCorrelationID [14] ComponentCorrelationID OPTIONAL , component [15] Component OPTIONAL , ... } initiateAssociation{ B1 :b1, B2 :b2} OPERATION ::= { ARGUMENT InitiateAssociationArg { b1 , b2 } RESULT InitiateAssociationResultArg ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS TRUE CODE opcode-initiateAssociation } -- Direction: SCF->CUSF, Timer: Tia InitiateAssociationArg{ B1 :b1, B2 :b2} ::= SEQUENCE { calledPartyNumber [0] CalledPartyNumber { b2 }, extensions [1] Extensions { b1 } OPTIONAL , uSIServiceIndicator [2] USIServiceIndicator { b2 } OPTIONAL , uSIInformation [3] USIInformation { b2 } OPTIONAL , genericNumbers [4] GenericNumbers { b2 } OPTIONAL , ... } InitiateAssociationResultArg ::= NULL releaseAssociation{ B2 :b2} OPERATION ::= { ARGUMENT ReleaseAssociationArg { b2 } RETURN RESULT FALSE ALWAYS RESPONDS FALSE CODE opcode-releaseAssociation } -- Direction: SCF->CUSF, Timer: Trel ReleaseAssociationArg{ B2 :b2} ::= Cause { b2 } -- reportUTSI OPERATION -- Direction: CUSF -> SCF, Timer: Tru -- This operation is described in Q.1238.2. requestReportBCUSMEvent{ B1 :b1, B7 :b7} OPERATION ::= { ARGUMENT RequestReportBCUSMEventArg { b1 , b7 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter | unknownLegID } ALWAYS RESPONDS FALSE CODE opcode-requestReportBCUSMEvent } -- Direction: SCF -> CUSF, Timer: Trrbce RequestReportBCUSMEventArg{ B1 :b1, B7 :b7} ::= SEQUENCE { bCUSMEvents [0] SEQUENCE SIZE (1.. b7 .&numOfBCUSMEvents) OF BCUSMEvent , componentTypes [1] SEQUENCE SIZE (1..3) OF ComponentType DEFAULT {any}, componentCorrelationID [2] ComponentCorrelationID OPTIONAL , monitorDuration [3] Duration OPTIONAL , extensions [4] Extensions { b1 } OPTIONAL , cUDPCriteria [5] CUApplicationInd OPTIONAL , legID [6] LegID OPTIONAL , ... } -- requestReportUTSI OPERAITON -- Direction: SCF -> CUSF, Timer: Trru -- This operation is described in Q.1238.2. sendComponent{ B1 :b1} OPERATION ::= { ARGUMENT SendComponentArg { b1 } RETURN RESULT FALSE ERRORS { missingParameter | parameterOutOfRange | systemFailure | taskRefused | unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter } ALWAYS RESPONDS FALSE CODE opcode-sendComponent } -- Direction: SCF -> CUSF, Timer: Tsdc SendComponentArg{ B1 :b1} ::= SEQUENCE { componentType [0] ComponentType , componentCorrelationID [2] ComponentCorrelationID OPTIONAL , message [3] Message DEFAULT rELeaseCOMPlete, monitorDuration [4] Duration OPTIONAL , extensions [5] Extensions { b1 } OPTIONAL , component [6] Component OPTIONAL , ... } -- sendSTUI OPERATION -- Direction: SCF -> CUSF, Timer: Tss -- This operation is described in Q.1238.2.
Language:English
Score: 1100360.1 - https://www.itu.int/wftp3/Publ...N-CS3-SCF-CUSF-Operations.html
Data Source: un
X.1520 : Common vulnerabilities and exposures   Français   Español     Home : ITU-T : Publications : Recommendations : X Series : X.1520 Recently posted  -  Search Recommendations     X.1520 : Common vulnerabilities and exposures Recommendation X.1520 In force components Number Title Status X.1520 (01/14)   Common vulnerabilities and exposures   In force     Superseded and Withdrawn components Number Title Status X.1520 (04/11)   Common vulnerabilities and exposures   Superseded   Top  -  Feedback  -  Contact us  -  Copyright © ITU  2008 All Rights Reserved Contact for this page :  ITU-T Publications Updated : 2014-09-17  
Language:English
Score: 1084978.4 - https://www.itu.int/rec/T-REC-X.1520
Data Source: un
It does not require UML in its implementation.19 CCTS V3.0 Implementation Validation Second Iteration 2008-12-18 Page 3 of 173 Table of Contents20 Abstract ....................................................................................................221 Table of Contents.............................................................................................322 1 Status of This Document ........................................................................1223 2 Core Components Technical Specification Project Team Participants...1324 2.1 Disclaimer....................................................................................1325 2.2 Contact Information .....................................................................1326 3 Introduction ............................................................................................1427 3.1 Summary of Contents of Document ............................................1428 3.1.1 Notation.......................................................................................1529 3.2 Audience .....................................................................................1530 3.3 Related Documents .....................................................................1631 4 Objectives ..............................................................................................1732 4.1 Goals of the Technical Specification ...........................................1733 4.2 Requirements ..............................................................................1734 4.2.1 Conformance...............................................................................1735 4.3 Caveats and Assumptions...........................................................1736 5 Overview ................................................................................................1837 5.1 Core Components .......................................................................1838 5.1.1 Aggregate Core Component........................................................1939 5.1.2 Association Core Component......................................................2040 5.1.3 Basic Core Component ...............................................................2141 5.2 Core Data Types .........................................................................2242 5.3 Business Information Entities ......................................................2343 5.3.1 Aggregate Business Information Entity........................................2444 5.3.2 Association Business Information Entity......................................2545 5.3.3 Basic Business Information Entity ...............................................2746 5.4 Business Data Types...................................................................2847 5.5 Relationship between ISO 11179 Data Element Concepts48 and Core Components Constructs ..............................................2949 5.6 Relationship between UN/CEFACT Modelling Methodology50 and Core Components Constructs ..............................................2951 6 Core Component Model .........................................................................3152 6.1 Overview .....................................................................................3153 6.2 Core Component Naming and Definition Conventions ................3254 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 4 of 173 6.3 Core Component Registry Class .................................................3355 6.4 Core Component Common Information.......................................3356 6.4.1 Core Component Dictionary Entry Name ....................................3357 6.4.2 Core Component Definitions .......................................................3558 6.4.3 Core Component Business Terms ..............................................3559 6.5 Core Component Localized Information Class ............................3660 6.6 Aggregate Core Components......................................................3661 6.6.1 Aggregate Core Component Object Class Term.........................3662 6.6.2 Aggregate Core Component Usage Rule ....................................3763 6.6.2.1 Aggregate Core Component Usage Rule64 Identification Metadata ................................................................3865 6.6.2.2 Aggregate Core Component Usage Rule Localized Metadata ....3866 6.6.3 Aggregate Core Component Identifiers .......................................3967 6.6.4 Aggregate Core Component Common Information .....................3968 6.6.4.1 Aggregate Core Component Dictionary Entry Names .................3969 6.6.4.2 Aggregate Core Component Definitions ......................................3970 6.6.4.3 Aggregate Core Component Business Terms .............................4071 6.6.5 Aggregate Core Component Localized Information.....................4072 6.7 Aggregate Core Component Properties ......................................4073 6.8 Association Core Components ....................................................4174 6.8.1 Association Core Component Association Type..........................4175 6.8.2 Association Core Component Usage Rule ..................................4176 6.8.2.1 Association Core Component Usage Rule77 Identification Metadata ................................................................4278 6.8.2.2 Association Core Component Usage Rule Localized Metadata ..4379 6.8.3 Association Core Component Cardinality....................................4380 6.8.4 Association Core Component Sequencing Key...........................4381 6.8.5 Association Core Component Common Information....................4482 6.8.5.1 Association Core Component Dictionary Entry Names ...............4483 6.8.5.2 Association Core Component Definitions ....................................4484 6.8.5.3 Association Core Component Business Terms ...........................4585 6.8.6 Association Core Component Localized Information ...................4586 6.9 Association Core Component Properties.....................................4687 6.9.1 Association Core Component Property – Property Term.............4688 6.9.2 Association Core Component Property Identifiers.......................4689 6.9.3 Association Core Component Property Common Information .....4790 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 5 of 173 6.9.3.1 Association Core Component Property Dictionary Entry Names.4791 6.9.3.2 Association Core Component Property Definitions......................4792 6.9.3.3 Association Core Component Property Business Terms.............4893 6.9.4 Association Core Component Property Localized Information ....4894 6.10 Basic Core Components..............................................................4995 6.10.1 Basic Core Component Usage Rules..........................................4996 6.10.1.1 Basic Core Component Usage Rule Identification Metadata.......5097 6.10.1.2 Basic Core Component Usage Rule Localized Metadata............5098 6.10.2 Basic Core Component Cardinality .............................................5199 6.10.3 Basic Core Component Sequencing Key ....................................51100 6.10.4 Basic Core Component Common Information .............................51101 6.10.4.1 Basic Core Component Dictionary Entry Names.........................51102 6.10.4.2 Basic Core Component Definitions..............................................52103 6.10.4.3 Basic Core Component Business Terms.....................................52104 6.10.5 Basic Core Component Localized Information ............................52105 6.11 Basic Core Component Properties ..............................................53106 6.11.1 Basic Core Component Property – Property Term......................53107 6.11.2 Basic Core Component Property Representation Term ..............54108 6.11.3 Basic Core Component Property Identifiers ................................54109 6.11.4 Basic Core Component Property Common Information ..............54110 6.11.4.1 Basic Core Component Property Dictionary Entry Names ..........55111 6.11.4.2 Basic Core Component Property Definitions ...............................55112 6.11.4.3 Basic Core Component Property Business Terms ......................55113 6.11.5 Basic Core Component Property Localized Information..............55114 7 Business Information Entity Model .........................................................57115 7.1 Overview .....................................................................................57116 7.2 Business Information Entity Naming and Definition Conventions59117 7.3 Business Information Entity Registry Class.................................59118 7.4 Business Information Entity Common Information.......................60119 7.4.1 Business Information Entity Dictionary Entry Name ....................60120 7.4.2 Business Information Entity Definitions .......................................62121 7.4.3 Business Information Entity Business Terms ..............................62122 7.5 Business Information Entity Localized Information Class ............63123 7.6 Aggregate Business Information Entities.....................................63124 7.6.1 Aggregate Business Information Entity Object Class Term.........63125 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 6 of 173 7.6.2 Aggregate Business Information Entity126 Object Class Term Qualifier ........................................................64127 7.6.3 Aggregate Business Information Entity Usage Rule....................65128 7.6.3.1 Aggregate Business Information Entity Usage Rule129 Identification Metadata ................................................................66130 7.6.3.2 Aggregate Business Information Entity Usage Rule131 Localized Metadata .....................................................................66132 7.6.4 Aggregate Business Information Entity Identifiers .......................67133 7.6.5 Aggregate Business Information Entity Common Information .....67134 7.6.5.1 Aggregate Business Information Entity Dictionary Entry Names .67135 7.6.5.2 Aggregate Business Information Entity Definitions......................67136 7.6.5.3 Aggregate Business Information Entity Business Terms .............68137 7.6.6 Aggregate Business Information Entity Localized Information.....68138 7.7 Aggregate Business Information Entity Properties ......................69139 7.8 Association Business Information Entities ...................................69140 7.8.1 Association Business Information Entity Association Type..........70141 7.8.2 Association Business Information Entity Usage Rule ..................70142 7.8.2.1 Association Business Information Entity Usage Rule143 Identification Metadata ................................................................71144 7.8.2.2 Association Business Information Entity Usage Rule145 Localized Metadata .....................................................................71146 7.8.3 Association Business Information Entity Cardinality....................72147 7.8.4 Association Business Information Entity Sequencing Key...........72148 7.8.5 Association Business Information Entity Common Information ...72149 7.8.5.1 Association Business Information Entity150 Dictionary Entry Names...............................................................73151 7.8.5.2 Association Business Information Entity Definitions ....................73152 7.8.5.3 Association Business Information Entity Business Terms ...........73153 7.8.6 Association Business Information Entity Localized Information...73154 7.9 Association Business Information Entity Properties ....................74155 7.9.1 Association Business Information Entity Property –156 Property Term .............................................................................75157 7.9.2 Association Business Information Entity Property158 Qualifier Term..............................................................................75159 7.9.3 Association Business Information Entity Property Identifiers.......76160 7.9.4 Association Business Information Entity Property161 Common Information ...................................................................76162 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 7 of 173 7.9.4.1 Association Business Information Entity Property163 Dictionary Entry Names...............................................................77164 7.9.4.2 Association Business Information Entity Property Definitions......77165 7.9.4.3 Association Business Information Entity Property166 Business Terms...........................................................................77167 7.9.5 Association Business Information Entity Property168 Localized Information ..................................................................78169 7.10 Basic Business Information Entities ............................................78170 7.10.1 Basic Business Information Entity Usage Rules..........................79171 7.10.1.1 Basic Business Information Entity Usage Rule172 Identification Metadata ................................................................80173 7.10.1.2 Basic Business Information Entity Usage Rule174 Localized Metadata .....................................................................80175 7.10.2 Basic Business Information Entity Cardinality .............................80176 7.10.3 Basic Business Information Entity Sequencing Key ....................81177 7.10.4 Basic Business Information Entity Common Information .............81178 7.10.4.1 Basic Business Information Entity Dictionary Entry Names.........81179 7.10.4.2 Basic Business Information Entity Definitions..............................82180 7.10.4.3 Basic Business Information Entity Business Terms.....................82181 7.10.5 Basic Business Information Entity Localized Information ............82182 7.11 Basic Business Information Entity Properties ..............................83183 7.11.1.1 Basic Business Information Entity Property – Property Term......83184 7.11.1.2 Basic Business Information Entity Property – Property Term185 Qualifiers .....................................................................................84186 7.11.1.3 Basic Business Information Entity Property187 Representation Term...................................................................85188 7.11.2 Basic Business Information Entity Property Identifiers ................85189 7.11.3 Basic Business Information Entity Property190 Common Information ...................................................................85191 7.11.3.1 Basic Business Information Entity Property192 Dictionary Entry Names...............................................................86193 7.11.3.2 Basic Business Information Entity Property Definitions ...............86194 7.11.3.3 Basic Business Information Entity Property Business Terms ......86195 7.11.4 Basic Business Information Entity Property196 Localized Information ..................................................................86197 8 Data Types.............................................................................................88198 8.1 Overview .....................................................................................89199 8.2 Data Type Naming and Definition Conventions...........................89200 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 8 of 173 8.3 Data Type -Registry Class...........................................................89201 8.4 Data Type Common Information .................................................90202 8.4.1 Data Type Dictionary Entry Name ...............................................90203 8.4.2 Data Type Definitions ..................................................................91204 8.4.3 Business Terms...........................................................................91205 8.5 Data Type Localized Information Class.......................................92206 8.6 Core Data Types .........................................................................92207 8.6.1 Core Data Type – Data Type Term .............................................94208 8.6.2 Core Data Type Usage Rules......................................................94209 8.6.2.1 Core Data Type Usage Rule Identification Metadata ..................95210 8.6.2.2 Core Data Type Usage Rule Localized Metadata .......................95211 8.6.3 Core Data Type Identifiers...........................................................96212 8.6.4 Core Data Type Common Information.........................................96213 8.6.4.1 Core Data Type Dictionary Entry Names.....................................96214 8.6.4.2 Core Data Type Definitions .........................................................96215 8.6.4.3 Core Data Type Business Terms ................................................96216 8.6.5 Core Data Type Localized Information ........................................97217 8.6.6 Core Data Type Content Component ..........................................97218 8.6.6.1 Core Data Type Content Component Property Term ..................98219 8.6.6.2 Core Data Type Content Component Usage Rules.....................98220 8.6.6.2.1 Core Data Type Content Component Usage Rule221 Identification Metadata ................................................................99222 8.6.6.2.2 Core Data Type Content Component Usage Rule223 Identification Metadata Localized Information .............................99224 8.6.6.3 Core Data Type Content Component Common Information......100225 8.6.6.3.1 Core Data Type Content Component Dictionary Entry Names..100226 8.6.6.3.2 Core Data Type Content Component Definition ........................100227 8.6.6.3.3 Core Data Type Content Component Business Terms .............100228 8.6.6.4 Core Data Type Content Component Localized Information .....101229 8.6.6.5 Core Data Type Content Component Core Value Domain ........101230 8.6.6.5.1 Core Data Type Content Component231 Core Value Domain Primitive ....................................................102232 8.6.6.5.2 Core Data Type Content Component233 Core Value Domain Scheme or List ..........................................104234 8.6.6.5.3 Core Data Type Content Component235 Core Value Domain Usage Rule ...............................................107236 8.6.7 Core Data Type Supplementary Components...........................109237 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 9 of 173 8.6.7.1 Core Data Type Supplementary Component Property Term.....109238 8.6.7.2 Core Data Type Supplementary Component239 Representation Term.................................................................109240 8.6.7.3 Core Data Type Supplementary Component Cardinality...........109241 8.6.7.4 Core Data Type Supplementary Component Usage Rules .......110242 8.6.7.4.1 Core Data Type Supplementary Component243 Usage Rule Identification Metadata...........................................111244 8.6.7.4.2 Core Data Type Supplementary Component245 Usage Rule Identification Metadata Localized Information........111246 8.6.7.5 Core Data Type Supplementary Component247 Common Information .................................................................112248 8.6.7.5.1 Core Data Type Supplementary Component249 Dictionary Entry Names.............................................................112250 8.6.7.5.2 Core Data Type Supplementary Component Definition.............113251 8.6.7.5.3 Core Data Type Supplementary Component Business Terms..113252 8.6.7.6 Core Data Type Supplementary Component253 Localized Information ................................................................113254 8.6.7.7 Core Data Type Supplementary Component255 Core Value Domain ...................................................................114256 8.6.7.7.1 Core Data Type Supplementary Component257 Core Value Domain Primitive ....................................................115258 8.6.7.7.2 Core Data Type Supplementary Component259 Core Value Domain Scheme or List ..........................................116260 8.6.7.7.3 Core Data Type Supplementary Component261 Core Value Domain Usage Rule ...............................................120262 8.7 Business Data Types.................................................................122263 8.7.1 Business Data Type – Data Type Term.....................................122264 8.7.2 Business Data Type Qualifier Term...........................................122265 8.7.3 Business Data Type Usage Rule...............................................125266 8.7.3.1 Business Data Type Usage Rule Identification Metadata..........126267 8.7.3.2 Business Data Type Usage Rule Localized Metadata...............126268 8.7.4 Business Data Type Identifiers..................................................127269 8.7.5 Business Data Type Common Information ................................127270 8.7.5.1 Business Data Type Dictionary Entry Names............................127271 8.7.5.2 Business Data Type Definitions.................................................127272 8.7.5.3 Business Data Type Business Terms........................................127273 8.7.6 Business Data Type Localized Information ...............................128274 8.7.7 Business Data Type Content Component .................................128275 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 10 of 173 8.7.7.1 Business Data Type Content Component Property Term..........129276 8.7.7.2 Business Data Type Content Component Usage Rules ............129277 8.7.7.2.1 Business Data Type Content Component Usage Rule278 Identification Metadata ..............................................................130279 8.7.7.2.2 Business Data Type Content Component Usage Rule280 Identification Metadata Localized Information ...........................130281 8.7.7.3 Business Data Type Content Component282 Common Information .................................................................131283 8.7.7.3.1 Business Data Type Content Component284 Dictionary Entry Names.............................................................131285 8.7.7.3.2 Business Data Type Content Component Definition .................131286 8.7.7.3.3 Business Data Type Content Component Business Terms.......131287 8.7.7.4 Business Data Type Content Component288 Localized Information ................................................................131289 8.7.7.5 Business Data Type Content Component290 Business Value Domain ............................................................132291 8.7.7.5.1 Business Data Type Content Component292 Business Value Domain – Domain Restrictions ........................133293 8.7.7.5.2 Business Data Type Content Component294 Business Value Domain Primitive..............................................135295 8.7.7.5.3 Business Data Type Content Component296 Business Value Domain Scheme or List....................................136297 8.7.7.5.4 Business Data Type Content Component298 Business Value Domain Usage Rule.........................................139299 8.7.8 Business Data Type Supplementary Components ....................141300 8.7.8.1 Business Data Type Supplementary Component301 Property Term ...........................................................................142302 8.7.8.2 Business Data Type Supplementary Component303 Representation Term.................................................................142304 8.7.8.3 Business Data Type Supplementary Component Cardinality ....142305 8.7.8.4 Business Data Type Supplementary Component Usage Rules 143306 8.7.8.4.1 Business Data Type Supplementary Component Usage Rule307 Identification Metadata ..............................................................144308 8.7.8.4.2 Business Data Type Supplementary Component Usage Rule309 Identification Metadata Localized Information ...........................144310 8.7.8.5 Business Data Type Supplementary Component311 Common Information .................................................................145312 8.7.8.5.1 Business Data Type Supplementary Component313 Dictionary Entry Names.............................................................145314 8.7.8.5.2 Business Data Type Supplementary Component Definitions ....146315 CCTS V3.0 Implementation Verification Second Iteration 2008-12-18 Page 11 of 173 8.7.8.5.3 Business Data Type Supplementary Component316 Business Terms.........................................................................146317 8.7.8.6 Business Data Type Supplementary Component318 Localized Information ................................................................146319 8.7.8.7 Business Data Type Supplementary Component320 Business Value Domain ............................................................147321 8.7.8.7.1 Business Data Type Supplementary Component322 Business Value Domain – Domain Restrictions ........................148323 8.7.8.7.2 Business Data Type Supplementary Component324 Business Value Domain Primitive..............................................149325 8.7.8.7.3 Business Data Type Supplementary Component326 Business Value Domain Business Scheme or List ....................151327 8.7.8.7.4 Business Data Type Supplementary Component328 Business Value Domain Usage Rule.........................................154329 9 Context 157330 9.1 Overview ...................................................................................157331 9.2 Business Context ......................................................................158332 9.3 Context Values ..........................................................................158333 9.4 Context Classification Scheme..................................................158334 9.5 Categories .................................................................................159335 9.5.1 Business Process Context.........................................................160336 9.5.2 Product Classification Context...................................................160337 9.5.3 Industry Classification Context ..................................................161338 9.5.4 Geopolitical Context ..................................................................161339 9.5.5 Official Constraints Context.......................................................162340 9.5.6 Business Process Role Context ................................................163341 9.5.7 Supporting Role Context ...........................................................163342 9.5.8 System Capabilities Context......................................................163343 9.6 Context Values ..........................................................................164344 10 Definition of Terms ...............................................................................165345 11 References...........................................................................................171346 12 Disclaimer ............................................................................................172347 Copyright Statement.....................................................................................173348 CCTS V3.0 Implementation Validation Second Iteration 2008-12-18 Page 12 of 173 1 Status of This Document349 This UN/CEFACT Technical Specification is being developed in accordance with the350 UN/CEFACT/TRADE/R.650/Rev.4/Add.1/Rev.1 Open Development Process (ODP)351 for technical specifications. (...) This Core Component Technical Specification (CCTS)407 describes a revolutionary approach for developing a common set of semantic408 building blocks that represent the general types of business data in use today. (...) A CDT has a content637 component and one or more supplementary components.
Language:English
Score: 1084086.5 - https://unece.org/fileadmin/DA.../CCTS-SecondIteration-ODP6.pdf
Data Source: un
X.1521 : Common vulnerability scoring system   Français   Español     Home : ITU-T : Publications : Recommendations : X Series : X.1521 Recently posted  -  Search Recommendations     X.1521 : Common vulnerability scoring system Recommendation X.1521 In force components Number Title Status X.1521 (03/16)   Common vulnerability scoring system   In force     Superseded and Withdrawn components Number Title Status X.1521 (04/11)   Common vulnerability scoring system   Superseded   Top  -  Feedback  -  Contact us  -  Copyright © ITU  2008 All Rights Reserved Contact for this page :  ITU-T Publications Updated : 2017-06-21  
Language:English
Score: 1083694.4 - https://www.itu.int/rec/T-REC-X.1521/_page.print
Data Source: un