T.415 | ISO/IEC 8613-5 Layout-Class-Descriptor, Layout-Object-Descriptor FROM Layout-Descriptors {2 8 1 5 8} -- see ITU-T Rec. (...) T.415 | ISO/IEC 8613-5 Subprofile-Descriptor, Subprofile-Identifier FROM Subprofiles {2 8 1 12 2} -- see 9.3 Link-Class-Descriptor, Link-Descriptor, Link-or-Link-Class-Identifier FROM Link-Descriptors {2 8 1 14 3}; -- see ITU-T Rec. T.424 | ISO/IEC 8613-14 -- Location expression Location-Expression ::= CHOICE { basic [0] Basic-Location-Expression, composite [1] Composite-Location-Expression } Composite-Location-Expression ::= CHOICE { complement [0] Location-Expression, intersection [1] SEQUENCE OF Location-Expression, union [2] SEQUENCE OF Location-Expression } Basic-Location-Expression ::= CHOICE { region [0] Region-Locator, subtree [1] Subtree-Locator, constituent [2] Constituent-Locator } Region-Locator ::= SEQUENCE { start [0] Start-End-Object-Locator, end [1] Start-End-Object-Locator } Start-End-Object-Locator ::= SEQUENCE { object [0] Object-Locator, not-included [1] BOOLEAN DEFAULT TRUE } Subtree-Locator ::= Object-Locator Constituent-Locator ::= CHOICE { documentProfile [0] NULL, subprofile [1] Subprofile-Locator, component [2] Component-Locator, contentPortion [3] Content-Portion-Locator, style [4] Style-Locator, link-or-link-class [5] Link-or-Link-Class-Locator, constituent-of-type [6] Constituent-Type } Constituent-Type ::= ENUMERATED { layout-object-class(1), layout-object(2), content-portion(3), logical-object-class(5), logical-object(6), presentation-style(7), layout-style(8), sealed-doc-prof-descriptor(9), enciphered-doc-prof-descriptor(10), preenciphered-bodypart-descriptor(11), postenciphered-bodypart-descriptor(12), link-class(13), link(14), enciphered-link-descriptor(15), subprofile(16)} -- Subprofile Subprofile-Locator ::= CHOICE { subprofile [0] Subprofile-Identifier, subprofile-of [1] Subprofile-of-argument, subprofile-with [2] Subprofile-with-argument } Subprofile-of-argument ::= Constituent-Locator Subprofile-with-argument ::= AttributeValue-Subprofile-Specification -- The "attribute" and "value" -- arguments are grouped together -- Component locator Component-Locator ::= CHOICE { objectClass [0] Object-Class-Locator, object [1] Object-Locator } Object-Class-Locator ::= CHOICE { objectClass [0] Object-or-Class-Identifier, object-class-of [1] Object-Class-of-argument, object-class-with [2] Object-Class-with-argument } Object-Class-of-argument ::= Object-Locator Object-Class-with-argument ::= SEQUENCE { attributeValueObject [0] AttributeValue-Class-Specification, -- The "attribute" and "value" -- arguments are grouped together defaulting [1] BOOLEAN DEFAULT FALSE } -- Object locator Object-Locator ::= CHOICE { object [0] Object-or-Class-Identifier, subord [1] Subord-argument, object-with [2] Object-with-argument } Subord-argument ::= SEQUENCE { object [0] Object-Locator, counters [1] CountersType OPTIONAL } Object-with-argument ::= SEQUENCE { attributeValueObject [0] AttributeValue-Object-Specification, -- The "attribute" and "value" -- arguments are grouped together object [1] Object-Locator OPTIONAL, counters [2] CountersType OPTIONAL, not-defaulting [3] BOOLEAN DEFAULT FALSE } -- Links Link-or-Link-Class-Locator ::= CHOICE { linkClass [0] Link-Class-Locator, link [1] Link-Locator } Link-Class-Locator ::= CHOICE { link [0] Link-or-Link-Class-Identifier, link-class-of [1] Link-Class-of-argument, link-class-with [2] Link-Class-with-arguments } Link-Class-of-argument ::= Link-Locator Link-Class-with-arguments ::= AttributeValue-Link-Class-Specification -- The "attribute" and "value" -- arguments are grouped together Link-Locator ::= CHOICE { link [0] Link-or-Link-Class-Identifier, link-with [1] Link-with-arguments } Link-with-arguments ::= SEQUENCE { attributeValueLink [0] AttributeValue-Link-Specification, -- The "attribute" and "value" -- arguments are grouped together not-defaulting [1] BOOLEAN DEFAULT FALSE } -- Content portion locator Content-Portion-Locator ::= CHOICE { contentPortion [0] Content-Portion-Identifier, assoc [1] Assoc-argument, content-with [2] Content-with-argument } Assoc-argument ::= SEQUENCE { component [0] Component-Locator, counters [1] CountersType OPTIONAL } Content-with-argument ::= SEQUENCE { attributeValueContent [0] AttributeValue-Content-Specification, -- The "attribute" and "value" -- arguments are grouped together component [1] Component-Locator OPTIONAL, counters [2] CountersType OPTIONAL, not-defaulting [3] BOOLEAN DEFAULT FALSE } -- Styles Style-Locator ::= CHOICE { style [0] Style-Identifier, layout-style-of [1] Layout-Style-of-argument, presentation-style-of [2] Presentation-Style-of-argument, layout-style-with [3] Layout-Style-with-argument, presentation-style-with [4] Presentation-Style-with-argument } Layout-Style-of-argument ::= Component-Locator Presentation-Style-of-argument ::= Component-Locator Layout-Style-with-argument ::= SEQUENCE { attributeValueLayoutStyle [0] AttributeValue-LayoutStyle-Specification, -- The "attribute" and -- "value" arguments are grouped together not-defaulting [1] BOOLEAN DEFAULT FALSE } Presentation-Style-with-argument ::= SEQUENCE { attributeValuePresentationStyle [0] AttributeValue-PresentationStyle-Specification, -- The "attribute" and -- "value" arguments are grouped together not-defaulting [1] BOOLEAN DEFAULT FALSE } -- Counters CountersType ::= SEQUENCE { start [0] INTEGER OPTIONAL, end [1] INTEGER OPTIONAL } -- Attribute-Value specifications -- Classes AttributeValue-Class-Specification ::= CHOICE { value [0] Simple-AttributeValue-Class-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Class-Specification OPTIONAL, end [1] Simple-AttributeValue-Class-Specification OPTIONAL } } Simple-AttributeValue-Class-Specification ::= CHOICE { layout [0] Layout-Class-Descriptor, logical [1] Logical-Class-Descriptor } -- Objects AttributeValue-Object-Specification ::= CHOICE { value [0] Simple-AttributeValue-Object-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Object-Specification OPTIONAL, end [1] Simple-AttributeValue-Object-Specification OPTIONAL } } Simple-AttributeValue-Object-Specification ::= CHOICE { layout [0] Layout-Object-Descriptor, logical [1] Logical-Object-Descriptor } -- Link classes AttributeValue-Link-Class-Specification ::= CHOICE { value [0] Simple-AttributeValue-Link-Class-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Link-Class-Specification OPTIONAL, end [1] Simple-AttributeValue-Link-Class-Specification OPTIONAL} } Simple-AttributeValue-Link-Class-Specification ::= Link-Class-Descriptor -- Links AttributeValue-Link-Specification ::= CHOICE { value [0] Simple-AttributeValue-Link-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Link-Specification OPTIONAL, end [1] Simple-AttributeValue-Link-Specification OPTIONAL } } Simple-AttributeValue-Link-Specification ::= Link-Descriptor -- Contents AttributeValue-Content-Specification ::= CHOICE { value [0] Simple-AttributeValue-Content-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Content-Specification OPTIONAL, end [1] Simple-AttributeValue-Content-Specification OPTIONAL } } Simple-AttributeValue-Content-Specification ::= Text-Unit -- Layout Styles AttributeValue-LayoutStyle-Specification ::= CHOICE { value [0] Simple-AttributeValue-LayoutStyle-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-LayoutStyle-Specification OPTIONAL, end [1] Simple-AttributeValue-LayoutStyle-Specification OPTIONAL} } Simple-AttributeValue-LayoutStyle-Specification ::= Layout-Style-Descriptor -- Presentation Styles AttributeValue-PresentationStyle-Specification ::= CHOICE { value [0] Simple-AttributeValue-PresentationStyle-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-PresentationStyle-Specification OPTIONAL, end [1] Simple-AttributeValue-PresentationStyle-Specification OPTIONAL} } Simple-AttributeValue-PresentationStyle-Specification ::= Presentation-Style-Descriptor -- Subprofiles AttributeValue-Subprofile-Specification ::= CHOICE { value [0] Simple-AttributeValue-Subprofile-Specification, range [1] SEQUENCE {start [0] Simple-AttributeValue-Subprofile-Specification OPTIONAL, end [1] Simple-AttributeValue-Subprofile-Specification OPTIONAL} } Simple-AttributeValue-Subprofile-Specification ::= Subprofile-Descriptor END -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 585546.1
-
https://www.itu.int/wftp3/Publ.../1995/Location-Expressions.asn
Data Source: un
T.415 | ISO/IEC 8613-5 Layout-Class-Descriptor, Layout-Object-Descriptor FROM Layout-Descriptors {2 8 1 5 8} -- see ITU-T Rec. (...) T.415 | ISO/IEC 8613-5 Subprofile-Descriptor, Subprofile-Identifier FROM Subprofiles {2 8 1 12 2} -- see 9.3 Link-Class-Descriptor, Link-Descriptor, Link-or-Link-Class-Identifier FROM Link-Descriptors {2 8 1 14 3}; -- see ITU-T Rec. T.424 | ISO/IEC 8613-14 -- Location expression Location-Expression ::= CHOICE { basic [0]
Basic-Location-Expression , composite [1]
Composite-Location-Expression } Composite-Location-Expression ::= CHOICE { complement [0]
Location-Expression , intersection [1]
SEQUENCE
OF
Location-Expression , union [2]
SEQUENCE
OF
Location-Expression } Basic-Location-Expression ::= CHOICE { region [0]
Region-Locator , subtree [1]
Subtree-Locator , constituent [2]
Constituent-Locator } Region-Locator ::= SEQUENCE { start [0]
Start-End-Object-Locator , end [1]
Start-End-Object-Locator } Start-End-Object-Locator ::= SEQUENCE { object [0]
Object-Locator , not-included [1]
BOOLEAN
DEFAULT
TRUE } Subtree-Locator ::= Object-Locator
Constituent-Locator ::= CHOICE { documentProfile [0]
NULL , subprofile [1]
Subprofile-Locator , component [2]
Component-Locator , contentPortion [3]
Content-Portion-Locator , style [4]
Style-Locator , link-or-link-class [5]
Link-or-Link-Class-Locator , constituent-of-type [6]
Constituent-Type } Constituent-Type ::= ENUMERATED { layout-object-class(1), layout-object(2), content-portion(3), logical-object-class(5), logical-object(6), presentation-style(7), layout-style(8), sealed-doc-prof-descriptor(9), enciphered-doc-prof-descriptor(10), preenciphered-bodypart-descriptor(11), postenciphered-bodypart-descriptor(12), link-class(13), link(14), enciphered-link-descriptor(15), subprofile(16)} -- Subprofile Subprofile-Locator ::= CHOICE { subprofile [0]
Subprofile-Identifier , subprofile-of [1]
Subprofile-of-argument , subprofile-with [2]
Subprofile-with-argument } Subprofile-of-argument ::= Constituent-Locator
Subprofile-with-argument ::= AttributeValue-Subprofile-Specification -- The "attribute" and "value"
-- arguments are grouped together -- Component locator Component-Locator ::= CHOICE { objectClass [0]
Object-Class-Locator , object [1]
Object-Locator } Object-Class-Locator ::= CHOICE { objectClass [0]
Object-or-Class-Identifier , object-class-of [1]
Object-Class-of-argument , object-class-with [2]
Object-Class-with-argument } Object-Class-of-argument ::= Object-Locator
Object-Class-with-argument ::= SEQUENCE { attributeValueObject [0]
AttributeValue-Class-Specification , -- The "attribute" and "value"
-- arguments are grouped together defaulting [1]
BOOLEAN
DEFAULT
FALSE } -- Object locator Object-Locator ::= CHOICE { object [0]
Object-or-Class-Identifier , subord [1]
Subord-argument , object-with [2]
Object-with-argument } Subord-argument ::= SEQUENCE { object [0]
Object-Locator , counters [1]
CountersType
OPTIONAL } Object-with-argument ::= SEQUENCE { attributeValueObject [0]
AttributeValue-Object-Specification , -- The "attribute" and "value"
-- arguments are grouped together object [1]
Object-Locator
OPTIONAL , counters [2]
CountersType
OPTIONAL , not-defaulting [3]
BOOLEAN
DEFAULT
FALSE } -- Links Link-or-Link-Class-Locator ::= CHOICE { linkClass [0]
Link-Class-Locator , link [1]
Link-Locator } Link-Class-Locator ::= CHOICE { link [0]
Link-or-Link-Class-Identifier , link-class-of [1]
Link-Class-of-argument , link-class-with [2]
Link-Class-with-arguments } Link-Class-of-argument ::= Link-Locator
Link-Class-with-arguments ::= AttributeValue-Link-Class-Specification -- The "attribute" and "value"
-- arguments are grouped together Link-Locator ::= CHOICE { link [0]
Link-or-Link-Class-Identifier , link-with [1]
Link-with-arguments } Link-with-arguments ::= SEQUENCE { attributeValueLink [0]
AttributeValue-Link-Specification , -- The "attribute" and "value"
-- arguments are grouped together not-defaulting [1]
BOOLEAN
DEFAULT
FALSE } -- Content portion locator Content-Portion-Locator ::= CHOICE { contentPortion [0]
Content-Portion-Identifier , assoc [1]
Assoc-argument , content-with [2]
Content-with-argument } Assoc-argument ::= SEQUENCE { component [0]
Component-Locator , counters [1]
CountersType
OPTIONAL } Content-with-argument ::= SEQUENCE { attributeValueContent [0]
AttributeValue-Content-Specification , -- The "attribute" and "value"
-- arguments are grouped together component [1]
Component-Locator
OPTIONAL , counters [2]
CountersType
OPTIONAL , not-defaulting [3]
BOOLEAN
DEFAULT
FALSE } -- Styles Style-Locator ::= CHOICE { style [0]
Style-Identifier , layout-style-of [1]
Layout-Style-of-argument , presentation-style-of [2]
Presentation-Style-of-argument , layout-style-with [3]
Layout-Style-with-argument , presentation-style-with [4]
Presentation-Style-with-argument } Layout-Style-of-argument ::= Component-Locator
Presentation-Style-of-argument ::= Component-Locator
Layout-Style-with-argument ::= SEQUENCE { attributeValueLayoutStyle [0]
AttributeValue-LayoutStyle-Specification , -- The "attribute" and
-- "value" arguments are grouped together not-defaulting [1]
BOOLEAN
DEFAULT
FALSE } Presentation-Style-with-argument ::= SEQUENCE { attributeValuePresentationStyle [0]
AttributeValue-PresentationStyle-Specification , -- The "attribute" and -- "value" arguments are grouped together not-defaulting [1]
BOOLEAN
DEFAULT
FALSE } -- Counters CountersType ::= SEQUENCE { start [0]
INTEGER
OPTIONAL , end [1]
INTEGER
OPTIONAL } -- Attribute-Value specifications -- Classes AttributeValue-Class-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Class-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Class-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Class-Specification
OPTIONAL } } Simple-AttributeValue-Class-Specification ::= CHOICE { layout [0]
Layout-Class-Descriptor , logical [1]
Logical-Class-Descriptor } -- Objects AttributeValue-Object-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Object-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Object-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Object-Specification
OPTIONAL } } Simple-AttributeValue-Object-Specification ::= CHOICE { layout [0]
Layout-Object-Descriptor , logical [1]
Logical-Object-Descriptor } -- Link classes AttributeValue-Link-Class-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Link-Class-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Link-Class-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Link-Class-Specification
OPTIONAL } } Simple-AttributeValue-Link-Class-Specification ::= Link-Class-Descriptor
-- Links AttributeValue-Link-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Link-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Link-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Link-Specification
OPTIONAL } } Simple-AttributeValue-Link-Specification ::= Link-Descriptor
-- Contents AttributeValue-Content-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Content-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Content-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Content-Specification
OPTIONAL } } Simple-AttributeValue-Content-Specification ::= Text-Unit
-- Layout Styles AttributeValue-LayoutStyle-Specification ::= CHOICE { value [0]
Simple-AttributeValue-LayoutStyle-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-LayoutStyle-Specification
OPTIONAL , end [1]
Simple-AttributeValue-LayoutStyle-Specification
OPTIONAL } } Simple-AttributeValue-LayoutStyle-Specification ::= Layout-Style-Descriptor
-- Presentation Styles AttributeValue-PresentationStyle-Specification ::= CHOICE { value [0]
Simple-AttributeValue-PresentationStyle-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-PresentationStyle-Specification
OPTIONAL , end [1]
Simple-AttributeValue-PresentationStyle-Specification
OPTIONAL } } Simple-AttributeValue-PresentationStyle-Specification ::= Presentation-Style-Descriptor
-- Subprofiles AttributeValue-Subprofile-Specification ::= CHOICE { value [0]
Simple-AttributeValue-Subprofile-Specification , range [1]
SEQUENCE {start [0]
Simple-AttributeValue-Subprofile-Specification
OPTIONAL , end [1]
Simple-AttributeValue-Subprofile-Specification
OPTIONAL } } Simple-AttributeValue-Subprofile-Specification ::= Subprofile-Descriptor
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 585546.1
-
https://www.itu.int/wftp3/Publ...1995/Location-Expressions.html
Data Source: un
M.3100 (2005)
-- =============================================================================
abstractLink
MANAGED OBJECT CLASS
DERIVED FROM "ITU-T X.721 | ISO/IEC 10165-2:1992": top ; CHARACTERIZED BY
createDeleteNotificationsPackage , abstractLinkPackage
PACKAGE
BEHAVIOUR
abstractLinkBehaviour
BEHAVIOUR
DEFINED AS "The abstract link object class gives a topological description of the capacity between two adjacent Subnetworks, or two Link Ends; or a Subnetwork and an Access Group when Network trail termination points lie outside the boundary of the largest subnetwork. (...) The use made of individual attributes and notification is detailed below: - available link end capacity: represents the spare capacity of the link end; - link pointer: is a distinguished name of the related link managed object instance; - contained in subnetwork list: is a distinguished name that represents the parent subnetwork of the logical link. (...) ";; ATTRIBUTES
connectionId
GET ;;; CONDITIONAL PACKAGES
serverTrailListPackage
PRESENT IF "the link connection is supported by a server trail ", compositePointerPackage
PRESENT IF "the link connection is a component of that subnetwork connection ", clientTrailPackage
PRESENT IF "the link connection serves a client trail "; REGISTERED AS { m3100ObjectClass 48}; -- 7.1.36 logicalLink
logicalLink
MANAGED OBJECT CLASS
DERIVED FROM
abstractLink ; CHARACTERIZED BY
logicalLinkCapacityPackage , logicalLinkPackage
PACKAGE
BEHAVIOUR
logicalLinkBehaviour
BEHAVIOUR
DEFINED AS " A logical link managed object represents a link that may be administratively composed of link connections or bandwidth that may be provided by one or more topological links or other logical links.";; ATTRIBUTES
linkDirectionality
GET , linkId
GET ;;; CONDITIONAL PACKAGES
linkConnectionPointerListPackage
PRESENT IF "pre-provisioned link connections are supported by the transport technology"; REGISTERED AS { m3100ObjectClass 49}; -- 7.1.37 logicalLinkEnd
logicalLinkEnd
MANAGED OBJECT CLASS
DERIVED FROM
abstractLinkEnd ; CHARACTERIZED BY
linkEndCapacityPackage , logicalLinkEndPackage
PACKAGE
BEHAVIOUR
logicalLinkEndBehaviour
BEHAVIOUR
DEFINED AS " The Logical Link End object class represents the end of a logical link.
Language:English
Score: 571846.5
-
https://www.itu.int/wftp3/Publ.../itu-t/m/m3100/2005/m3100.html
Data Source: un
"; REGISTERED AS {m3100ObjectClass 29}; connectionTerminationPointBidirectional MANAGED OBJECT CLASS DERIVED FROM connectionTerminationPointSource, connectionTerminationPointSink; REGISTERED AS {m3100ObjectClass 5}; connectionTerminationPointSink MANAGED OBJECT CLASS DERIVED FROM terminationPoint; CHARACTERIZED BY connectionTerminationPointSinkPackage PACKAGE BEHAVIOUR connectionTerminationPointSinkBehaviour BEHAVIOUR DEFINED AS "This managed object terminates a link connection. (...) ", channelNumberPackage PRESENT IF "an instance supports it"; REGISTERED AS {m3100ObjectClass 6}; connectionTerminationPointSource MANAGED OBJECT CLASS DERIVED FROM terminationPoint; CHARACTERIZED BY connectionTerminationPointSourcePackage PACKAGE BEHAVIOUR connectionTerminationPointSourceBehaviour BEHAVIOUR DEFINED AS "This managed object originates a link connection. (...) A sequence of one or more connections are linked together to form a trail. A connection may be either uni- or bidirectional.";; ATTRIBUTES connectionId GET SET-BY-CREATE;;; CONDITIONAL PACKAGES serverTrailListPackage PRESENT IF "an instance supports it", clientTrailPackage PRESENT IF "an instance supports it"; REGISTERED AS {m3100ObjectClass 23}; pipe MANAGED OBJECT CLASS DERIVED FROM "Recommendation X.721: 1992":top; CHARACTERIZED BY pipePackage PACKAGE BEHAVIOUR pipeBehaviour BEHAVIOUR DEFINED AS "The Pipe object class is a class of managed objects which ensures the transfer of information between two termination points.
Language:English
Score: 571834.2
-
https://www.itu.int/wftp3/Publ...l/itu-t/m/m3100/1995/m3100.gdm
Data Source: un
"; REGISTERED AS { m3100ObjectClass 29}; connectionTerminationPointBidirectional
MANAGED OBJECT CLASS
DERIVED FROM
connectionTerminationPointSource , connectionTerminationPointSink ; REGISTERED AS { m3100ObjectClass 5}; connectionTerminationPointSink
MANAGED OBJECT CLASS
DERIVED FROM
terminationPoint ; CHARACTERIZED BY
connectionTerminationPointSinkPackage
PACKAGE
BEHAVIOUR
connectionTerminationPointSinkBehaviour
BEHAVIOUR
DEFINED AS "This managed object terminates a link connection. (...) CTPDownstreamPointer
GET
SET-BY-CREATE ;;; CONDITIONAL PACKAGES
ctpInstancePackage
PRESENT IF "the name binding used to create an instance of this object class requires this attribute.", channelNumberPackage
PRESENT IF "an instance supports it"; REGISTERED AS { m3100ObjectClass 6}; connectionTerminationPointSource
MANAGED OBJECT CLASS
DERIVED FROM
terminationPoint ; CHARACTERIZED BY
connectionTerminationPointSourcePackage
PACKAGE
BEHAVIOUR
connectionTerminationPointSourceBehaviour
BEHAVIOUR
DEFINED AS "This managed object originates a link connection. (...) A sequence of one or more connections are linked together to form a trail. A connection may be either uni- or bidirectional.";; ATTRIBUTES
connectionId
GET
SET-BY-CREATE ;;; CONDITIONAL PACKAGES
serverTrailListPackage
PRESENT IF "an instance supports it", clientTrailPackage
PRESENT IF "an instance supports it"; REGISTERED AS { m3100ObjectClass 23}; pipe
MANAGED OBJECT CLASS
DERIVED FROM "Recommendation X.721: 1992": top ; CHARACTERIZED BY
pipePackage
PACKAGE
BEHAVIOUR
pipeBehaviour
BEHAVIOUR
DEFINED AS "The Pipe object class is a class of managed objects which ensures the transfer of information between two termination points.
Language:English
Score: 571834.2
-
https://www.itu.int/wftp3/Publ.../itu-t/m/m3100/1995/m3100.html
Data Source: un
.) + External-References + type Associated-Information-Name
External-Entity
External-Information-Name
External-References-List
Reference-Name + Location-Expressions + type Assoc-argument
AttributeValue-Class-Specification
AttributeValue-Content-Specification
AttributeValue-LayoutStyle-Specification
AttributeValue-Link-Class-Specification
AttributeValue-Link-Specification
AttributeValue-Object-Specification
AttributeValue-PresentationStyle-Specification
AttributeValue-Subprofile-Specification
Basic-Location-Expression
Component-Locator
Composite-Location-Expression
Constituent-Locator
Constituent-Type
Content-Portion-Locator
Content-with-argument
CountersType
Layout-Style-of-argument
Layout-Style-with-argument
Link-Class-Locator
Link-Class-of-argument
Link-Class-with-arguments
Link-Locator
Link-or-Link-Class-Locator
Link-with-arguments
Location-Expression
Object-Class-Locator
Object-Class-of-argument
Object-Class-with-argument
Object-Locator
Object-with-argument
Presentation-Style-of-argument
Presentation-Style-with-argument
Region-Locator
Simple-AttributeValue-Class-Specification
Simple-AttributeValue-Content-Specification
Simple-AttributeValue-LayoutStyle-Specification
Simple-AttributeValue-Link-Class-Specification
Simple-AttributeValue-Link-Specification
Simple-AttributeValue-Object-Specification
Simple-AttributeValue-PresentationStyle-Specification
Simple-AttributeValue-Subprofile-Specification
Start-End-Object-Locator
Style-Locator
Subord-argument
Subprofile-Locator
Subprofile-of-argument
Subprofile-with-argument
Subtree-Locator + Subprofiles + type Dates-and-Times
Document-Fragment-Description
Document-Fragment-Management-Attributes
Document-or-Document-Fragment-Reference
External-References2
Subprofile-Descriptor
Subprofile-Identifier
Subprofile-Reference
Language:English
Score: 570787.3
-
https://www.itu.int/wftp3/Publ.../t422/1995/list-by-module.html
Data Source: un
The use made of individual attributes and notification is detailed below: - available link end capacity: represents the spare capacity of the link end; - link pointer: is a distinguished name of the related link managed object instance; - contained in subnetwork list: is a distinguished name that represents the parent subnetwork of the logical link. An attribute value change notification shall be emitted when the value of the availableLinkEndCapacity or the containedInSubNetworkList is changed.";; ATTRIBUTES availableLinkEndCapacity GET, linkPointer GET;;; CONDITIONAL PACKAGES containedInSubNetworkListPackage PRESENT IF "this link end object instance is not named from a subnetwork managed object ", userLabelPackage PRESENT IF "a userLabel is supported. (...) ";; ATTRIBUTES connectionId GET;;; CONDITIONAL PACKAGES serverTrailListPackage PRESENT IF "the link connection is supported by a server trail ", compositePointerPackage PRESENT IF "the link connection is a component of that subnetwork connection ", clientTrailPackage PRESENT IF "the link connection serves a client trail "; REGISTERED AS {m3100ObjectClass 48}; -- 7.1.36 logicalLink logicalLink MANAGED OBJECT CLASS DERIVED FROM abstractLink; CHARACTERIZED BY logicalLinkCapacityPackage, logicalLinkPackage PACKAGE BEHAVIOUR logicalLinkBehaviour BEHAVIOUR DEFINED AS " A logical link managed object represents a link that may be administratively composed of link connections or bandwidth that may be provided by one or more topological links or other logical links.";; ATTRIBUTES linkDirectionality GET, linkId GET;;; CONDITIONAL PACKAGES linkConnectionPointerListPackage PRESENT IF "pre-provisioned link connections are supported by the transport technology"; REGISTERED AS {m3100ObjectClass 49}; -- 7.1.37 logicalLinkEnd logicalLinkEnd MANAGED OBJECT CLASS DERIVED FROM abstractLinkEnd; CHARACTERIZED BY linkEndCapacityPackage, logicalLinkEndPackage PACKAGE BEHAVIOUR logicalLinkEndBehaviour BEHAVIOUR DEFINED AS " The Logical Link End object class represents the end of a logical link.
Language:English
Score: 569639.6
-
https://www.itu.int/wftp3/Publ...l/itu-t/m/m3100/2005/m3100.gdm
Data Source: un
-- Module Interchange-Data-Elements (T.415:03/1993) Interchange-Data-Elements {2 8 1 5 5} DEFINITIONS ::= BEGIN EXPORTS Interchange-Data-Element; IMPORTS Document-Profile-Descriptor FROM Document-Profile-Descriptor -- see 7.7 Layout-Class-Descriptor, Layout-Object-Descriptor FROM Layout-Descriptors -- see 7.9 Logical-Class-Descriptor, Logical-Object-Descriptor FROM Logical-Descriptors -- see 7.10 Presentation-Style-Descriptor, Layout-Style-Descriptor FROM Style-Descriptors -- see 7.11 Text-Unit FROM Text-Units -- see 7.13 Sealed-Doc-Prof-Descriptor, Enciphered-Doc-Prof-Descriptor, Preenciphered-Bodypart-Descriptor, Postenciphered-Bodypart-Descriptor FROM Protected-Part-Descriptors -- see 7.15 Link-Class-Descriptor, Link-Descriptor, Enciphered-Link-Descriptor FROM Link-Descriptors {2 8 1 14 3}; -- See ITU-T Rec. T.424 | ISO/IEC 8613-14 Interchange-Data-Element ::= CHOICE { document-profile [0] IMPLICIT Document-Profile-Descriptor, layout-object-class [1] IMPLICIT Layout-Class-Descriptor, layout-object [2] IMPLICIT Layout-Object-Descriptor, content-portion [3] IMPLICIT Text-Unit, logical-object-class [5] IMPLICIT Logical-Class-Descriptor, logical-object [6] IMPLICIT Logical-Object-Descriptor, presentation-style [7] IMPLICIT Presentation-Style-Descriptor, layout-style [8] IMPLICIT Layout-Style-Descriptor, sealed-doc-prof-descriptor [9] IMPLICIT Sealed-Doc-Prof-Descriptor, enciphered-doc-prof-descriptor [10] IMPLICIT Enciphered-Doc-Prof-Descriptor, preenciphered-bodypart-descriptor [11] IMPLICIT Preenciphered-Bodypart-Descriptor, postenciphered-bodypart-descriptor [12] IMPLICIT Postenciphered-Bodypart-Descriptor, link-class [13] IMPLICIT Link-Class-Descriptor, link [14] IMPLICIT Link-Descriptor, enciphered-link-descriptor [15] IMPLICIT Enciphered-Link-Descriptor } END -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 567453.3
-
https://www.itu.int/wftp3/Publ.../Interchange-Data-Elements.asn
Data Source: un
Interchange-Data-Elements (T.415:03/1993)
-- Module Interchange-Data-Elements (T.415:03/1993) -- See also ITU-T T.415 (03/1993) -- See also the index of all ASN.1 assignments needed in this document
Interchange-Data-Elements {2 8 1 5 5} DEFINITIONS ::= BEGIN
EXPORTS Interchange-Data-Element; IMPORTS Document-Profile-Descriptor FROM Document-Profile-Descriptor -- see 7.7 Layout-Class-Descriptor, Layout-Object-Descriptor FROM Layout-Descriptors -- see 7.9 Logical-Class-Descriptor, Logical-Object-Descriptor FROM Logical-Descriptors -- see 7.10 Presentation-Style-Descriptor, Layout-Style-Descriptor FROM Style-Descriptors -- see 7.11 Text-Unit FROM Text-Units -- see 7.13 Sealed-Doc-Prof-Descriptor, Enciphered-Doc-Prof-Descriptor, Preenciphered-Bodypart-Descriptor, Postenciphered-Bodypart-Descriptor FROM Protected-Part-Descriptors -- see 7.15 Link-Class-Descriptor, Link-Descriptor, Enciphered-Link-Descriptor FROM Link-Descriptors {2 8 1 14 3}; -- See ITU-T Rec. T.424 | ISO/IEC 8613-14 Interchange-Data-Element ::= CHOICE { document-profile [0] IMPLICIT
Document-Profile-Descriptor , layout-object-class [1] IMPLICIT
Layout-Class-Descriptor , layout-object [2] IMPLICIT
Layout-Object-Descriptor , content-portion [3] IMPLICIT
Text-Unit , logical-object-class [5] IMPLICIT
Logical-Class-Descriptor , logical-object [6] IMPLICIT
Logical-Object-Descriptor , presentation-style [7] IMPLICIT
Presentation-Style-Descriptor , layout-style [8] IMPLICIT
Layout-Style-Descriptor , sealed-doc-prof-descriptor [9] IMPLICIT
Sealed-Doc-Prof-Descriptor , enciphered-doc-prof-descriptor [10] IMPLICIT
Enciphered-Doc-Prof-Descriptor , preenciphered-bodypart-descriptor [11] IMPLICIT
Preenciphered-Bodypart-Descriptor , postenciphered-bodypart-descriptor [12] IMPLICIT
Postenciphered-Bodypart-Descriptor , link-class [13] IMPLICIT
Link-Class-Descriptor , link [14] IMPLICIT
Link-Descriptor , enciphered-link-descriptor [15] IMPLICIT
Enciphered-Link-Descriptor } END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
Language:English
Score: 565755.57
-
https://www.itu.int/wftp3/Publ...Interchange-Data-Elements.html
Data Source: un
.) -- A -- Assoc-argument (type) in Location-Expressions Associated-Information-Name (type) in External-References AttributeValue-Class-Specification (type) in Location-Expressions AttributeValue-Content-Specification (type) in Location-Expressions AttributeValue-LayoutStyle-Specification (type) in Location-Expressions AttributeValue-Link-Class-Specification (type) in Location-Expressions AttributeValue-Link-Specification (type) in Location-Expressions AttributeValue-Object-Specification (type) in Location-Expressions AttributeValue-PresentationStyle-Specification (type) in Location-Expressions AttributeValue-Subprofile-Specification (type) in Location-Expressions -- B -- Basic-Location-Expression (type) in Location-Expressions -- C -- Component-Locator (type) in Location-Expressions Composite-Location-Expression (type) in Location-Expressions Constituent-Locator (type) in Location-Expressions Constituent-Type (type) in Location-Expressions Content-Portion-Locator (type) in Location-Expressions Content-with-argument (type) in Location-Expressions CountersType (type) in Location-Expressions -- D -- Dates-and-Times (type) in Subprofiles Document-Fragment-Description (type) in Subprofiles Document-Fragment-Management-Attributes (type) in Subprofiles Document-or-Document-Fragment-Reference (type) in Subprofiles -- E -- External-Entity (type) in External-References External-Information-Name (type) in External-References External-References-List (type) in External-References External-References2 (type) in Subprofiles -- L -- Layout-Style-of-argument (type) in Location-Expressions Layout-Style-with-argument (type) in Location-Expressions Link-Class-Locator (type) in Location-Expressions Link-Class-of-argument (type) in Location-Expressions Link-Class-with-arguments (type) in Location-Expressions Link-Locator (type) in Location-Expressions Link-or-Link-Class-Locator (type) in Location-Expressions Link-with-arguments (type) in Location-Expressions Location-Expression (type) in Location-Expressions -- O -- Object-Class-Locator (type) in Location-Expressions Object-Class-of-argument (type) in Location-Expressions Object-Class-with-argument (type) in Location-Expressions Object-Locator (type) in Location-Expressions Object-with-argument (type) in Location-Expressions -- P -- Presentation-Style-of-argument (type) in Location-Expressions Presentation-Style-with-argument (type) in Location-Expressions -- R -- Reference-Name (type) in External-References Region-Locator (type) in Location-Expressions -- S -- Simple-AttributeValue-Class-Specification (type) in Location-Expressions Simple-AttributeValue-Content-Specification (type) in Location-Expressions Simple-AttributeValue-LayoutStyle-Specification (type) in Location-Expressions Simple-AttributeValue-Link-Class-Specification (type) in Location-Expressions Simple-AttributeValue-Link-Specification (type) in Location-Expressions Simple-AttributeValue-Object-Specification (type) in Location-Expressions Simple-AttributeValue-PresentationStyle-Specification (type) in Location-Expressions Simple-AttributeValue-Subprofile-Specification (type) in Location-Expressions Start-End-Object-Locator (type) in Location-Expressions Style-Locator (type) in Location-Expressions Subord-argument (type) in Location-Expressions Subprofile-Descriptor (type) in Subprofiles Subprofile-Identifier (type) in Subprofiles Subprofile-Locator (type) in Location-Expressions Subprofile-of-argument (type) in Location-Expressions Subprofile-Reference (type) in Subprofiles Subprofile-with-argument (type) in Location-Expressions Subtree-Locator (type) in Location-Expressions
Language:English
Score: 562528.37
-
https://www.itu.int/wftp3/Publ...fl/itu-t/t/t422/1995/list.html
Data Source: un