CustomMassAttribute

Overview

Class

A custom attribute with Value type NullableMass.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Value

1

NullableMass

Implementation in Proteus Schema

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

RDL reference: MASS

Type: Mass

Example

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

The Sieve sieve1 has a CustomMassAttribute with AttributeName “UpperLimitDesignLoad” and AttributeURIhttp://sandbox.dexpi.org/rdl/UpperLimitDesignLoad”. The Value is 200 kg.

Implementation in Proteus Schema

<Equipment
    ID="sieve1"
    ComponentClass="Sieve"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sieve" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignLoad"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignLoad"
      Format="double"
      Type="Mass"
      TypeURI="http://data.posccaesar.org/rdl/RDS353339"
      Value="200"
      Units="Kilogram"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1328669" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Value

Attribute (data)

The value of the CustomMassAttribute.

Multiplicity: 1

Redefines: Value (inherited from CustomAttribute)

Implementation in Proteus Schema

See implementation of CustomMassAttribute.

Example

See the example for CustomMassAttribute.