CustomNumberPerTimeIntervalAttribute¶
Overview¶
Class
A custom attribute with Value type NullableNumberPerTimeInterval.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
1 |
Implementation in Proteus Schema
CustomNumberPerTimeIntervalAttribute is implemented as a custom generic attribute for physical quantities.
RDL reference: NUMBER PER TIME INTERVAL
Type: NumberPerTimeInterval
Example
As CustomAttributeOwner is abstract, we consider Ship as an arbitrary concrete subclass.
The Ship ship1 has a CustomNumberPerTimeIntervalAttribute with AttributeName “LowerLimitNumberOfJourneysPerTime” and an (arbitrary) AttributeURI “http://www.example.org/b0f7d045d243e4”. The Value is 1.1e-05 min-1.
Implementation in Proteus Schema
<Equipment
ID="ship1"
ComponentClass="Ship"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11523932" ...>
...
<GenericAttributes Set="DexpiCustomAttributes" ...>
<GenericAttribute
Name="LowerLimitNumberOfJourneysPerTime"
AttributeURI="http://www.example.org/b0f7d045d243e4"
Format="double"
Type="NumberPerTimeInterval"
TypeURI="http://sandbox.dexpi.org/rdl/NumberPerTimeInterval"
Value="1.1e-05"
Units="ReciprocalMinute"
UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
...
</GenericAttributes>
...
</Equipment>
Value¶
Attribute (data)
The value of the CustomNumberPerTimeIntervalAttribute.
Multiplicity: 1
Redefines: Value (inherited from CustomAttribute)
Implementation in Proteus Schema
See implementation of CustomNumberPerTimeIntervalAttribute.
Example
See the example for CustomNumberPerTimeIntervalAttribute.