CustomForceAttribute

Overview

Class

A custom attribute with Value type NullableForce.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Value

1

NullableForce

Implementation in Proteus Schema

CustomForceAttribute is implemented as a custom generic attribute for physical quantities.

RDL reference: FORCE

Type: Force

Example

As CustomAttributeOwner is abstract, we consider Crusher as an arbitrary concrete subclass.

The Crusher crusher1 has a CustomForceAttribute with AttributeName “LowerLimitDesignCrushingForce” and an (arbitrary) AttributeURIhttp://www.example.org/2a14b8a82edc4f”. The Value is 20 kN.

Implementation in Proteus Schema

<Equipment
    ID="crusher1"
    ComponentClass="Crusher"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589940" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="LowerLimitDesignCrushingForce"
      AttributeURI="http://www.example.org/2a14b8a82edc4f"
      Format="double"
      Type="Force"
      TypeURI="http://data.posccaesar.org/rdl/RDS351854"
      Value="20"
      Units="Kilonewton"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351034" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Value

Attribute (data)

The value of the CustomForceAttribute.

Multiplicity: 1

Redefines: Value (inherited from CustomAttribute)

Implementation in Proteus Schema

See implementation of CustomForceAttribute.

Example

See the example for CustomForceAttribute.