SlotSpecification
Specification for the definition of slots.
General Information
Attribute | Value |
---|---|
Owner | electrical_parts |
Applied Stereotype | |
Base Classifier | Specification |
Is Abstract | false |
Derived Classifiers |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|---|---|---|---|
identification | String | 1 | Specifies a unique identification of the specification. The identification is guaranteed to be unique within the document containing the specification. For all VEC-documents a Specification-instance can be trusted to be identical if the DocumentVersion-instance is the same (see DocumentVersion) and the identification of the Specification is the same. |
Specification |
description | AbstractLocalizedString | 0..* | Specifies additional, human readable information about the specification. |
Specification |
emvProtectionRequired | Boolean | 0..1 | Specifies whether the slot needs EMV protection. |
SlotSpecification |
gender | SlotGender | 0..1 | Specifies the gender of the slot. Valid values are defined in an open enumeration. |
SlotSpecification |
layoutType | SlotLayoutType | 0..1 | Specifies the layout of the slot from a mechanical / geometrical point of view. |
SlotSpecification |
secondaryLocking | Boolean | 0..1 | Specifies whether the slot supports "secondary locking", which refers to a locking or a lock reinforcement of the terminals in the connector, in addition to the primary locking of terminal itself (e.g. lances on the terminal). This is also often referred to as TPA (Terminal Position Assurance). |
SlotSpecification |
secondaryLockingType | SecondaryLockingType | 0..1 | Defines the type of the secondary locking, if the slot features a secondary locking (secondaryLocking=true). | SlotSpecification |
numberOfCavities | Integer | 1 | The possible number of cavities in the layout defined by the SlotSpecification. This includes all cavities in the layout. The actual Slot can define specific cavities in the layout as “not available”. |
SlotSpecification |
Outgoing Relations
Other End | This End | General | |||||
---|---|---|---|---|---|---|---|
Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
slotLayout | SlotLayout | 0..1 | Y | Y | N | 1 | References the layout associated with this slot. |
Incoming Relations
This End | Other End | General | |||||
---|---|---|---|---|---|---|---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
slotSpecification | 0..1 | N | Y | N | AbstractSlot | 0..* | References the SlotSpecification that is satisfied by the slot. |