Interface IRange
A range data element is a data element that defines a range with min and max.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IRange : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
Properties
| Improve this Doc View SourceMax
The maximum value of the range.
Declaration
string Max { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If the max value is missing, then the value is assumed to be positive infinite.
Min
The minimum value of the range.
Declaration
string Min { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If the min value is missing, then the value is assumed to be negative infinite.
ValueType
Data type of the min und max
Declaration
DataTypeDefXsd ValueType { get; set; }
Property Value
Type | Description |
---|---|
DataTypeDefXsd |