CustomPercentageAttribute¶
Overview¶
Class
A custom attribute with Value type NullablePercentage.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | 
Implementation in Proteus Schema
CustomPercentageAttribute is implemented as a custom generic attribute for physical quantities.
Example
As CustomAttributeOwner is abstract, we consider PipingNetworkSystem as an arbitrary concrete subclass.
The PipingNetworkSystem pipingNetworkSystem1 has a CustomPercentageAttribute with AttributeName “MaximumInclination” and an (arbitrary) AttributeURI “http://www.example.org/bda06a11dcd736”. The Value is 10 ???.
Implementation in Proteus Schema
<PipingNetworkSystem
    ID="pipingNetworkSystem1"
    ComponentClass="PipingNetworkSystem"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS270359" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="MaximumInclination"
      AttributeURI="http://www.example.org/bda06a11dcd736"
      Format="double"
      Type="Percentage"
      TypeURI="http://data.posccaesar.org/rdl/RDS13657820"
      Value="10"
      Units="Percent"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1317959" />
    ...
  </GenericAttributes>
  ...
</PipingNetworkSystem>
Value¶
Attribute (data)
The value of the CustomPercentageAttribute.
Implementation in Proteus Schema
See implementation of CustomPercentageAttribute.
Example
See the example for CustomPercentageAttribute.