diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | extension of ValueRangeBase | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Description | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="FloatValueRange"> <xs:annotation> <xs:documentation>Defines the specific value range limits for the Float floating point data type.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="ValueRangeBase"> <xs:attribute name="Min" type="mostco:Float" use="required"/> <xs:attribute name="Max" type="mostco:Float" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | Float | ||
properties |
|
||
source | <xs:attribute name="Min" type="mostco:Float" use="required"/> |
type | Float | ||
properties |
|
||
source | <xs:attribute name="Max" type="mostco:Float" use="required"/> |