Data Object - PbmCapabilityRange(pbm.capability.types.Range)

Extends
DynamicData

Data Object Description

The PbmCapabilityRange data object defines a range of values for storage property instances (PbmCapabilityPropertyInstance). Use the range type to define a range of values of a supported builtin type, for example range<int>, range<long>, or range<timespan>. You can specify a partial range by omitting one of the properties, min or max.

Properties

Name Type Description
maxxsd:anyType

Maximum value of range. Must be one of the supported datatypes as defined in PbmBuiltinType. Must be the same datatype as max.
minxsd:anyType

Minimum value of range. Must be one of the supported datatypes as defined in PbmBuiltinType. Must be the same datatype as min.
Properties inherited from DynamicData
None

Show WSDL type definition